-----Original Message----- From: Scott Zuk [mailto:[EMAIL PROTECTED] Sent: Saturday, September 06, 2003 8:05 PM To: [EMAIL PROTECTED] Subject: Re: (clug-talk) IPTABLES - packet routing is not working
>It looks like your prerouting rule is ok but I don't think your forwarding rule is needed. > Also, you need to do snat so your client can recognize the packets coming back from > the webserver. Try adding the following rule in addition to your prerouting rule: > $IPTABLES -t nat -A POSTROUTING -o $INTERNET_CARD -j SNAT --to-source $INTERNET_IP Scott, Tnaks you for the response. I added the POSTROUTING rules as per your suggestion, but unfortunately it did not make any difference. I wonder if there is something missing in the installation of RH9 - is there a troubleshooting guide or a commonly established procedure to test it, especially in the area if components required by IPTABLES? Regards, Alex.
