Hi all,
Im new to linux and tried to share my internet to my network. I installed rh7.2 in a Pentium I box with 32 mb of ram with medium firewall. I just want to use this as a gateway.I used a modem to connect to the internet. I include this in my rc.local:
ipchains -F forward
ipchains -P forward DENY
ipchains -A forward -s 192.168.10.10/24 -j MASQ
ipchains -A forward -s 192.168.10.11/24 -j MASQ
ipchains -A forward -s 192.168.10.12/24 -j MASQ
ipchains -A forward -i ppp0 -j MASQ
echo 1 > /proc/sys/net/ipv4/ip_forward
 
my problem is my win client and 1 rh7.2 can ping the internet but cannot browse using mozilla, netscape and ie. anything that i missed, Is pentium I with 32 mb of ram cant do internet sharing. please help.
 
 
TIA
Toto

Reply via email to