OpenVZ Forum


Home » General » Support » install error
Re: install error [message #33881 is a reply to message #33867] Tue, 18 November 2008 01:27 Go to previous messageGo to previous message
ft.linux is currently offline  ft.linux
Messages: 6
Registered: August 2008
Junior Member
cat /etc/sysctl.conf

# Kernel sysctl configuration file for Red Hat Linux
#
# For binary values, 0 is disabled, 1 is enabled. See sysctl(Cool and
# sysctl.conf(5) for more details.

# Controls IP packet forwarding
net.ipv4.ip_forward = 1 ### openvz
net.ipv4.conf.default.proxy_arp = 0 ### openvz
net.ipv4.conf.all.rp_filter = 1 ### openvz
net.ipv4.conf.default.send_redirects = 1 ### openvz
net.ipv4.conf.all.send_redirects = 0 ### openvz
net.ipv4.icmp_echo_ignore_broadcasts = 1 ### openvz
net.ipv4.conf.default.forwarding = 1 ### openvz

# Controls source route verification
net.ipv4.conf.default.rp_filter = 1

# Do not accept source routing
net.ipv4.conf.default.accept_source_route = 0

# Controls the System Request debugging functionality of the kernel
kernel.sysrq = 1 ### openvz

# Controls whether core dumps will append the PID to the core filename
# Useful for debugging multi-threaded applications
kernel.core_uses_pid = 1

# Controls the use of TCP syncookies
net.ipv4.tcp_syncookies = 1

# Controls the maximum size of a message, in bytes
kernel.msgmnb = 65536

# Controls the default maxmimum size of a mesage queue
kernel.msgmax = 65536

# Controls the maximum shared segment size, in bytes
kernel.shmmax = 4294967295

# Controls the maximum number of shared memory segments, in pages
kernel.shmall = 268435456

 
Read Message
Read Message
Read Message
Read Message
Previous Topic: Using DRBD with VPS
Next Topic: arpsend problems
Goto Forum:
  


Current Time: Thu Oct 10 20:26:01 GMT 2024

Total time taken to generate the page: 0.06012 seconds