Hello,

I wrote a simple script in an attempt to share my cable connection with
all my computers, but with no luck.

Could someone tell me where I went wrong

in my rc.local I have the following

echo 1 > /proc/sys/net/ipv4/ip_forward
echo 1 > /proc/sys/net/ipv4/ip_dynaddr
/etc/rc.d/rc.masq    (script for masquerading)

this is the rc.masq script

/sbin/ipchains -P forward DENY
/sbin/ipchains -A forward -j MASQ -s 192.168.0.0/24 -d 0.0.0.0/0

Im running 7.3 (2.4.18-10)

the machine has 2 nic's one for the lan and the other to the cable
modem.

Thanks for any info.

Doug






-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to