| Linode Forum https://forum.linode.com/ |
|
| iptables is not showing updated content https://forum.linode.com/viewtopic.php?f=19&t=6112 |
Page 1 of 1 |
| Author: | blino [ Tue Oct 12, 2010 6:13 am ] |
| Post subject: | iptables is not showing updated content |
hello Linux gurus, 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 |
|
| Author: | carmp3fan [ Tue Oct 12, 2010 10:52 am ] |
| Post subject: | |
Try using: Code: iptables -t nat -L |
|
| Author: | blino [ Tue Oct 12, 2010 11:18 am ] |
| Post subject: | |
That helped. cheers mate. |
|
| Page 1 of 1 | All times are UTC-04:00 |
| Powered by phpBB® Forum Software © phpBB Group http://www.phpbb.com/ |
|