Advertisement
Guest User

Untitled

a guest
May 10th, 2017
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.58 KB | None | 0 0
  1. $ sudo ip6tables -vnL -t nat
  2. Chain PREROUTING (policy ACCEPT 6 packets, 612 bytes)
  3.  pkts bytes target     prot opt in     out     source               destination        
  4.  
  5. Chain INPUT (policy ACCEPT 6 packets, 612 bytes)
  6.  pkts bytes target     prot opt in     out     source               destination        
  7.  
  8. Chain OUTPUT (policy ACCEPT 4 packets, 338 bytes)
  9.  pkts bytes target     prot opt in     out     source               destination        
  10.  
  11. Chain POSTROUTING (policy ACCEPT 4 packets, 338 bytes)
  12.  pkts bytes target     prot opt in     out     source               destination
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement