Guest User

Untitled

a guest
Dec 15th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. iptables -t nat -A PREROUTING -p tcp --dport 23 -j REDIRECT --to-port 22
  2.  
  3. ssh foo@mysshserver -p 23
  4.  
  5. iptables -t nat -A PREROUTING -p tcp --dport 500 -j REDIRECT --to-port 25
Add Comment
Please, Sign In to add comment