diff --git a/doc/TIPS.md b/doc/TIPS.md index 6978aa6..fa83510 100644 --- a/doc/TIPS.md +++ b/doc/TIPS.md @@ -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