Networking Forums  

Go Back   Networking Forums > Networking Newsgroups > Windows Server Networking

Remote desktop routing through W2k3 server HOW

Reply
 
Thread Tools Display Modes
  #1  
Old 09-16-2006, 03:18 PM
Default Remote desktop routing through W2k3 server HOW



Hi
I just installed a new sbs2003 with two networks.

NIC #1 192.168.1.1 = is local to all clients
NIC #2 192.168.2.2 = is connected to the Internet DSL router

This means the Server firewall is between clients and internet.

The DSL router forwards port 3389 to a client with a static IP of
192.168.1.100
I can attach remote connection from the server to the client
(Proving client is ready)

I can remote connect from the internet to the server
(proving the server is ready)

==================================================
I cannot connect from the internet through the server to the client!
==================================================

Surely some form or routing must be setup. But where and how.
I am not familiar with routing an example would be appreciated.
Or is it just a firewall setting?


Thanks
Dekaya




DeKayA@BellSouth.Net
Reply With Quote
  #2  
Old 09-16-2006, 03:59 PM
Lanwench [MVP - Exchange]
Guest
 
Posts: n/a
Default Re: Remote desktop routing through W2k3 server HOW

In news:(E-Mail Removed),
(E-Mail Removed) <(E-Mail Removed)> typed:
> Hi
> I just installed a new sbs2003 with two networks.


NB: SBS questions are best asked in microsoft.public.windows.server.sbs. SBS
is its own beast and does a lot of things its own way.

>
> NIC #1 192.168.1.1 = is local to all clients
> NIC #2 192.168.2.2 = is connected to the Internet DSL router
>
> This means the Server firewall is between clients and internet.


I don't recommend using that, myself. I would suggest a hardware firewall
appliance if you aren't using Premium (with ISA), and in that case, I
wouldn't use two NICs
at all.

>
> The DSL router forwards port 3389 to a client with a static IP of
> 192.168.1.100
> I can attach remote connection from the server to the client
> (Proving client is ready)
>
> I can remote connect from the internet to the server
> (proving the server is ready)
>
> ==================================================
> I cannot connect from the internet through the server to the client!
> ==================================================


What errors do you get?
>
> Surely some form or routing must be setup. But where and how.
> I am not familiar with routing an example would be appreciated.
> Or is it just a firewall setting?
>
>
> Thanks
> Dekaya


One question first - why are you using this rather than Remote Web
Workplace, which makes remote desktop available via a web page, and no
individual computer needs to be addressed directly via 3389 from there?
Using 443 and 4125, and https://my.publicdomain.com/remote or
https://mypublicIP/remote will get you there.






Reply With Quote
  #3  
Old 09-16-2006, 04:02 PM
Robert L [MVP - Networking]
Guest
 
Posts: n/a
Default Re: Remote desktop routing through W2k3 server HOW

You should enable NAT on the SBS since it has two NICs. Then do port forwarding to point port 3389 to the 192.168.1.100.

You also have another two options: RWW and VPN.

NAT and Firewall How to enable NAT How to enable NAT name resolution How to enable inbound connections How to configure 2000/2003 NAT services and ports ...
http://www.chicagotech.net/nat.htm



Bob Lin, MS-MVP, MCSE & CNE
Networking, Internet, Routing, VPN Troubleshooting on http://www.ChicagoTech.net
How to Setup Windows, Network, VPN & Remote Access on http://www.HowToNetworking.com
<(E-Mail Removed)> wrote in message news:(E-Mail Removed)...
Hi
I just installed a new sbs2003 with two networks.

NIC #1 192.168.1.1 = is local to all clients
NIC #2 192.168.2.2 = is connected to the Internet DSL router

This means the Server firewall is between clients and internet.

The DSL router forwards port 3389 to a client with a static IP of
192.168.1.100
I can attach remote connection from the server to the client
(Proving client is ready)

I can remote connect from the internet to the server
(proving the server is ready)

==================================================
I cannot connect from the internet through the server to the client!
==================================================

Surely some form or routing must be setup. But where and how.
I am not familiar with routing an example would be appreciated.
Or is it just a firewall setting?


Thanks
Dekaya


Reply With Quote
  #4  
Old 09-17-2006, 03:49 PM
DeKayA@BellSouth.Net
Guest
 
Posts: n/a
Default Re: Remote desktop routing through W2k3 server HOW

Hi Robert;
Thanks for responding.

I was pretty sure port forwarding was the answer but I just don't know
where on the server to go to do that.

I already did it and NAT on the Internet hub and it works when I point
it to the Server 192.168.2.2 So I know it is right
I of course then change it back to the client 192.168.1.100.



But where on the server do I port forward?

And in case I can't find it where do I enable NAT on the server?


Thanks
Dekaya






On Sat, 16 Sep 2006 10:02:59 -0500, "Robert L [MVP - Networking]"
<(E-Mail Removed)> wrote:

