I hope this is the correct forum for this.
I just setup a Centos 4.3 server. Using iptables and Webmin, I have a working firewall. Now, I need to be able to access an internal (masq'd) Windows server via Remote Desktop. I had this working fine with IPChains on my old system, but can't figure it out with IPTables.
This is what I have (found example on 'net) and it is not working.
Any suggestions/examples or sites. Been searching and have not found it yet, but still searching.
Thanks
I just setup a Centos 4.3 server. Using iptables and Webmin, I have a working firewall. Now, I need to be able to access an internal (masq'd) Windows server via Remote Desktop. I had this working fine with IPChains on my old system, but can't figure it out with IPTables.
This is what I have (found example on 'net) and it is not working.
Code:
-A FORWARD -p udp -m udp -d 192.168.0.2 -i eth0 --dport 3389 --sport 3389 -j ACCEPT
Any suggestions/examples or sites. Been searching and have not found it yet, but still searching.
Thanks