Hello all
I am trying to get ip masq going on my linuxbox and I am not having much
luck at it.  I have the kernel recompiled with my network card working
and modem and ppp working.  I went to the file /etc/sysconfig/network
and changed the line where it said FORWARD_IPV4=no to =true like the IP
masq home page said.  Then I added the following lines to my
/etc/rc.d/local:
echo "ip_masq 200.200.200.143"
echo "1" > /proc/sys/net/ipv4/ip_forward
/sbin/depmod -a
/sbin/modprobe ip_masq_ftp.o
/sbin/modprobe ip_masq_raudio.o
/sbin/modprobe ip_irc.o
/sbin/ipfwadm -F -p deny
/sbin/ipfwadm -F -a m -S 200.200.200.0/24 -D0.0.0.0/0
/sbin/route add -net 200.200.200.0

My client machines are windows 95/NT I set there gateways to the
linuxbox's ip address (200.200.200.143)and I set their DNS to the
linuxbox's DNS.  The client ip addresses are 200.200.200.x and their
netmask is 255.255.255.0.  I not sure that all those lines are correct.
Thanks for the help. Derek Horton <[EMAIL PROTECTED]>

Reply via email to