Advertisement
Guest User

Untitled

a guest
Apr 15th, 2018
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1.  
  2.  
  3.  
  4.  
  5. root@raspberrypi:/home/pi# iptables -L -t nat -v
  6. Chain PREROUTING (policy ACCEPT 10 packets, 592 bytes)
  7. pkts bytes target prot opt in out source destination
  8.  
  9. Chain INPUT (policy ACCEPT 2 packets, 176 bytes)
  10. pkts bytes target prot opt in out source destination
  11.  
  12. Chain OUTPUT (policy ACCEPT 10 packets, 817 bytes)
  13. pkts bytes target prot opt in out source destination
  14.  
  15. Chain POSTROUTING (policy ACCEPT 13 packets, 757 bytes)
  16. pkts bytes target prot opt in out source destination
  17. 5 476 MASQUERADE all -- any wlan0 anywhere anywhere
  18. root@raspberrypi:/home/pi#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement