more specifics on chkconfig and updating sysctl.conf

This commit is contained in:
ahrenholz 2010-04-30 23:12:31 +00:00
parent 74cd371646
commit a1ae530051

View file

@ -16,7 +16,7 @@ The development snapshot of CORE supports network namespaces for virtualization
# freshen your kernel version using {{{ yum update }}} # freshen your kernel version using {{{ yum update }}}
# install the packages required to compile CORE: # install the packages required to compile CORE:
{{{ yum install autoconf automake bash bridge-utils ebtables gcc libev-devel libtool make pkgconfig python-devel readline-devel sudo tcl tk urw-fonts xauth xorg-x11-server-utils xterm }}} {{{ yum install autoconf automake bash bridge-utils ebtables gcc libev-devel libtool make pkgconfig python-devel readline-devel sudo tcl tk urw-fonts xauth xorg-x11-server-utils xterm }}}
# turn off SELINUX by setting `SELINUX=disabled` in `/etc/sysconfig/selinux`; turn off iptables and ip6tables firewalls (`chkconfig iptables off`) or you will need to configure permissive rules for CORE; turn on IP forwarding in `/etc/sysctl.conf` # turn off SELINUX by setting `SELINUX=disabled` in `/etc/sysconfig/selinux`; turn off iptables and ip6tables firewalls (`chkconfig iptables off`,`chkconfig ip6tables off`) or you will need to configure permissive rules for CORE; turn on IP forwarding in `/etc/sysctl.conf` (`net.ipv4.ip_forward = 1`, `net.ipv6.conf.all.forwarding = 1`)
# install Quagga; if you are building it from source, you should configure it to use state directories with CORE: # install Quagga; if you are building it from source, you should configure it to use state directories with CORE:
{{{ {{{
./configure --enable-user=root --enable-group=root --with-cflags=-ggdb \ ./configure --enable-user=root --enable-group=root --with-cflags=-ggdb \