Guest User

Untitled

a guest
Jan 22nd, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.01 KB | None | 0 0
  1. root@gate:~# iptables -t nat -nvL
  2. Chain PREROUTING (policy ACCEPT 5402 packets, 411K bytes)
  3. pkts bytes target prot opt in out source destination
  4.  
  5. Chain POSTROUTING (policy ACCEPT 404 packets, 28677 bytes)
  6. pkts bytes target prot opt in out source destination
  7.  
  8. Chain OUTPUT (policy ACCEPT 223 packets, 16593 bytes)
  9. pkts bytes target prot opt in out source destination
  10.  
  11.  
  12. root@gate:~# iptables -nvL
  13. Chain INPUT (policy ACCEPT 1078 packets, 91712 bytes)
  14. pkts bytes target prot opt in out source destination
  15.  
  16. Chain FORWARD (policy ACCEPT 0 packets, 0 bytes)
  17. pkts bytes target prot opt in out source destination
  18. 250 40127 ACCEPT all -- * * 0.0.0.0/0 0.0.0.0/0
  19.  
  20. Chain OUTPUT (policy ACCEPT 1005 packets, 113K bytes)
  21. pkts bytes target prot opt in out source destination
Add Comment
Please, Sign In to add comment