Advertisement
Guest User

sudo iptables -L -t nat

a guest
Oct 13th, 2020
192
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.42 KB | None | 0 0
  1. ubuntu@ip-172-31-6-77:~$ sudo iptables -L -t nat
  2. Chain PREROUTING (policy ACCEPT)
  3. target     prot opt source               destination        
  4.  
  5. Chain INPUT (policy ACCEPT)
  6. target     prot opt source               destination        
  7.  
  8. Chain OUTPUT (policy ACCEPT)
  9. target     prot opt source               destination        
  10.  
  11. Chain POSTROUTING (policy ACCEPT)
  12. target     prot opt source               destination
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement