Skip to content

IPTABLES short notes

cpx September 16, 2008 1 min read NF/IPTABLES

#Remote Desktop port forwarding

$IPTABLES -t nat -A PREROUTING -p tcp --dport 3389 -j DNAT --to-destination {INTIP} :3389

Be the first to comment

protected · no tracking

0 comments