Guest User

Untitled

a guest
Jan 20th, 2018
81
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 5555 -j REDIRECT --to-port 22
  2. iptables -A INPUT -p tcp -m tcp --sport 80 -j ACCEPT
  3. iptables -A OUTPUT -p tcp -m tcp --dport 80 -j ACCEPT
Add Comment
Please, Sign In to add comment