top | item 37604177

(no title)

mrrsm | 2 years ago

I'm guessing something like this would work

# Redirect port 8080 to local port 22

iptables -A PREROUTING -t nat -i eth0 -p tcp --dport 8080 -j REDIRECT --to-port 22

discuss

order

No comments yet.