ok... new issue
in rc.firewall i need to have access to my windows machines via remote desktop...
I have this working for one machine, but can't seem to get it working for the other.. could be a syntax error. I'm kinda new to iptables so any help would be wonderful
this works for the one computer:
Code:
iptables -t nat -A PREROUTING -p tcp --dport 3389 -i eth0 -j DNAT --to 192.168.0.30
this is the route that doesn't work.. what am I doing wrong?
Code:
iptables -t nat -A PREROUTING -p tcp --dport 3391 -i eth0 -j DNAT --to 192.168.0.21:3389