User Tools

Site Tools


portforwarding

Port forwarding using iptables

iptables -t nat -A PREROUTING -p tcp -m tcp --dport <port> -j DNAT --to-destination <host>:<port>
portforwarding.txt · Last modified: 2017/01/05 06:43 by felixonmars