I have placed these lines in my rc.local file (RH 5.1) and I have
recompiled my kernel as instructed in the IPMASQ-HOWTO.  But
masquerading does not seem to work. I have set the default gateway on my
windows machines and the network works OK.  Is there any other files or
settings I should check???

--
Doug Lumpkin
[EMAIL PROTECTED]


echo "ip_masq"
/sbin/depmod -a
/sbin/modprobe ip_masq_ftp.o
/sbin/modprobe ip_masq_raudio.o
/sbin/modprobe ip_masq_irc.o
/sbin/modprobe ipip.o
/sbin modprobe ip_alias.o
/sbin/ipfwadm -F -p masquerade
/sbin/ipfwadm -F -a m -S 192.168.0.0/24 -D 0.0.0.0/0
/sbin/ifconfig eth0 192.168.0.3
/sbin/route add -net 192.168.0.0



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
For daily digest info, email [EMAIL PROTECTED]

Reply via email to