doc/TIPS.md: remind about iptables -t nat -L

This commit is contained in:
Heikki Hannikainen 2012-10-04 12:12:12 +03:00
parent 545b60a815
commit a0d152487a
1 changed files with 4 additions and 0 deletions

View File

@ -26,3 +26,7 @@ configurations.
-p tcp --dport 29 -m addrtype --dst-type LOCAL -j DNAT
--to-destination *youripaddress*:14580
When you wish to view your current NAT configuration on Linux, remember to
specifically ask for the nat tables:
root@box:~# iptables -t nat -L