Im running at red hat 9 and iptables 1.2.7 im trying to direct web traffic to the web server on the inside. is [ iptables -t nat -A PREROUTING -p tcp --dport 80 -i eth0 -j DNAT --to 5.6.7.8:8080 ] right? thanks john
Im running at red hat 9 and iptables 1.2.7 im trying to direct web traffic to the web server on the inside. is [ iptables -t nat -A PREROUTING -p tcp --dport 80 -i eth0 -j DNAT --to 5.6.7.8:8080 ] right? thanks john