Koozali.org: home of the SME Server
Legacy Forums => General Discussion (Legacy) => Topic started by: Tom Veitch on October 26, 2001, 12:31:18 AM
-
Hi all,
I need help i am trying to get my e-smith server to forward all request on port 3389 MS TS to an internal server on my network win2k.
i have tryed the how to with no luck and been working with the ipchains with no luck
can any one help please
-
Something like this below did the trick for me:
ipmasqadm portfw -a -P tcp -L 213.x.x.x 3389 -R 192.168.0.1 3389
ipmasqadm portfw -a -P udp -L 213.x.x.x 3389 -R 192.168.0.1 3389
maybe it can help you
-
Hi Tom,
Have you tried using VPN ? It might not be what you are trying to achieve (post more info otherwise).
I use it to connect to my W2K TS behind the SME server from across the internet.
Kelvin