iptables is not showing updated content
I tried altering iptables configuration, here is my commands
/sbin/iptables -F
/sbin/iptables -t nat -A PREROUTING -p tcp –dport 80 -j REDIRECT --to-port 8080
now when I say /sbin/iptables -L --> It does not show my latest configuration I added for port forward. Everything works fine but.
Any idea what I am missing.
cheers
2 Replies
iptables -t nat -L