Guest User

Untitled

a guest
Jul 22nd, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.54 KB | None | 0 0
  1. root@OpenWrt:~# iptables -L -v -t nat
  2. Chain PREROUTING (policy ACCEPT 603 packets, 106K bytes)
  3.  pkts bytes target     prot opt in     out     source               destination        
  4.   635  108K prerouting_rule  all  --  any    any     anywhere             anywhere            
  5.    40  4286 zone_lan_prerouting  all  --  br-lan any     anywhere             anywhere            
  6.   593  104K zone_wan_prerouting  all  --  wlan0  any     anywhere             anywhere            
  7.  
  8. Chain POSTROUTING (policy ACCEPT 31 packets, 2008 bytes)
  9.  pkts bytes target     prot opt in     out     source               destination        
  10.    78  5274 postrouting_rule  all  --  any    any     anywhere             anywhere            
  11.    31  2008 zone_lan_nat  all  --  any    br-lan  anywhere             anywhere            
  12.    47  3266 zone_wan_nat  all  --  any    wlan0   anywhere             anywhere            
  13.  
  14. Chain OUTPUT (policy ACCEPT 36 packets, 2874 bytes)
  15.  pkts bytes target     prot opt in     out     source               destination        
  16.  
  17. Chain postrouting_rule (1 references)
  18.  pkts bytes target     prot opt in     out     source               destination        
  19.  
  20. Chain prerouting_lan (1 references)
  21.  pkts bytes target     prot opt in     out     source               destination        
  22.  
  23. Chain prerouting_rule (1 references)
  24.  pkts bytes target     prot opt in     out     source               destination        
  25.  
  26. Chain prerouting_wan (1 references)
  27.  pkts bytes target     prot opt in     out     source               destination        
  28.  
  29. Chain zone_lan_nat (1 references)
  30.  pkts bytes target     prot opt in     out     source               destination        
  31.  
  32. Chain zone_lan_prerouting (1 references)
  33.  pkts bytes target     prot opt in     out     source               destination        
  34.    40  4286 prerouting_lan  all  --  any    any     anywhere             anywhere            
  35.  
  36. Chain zone_wan_nat (1 references)
  37.  pkts bytes target     prot opt in     out     source               destination        
  38.    47  3266 MASQUERADE  all  --  any    any     anywhere             anywhere            
  39.  
  40. Chain zone_wan_prerouting (1 references)
  41.  pkts bytes target     prot opt in     out     source               destination        
  42.    30  1680 DNAT       tcp  --  any    any     anywhere             anywhere            tcp dpt:www to:192.168.1.137
  43.     0     0 DNAT       udp  --  any    any     anywhere             anywhere            udp dpt:80 to:192.168.1.137
  44.   563  102K prerouting_wan  all  --  any    any     anywhere             anywhere
Add Comment
Please, Sign In to add comment