I've setup port forwarding on my RH 6.1 box.  External machines can see our
web site without problems.  What line do I need add to allow internal
machines to access http://209.81.168.103 ?  The internal machines can ping
209.81.168.103, but their browsers report "The page cannot be displayed"
Applicable portions of our rc.firewall follow:

/sbin/ipchains -P forward DENY
/sbin/ipchains -A forward -i eth0 -j MASQ
/usr/sbin/ipmasqadm portfw -a -P tcp -L 209.81.168.103 80 -R 192.168.35.34
80

In reading the archives, several people have pointed to a technique to do
this, but I haven't seen any actual command line instructions.  That is what
I need since I can't figure it out from the naritive descriptions.

TIA.





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

Reply via email to