<*> Packet socket [*] Kernel/User netlink socket [*] Routing messages <*> Netlink device emulation [*] Network firewalls [*] Socket Filtering <*> Unix domain sockets [*] TCP/IP networking [ ] IP: multicasting [*] IP: advanced router [*] IP: policy routing [ ] IP: equal cost multipath [ ] IP: use TOS value as routing key [ ] IP: verbose route monitoring [*] IP: large routing tables [*] IP: fast network address translation [*] IP: kernel level autoconfiguration [ ] BOOTP support [ ] RARP support [*] IP: firewalling [*] IP: firewall packet netlink device [*] IP: always defragment (required for masquerading) [*] IP: use FWMARK value as routing key [*] IP: transparent proxy support [*] IP: masquerading --- Protocol-specific masquerading support will be built as modules. [*] IP: ICMP masquerading --- Protocol-specific masquerading support will be built as modules. [*] IP: masquerading special modules supportIP: ipautofw masq support (EXPERIMENTAL) IP: ipportfw masq support (EXPERIMENTAL) IP: ip fwmark masq-forwarding support (EXPERIMENTAL) [*] IP: optimize as router not host < > IP: tunneling < > IP: GRE tunnels over IP [*] IP: aliasing support [*] IP: ARP daemon support (EXPERIMENTAL) [*] IP: TCP syncookie support (not enabled per default)
/etc/conf.modules
alias net-pf-4 off alias net-pf-5 off alias ppp-compress-24 off alias ppp-compress-26 off
/etc/rc.d/rc.modules
/sbin/modprobe ip_masq_ftp.o /sbin/modprobe ip_masq_raudio.o /sbin/modprobe ip_masq_irc.o /sbin/modprobe ip_masq_cuseeme.o /sbin/modprobe ip_masq_vdolive.o
/etc/rc.d/rc.local
# # enable IP Fowarding # if [ -e /proc/sys/net/ipv4/ip_forward ]; then echo -n "Setting up IP forwarding..." echo 1 > /proc/sys/net/ipv4/ip_forward echo "done." fi