Advertisement
Guest User

output3

a guest
Oct 1st, 2016
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.15 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. MASQUERADE all -- anywhere anywhere
  15.  
  16. sudo iptables -tmangle -L
  17.  
  18. Chain PREROUTING (policy ACCEPT)
  19. target prot opt source destination
  20.  
  21. Chain INPUT (policy ACCEPT)
  22. target prot opt source destination
  23.  
  24. Chain FORWARD (policy ACCEPT)
  25. target prot opt source destination
  26.  
  27. Chain OUTPUT (policy ACCEPT)
  28. target prot opt source destination
  29. RETURN all -- anywhere 192.168.1.0/24 owner UID match debian-transmission
  30. MARK all -- anywhere anywhere owner UID match debian-transmission MARK set 0x2a
  31.  
  32. Chain POSTROUTING (policy ACCEPT)
  33. target prot opt source destination
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement