blackfireball5

iptables -t nat -L -vn

Nov 8th, 2022
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.97 KB | None | 0 0
  1. jon@GT-AXE16000-A230:/tmp/home/root# iptables -t nat -L -vn
  2. Chain PREROUTING (policy ACCEPT 3428 packets, 346K bytes)
  3. pkts bytes target prot opt in out source destination
  4. 352 38262 GAME_VSERVER all -- * * 0.0.0.0/0 104.182.141.83
  5. 352 38262 VSERVER all -- * * 0.0.0.0/0 104.182.141.83
  6.  
  7. Chain INPUT (policy ACCEPT 1647 packets, 141K bytes)
  8. pkts bytes target prot opt in out source destination
  9.  
  10. Chain OUTPUT (policy ACCEPT 669 packets, 59830 bytes)
  11. pkts bytes target prot opt in out source destination
  12.  
  13. Chain POSTROUTING (policy ACCEPT 619 packets, 50117 bytes)
  14. pkts bytes target prot opt in out source destination
  15. 1697 161K PUPNP all -- * eth0 0.0.0.0/0 0.0.0.0/0
  16. 1199 125K MASQUERADE all -- * eth0 !104.182.141.83 0.0.0.0/0
  17. 50 9713 MASQUERADE all -- * br0 192.168.50.0/24 192.168.50.0/24
  18.  
  19. Chain DNSFILTER (0 references)
  20. pkts bytes target prot opt in out source destination
  21.  
  22. Chain GAME_VSERVER (1 references)
  23. pkts bytes target prot opt in out source destination
  24.  
  25. Chain LOCALSRV (0 references)
  26. pkts bytes target prot opt in out source destination
  27.  
  28. Chain MAPE (0 references)
  29. pkts bytes target prot opt in out source destination
  30.  
  31. Chain PCREDIRECT (0 references)
  32. pkts bytes target prot opt in out source destination
  33.  
  34. Chain PUPNP (1 references)
  35. pkts bytes target prot opt in out source destination
  36.  
  37. Chain VSERVER (1 references)
  38. pkts bytes target prot opt in out source destination
  39. 352 38262 VUPNP all -- * * 0.0.0.0/0 0.0.0.0/0
  40.  
  41. Chain VUPNP (1 references)
  42. pkts bytes target prot opt in out source destination
  43.  
Advertisement
Add Comment
Please, Sign In to add comment