Advertisement
Guest User

output1

a guest
Oct 1st, 2016
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.88 KB | None | 0 0
  1. sudo iptables -tnat -L
  2.  
  3. Chain PREROUTING (policy ACCEPT)
  4. target prot opt source destination
  5.  
  6. Chain INPUT (policy ACCEPT)
  7. target prot opt source destination
  8.  
  9. Chain OUTPUT (policy ACCEPT)
  10. target prot opt source destination
  11.  
  12. Chain POSTROUTING (policy ACCEPT)
  13. target prot opt source destination
  14.  
  15. sudo iptables -tmangle -L
  16.  
  17. Chain PREROUTING (policy ACCEPT)
  18. target prot opt source destination
  19.  
  20. Chain INPUT (policy ACCEPT)
  21. target prot opt source destination
  22.  
  23. Chain FORWARD (policy ACCEPT)
  24. target prot opt source destination
  25.  
  26. Chain OUTPUT (policy ACCEPT)
  27. target prot opt source destination
  28.  
  29. Chain POSTROUTING (policy ACCEPT)
  30. target prot opt source destination
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement