Advertisement
Guest User

Untitled

a guest
Jul 20th, 2017
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.12 KB | None | 0 0
  1.  iptables -t nat -vnL
  2. Chain PREROUTING (policy ACCEPT 27444 packets, 3523K bytes)
  3.  pkts bytes target     prot opt in     out     source               destination
  4.     8   384 DNAT       tcp  --  eth0   *       0.0.0.0/0            192.168.0.104       tcp dpt:4499 to:172.16.235.10:4499
  5.     0     0 DNAT       udp  --  eth0   *       0.0.0.0/0            192.168.0.104       udp dpt:4499 to:172.16.235.10:4499
  6.    14   672 DNAT       tcp  --  eth0   *       0.0.0.0/0            192.168.0.104       tcp dpt:8080 to:172.16.235.10:8080
  7.     0     0 DNAT       udp  --  eth0   *       0.0.0.0/0            192.168.0.104       udp dpt:8080 to:172.16.235.10:8080
  8.    21  1008 DNAT       tcp  --  *      *       0.0.0.0/0            172.16.1.6          tcp dpt:104 to:192.168.0.125:104
  9.  
  10. Chain POSTROUTING (policy ACCEPT 163 packets, 11733 bytes)
  11.  pkts bytes target     prot opt in     out     source               destination
  12.    22  1056 MASQUERADE  all  --  *      tun0    192.168.0.0/24       0.0.0.0/0
  13.  
  14. Chain OUTPUT (policy ACCEPT 160 packets, 11589 bytes)
  15.  pkts bytes target     prot opt in     out     source               destination
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement