Guest User

Untitled

a guest
Jan 5th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. iptables -I FORWARD -d 10.0.0.1 --p TCP --dport 22 -j ACCEPT
  2.  
  3. iptables -t nat -I PREROUTING -p tcp --dport 22 -j DNAT --to 10.0.0.1
Add Comment
Please, Sign In to add comment