Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- iptables -A PREROUTING -t nat -i ppp0 -p tcp --dport 3389 -j DNAT --to=192.168.2.185
- iptables -A FORWARD -m state --state ESTABLISHED,RELATED -j ACCEPT
- iptables -A FORWARD -i ppp0 -p tcp --dport 3389 -j ACCEPT
Advertisement
Add Comment
Please, Sign In to add comment