Advertisement
Guest User

Untitled

a guest
Jun 26th, 2016
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. iptables -t nat -I PREROUTING -i tun1 -p udp --dport 65535 -j DNAT --to-destination 10.8.0.2
  2. iptables -t nat -I PREROUTING -i tun1 -p tcp --dport 65535 -j DNAT --to-destination 10.8.0.2
  3.  
  4. Chain INPUT (policy ACCEPT 423K packets, 52M bytes)
  5. pkts bytes target prot opt in out source destination
  6.  
  7. Chain FORWARD (policy ACCEPT 211K packets, 138M bytes)
  8. pkts bytes target prot opt in out source destination
  9.  
  10. Chain OUTPUT (policy ACCEPT 421K packets, 176M bytes)
  11. pkts bytes target prot opt in out source destination
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement