Darragh wrote:
Now that I am at the machine, I am able to provide specific output. Here is the command I am using to add the rule to IpTables. iptables -t nat -A PREROUTING -p tcp -i eth1 -s $i 192.168.2.0/24 --dport 80 -d ! 192.168.2.5 -j DNAT --to 192.168.2.5:3128
When I type iptables -L I get: Chain INPUT (policy ACCEPT) target prot opt source destination
Chain FORWARD (policy ACCEPT) target prot opt source destination
Chain OUTPUT (policy ACCEPT) target prot opt source destination
Am I missing something here? Why is the rule I've just created not showing up with iptables -L?
try: iptables -L -v -n -t nat Joe -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org