Hello to you,

I have just setup NAT on redhat 6.2 machine :

/etc/rc.d/rc.local :
...
ipchains -F

# Begin of NAT :

echo "1" >  /proc/sys/net/ipv4/ip_forward
ipchains -P forward DENY
ipchains -A forward -i eth0 -j MASQ -s 192.168.0.0/24
modprobe ip_masq_ftp

# End of NAT

But I can't connect to the Server by client  ( 192.168.0.1 )...
So, what problem about the setting of NAT ?

Thank for your help !

Ed.




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

Reply via email to