>You should enable NAT on the SBS since it has two NICs. Then do port forwarding to point port 3389 to the 192.168.1.100.
>
>You also have another two options: RWW and VPN.
>
>NAT and Firewall How to enable NAT How to enable NAT name resolution How to enable inbound connections How to configure 2000/2003 NAT services and ports ...
> http://www.chicagotech.net/nat.htm
>
>
>
>Bob Lin, MS-MVP, MCSE & CNE
>Networking, Internet, Routing, VPN Troubleshooting on http://www.ChicagoTech.net
>How to Setup Windows, Network, VPN & Remote Access on http://www.HowToNetworking.com
> <(E-Mail Removed)> wrote in message news:(E-Mail Removed)...


Reply With Quote
  #5  
Old 09-17-2006, 08:35 PM
DeKayA@BellSouth.Net
Guest
 
Posts: n/a
Default Re: Remote desktop routing through W2k3 server HOW

On Sun, 17 Sep 2006 14:49:20 GMT, (E-Mail Removed) wrote:
On the SBS Server I found " Routing and Remote Access"
under NAT/firewal/Network Connection (192.168.2.2) properties I double
checked NAT was indeed enabled and on the Services and Ports Tab I
set the RemoteDesktop port to forward to 192.168.1.100
With the DSL router forwarding to 192.168.2.2 and the server
forwarding to 192.168.1.100 ..
Voila! IT worked.

Thanks so much!












>Hi Robert;
>Thanks for responding.
>
>I was pretty sure port forwarding was the answer but I just don't know
>where on the server to go to do that.
>
>I already did it and NAT on the Internet hub and it works when I point
>it to the Server 192.168.2.2 So I know it is right
> I of course then change it back to the client 192.168.1.100.
>
>
>
>But where on the server do I port forward?
>
>And in case I can't find it where do I enable NAT on the server?
>
>
>Thanks
>Dekaya
>
>
>
>
>
>
>On Sat, 16 Sep 2006 10:02:59 -0500, "Robert L [MVP - Networking]"
><(E-Mail Removed)> wrote:
>
>>You should enable NAT on the SBS since it has two NICs. Then do port forwarding to point port 3389 to the 192.168.1.100.
>>
>>You also have another two options: RWW and VPN.
>>
>>NAT and Firewall How to enable NAT How to enable NAT name resolution How to enable inbound connections How to configure 2000/2003 NAT services and ports ...
>> http://www.chicagotech.net/nat.htm
>>
>>
>>
>>Bob Lin, MS-MVP, MCSE & CNE
>>Networking, Internet, Routing, VPN Troubleshooting on http://www.ChicagoTech.net
>>How to Setup Windows, Network, VPN & Remote Access on http://www.HowToNetworking.com
>> <(E-Mail Removed)> wrote in message news:(E-Mail Removed)...


Reply With Quote
  #6  
Old 09-18-2006, 03:43 PM
Robert L [MVP - Networking]
Guest
 
Posts: n/a
Default Re: Remote desktop routing through W2k3 server HOW

Thank you for the update.

Bob Lin, MS-MVP, MCSE & CNE
Networking, Internet, Routing, VPN Troubleshooting on http://www.ChicagoTech.net
How to Setup Windows, Network, VPN & Remote Access on http://www.HowToNetworking.com
<(E-Mail Removed)> wrote in message news:(E-Mail Removed)...
On Sun, 17 Sep 2006 14:49:20 GMT, (E-Mail Removed) wrote:
On the SBS Server I found " Routing and Remote Access"
under NAT/firewal/Network Connection (192.168.2.2) properties I double
checked NAT was indeed enabled and on the Services and Ports Tab I
set the RemoteDesktop port to forward to 192.168.1.100
With the DSL router forwarding to 192.168.2.2 and the server
forwarding to 192.168.1.100 ..
Voila! IT worked.

Thanks so much!












>Hi Robert;
>Thanks for responding.
>
>I was pretty sure port forwarding was the answer but I just don't know
>where on the server to go to do that.
>
>I already did it and NAT on the Internet hub and it works when I point
>it to the Server 192.168.2.2 So I know it is right
> I of course then change it back to the client 192.168.1.100.
>
>
>
>But where on the server do I port forward?
>
>And in case I can't find it where do I enable NAT on the server?
>
>
>Thanks
>Dekaya
>
>
>
>
>
>
>On Sat, 16 Sep 2006 10:02:59 -0500, "Robert L [MVP - Networking]"
><(E-Mail Removed)> wrote:
>
>>You should enable NAT on the SBS since it has two NICs. Then do port forwarding to point port 3389 to the 192.168.1.100.
>>
>>You also have another two options: RWW and VPN.
>>
>>NAT and Firewall How to enable NAT How to enable NAT name resolution How to enable inbound connections How to configure 2000/2003 NAT services and ports ...
>> http://www.chicagotech.net/nat.htm
>>
>>
>>
>>Bob Lin, MS-MVP, MCSE & CNE
>>Networking, Internet, Routing, VPN Troubleshooting on http://www.ChicagoTech.net
>>How to Setup Windows, Network, VPN & Remote Access on http://www.HowToNetworking.com
>> <(E-Mail Removed)> wrote in message news:(E-Mail Removed)...


Reply With Quote
Reply

Tags
desktop, remote, routing, server, w2k3

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT. The time now is 07:15 AM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.