Hi

Can somebody give me some guidance on how I go about setting up Terminal
Services/Remote Desktop.

I have a Windows 2000SBS (with ISA) and I want to setup a workstation within
the LAN for remote access.

The server is configured with 2 NIC, Internal & External, the external goes
to a router for internet access (DSL).

My goal is for a remote user to connect to the workstation over the internet
using FQDN like WRK01.DomainName.com

Any help would be much appreciated.

Regards
Barry

Re: Can somebody give me some guidance on how I go about setting up Terminal Services/Remote Desktop. by Javier

Javier
Fri Apr 30 10:41:35 CDT 2004

Let me see if I get this straight:

-You have a Windows XP Pro workstation inside an SBS domain.
-You have ISA installed on SBS with 2NICs and you have the firewall client
installed.
-You want to initiate a RDP session from somewhere on the internet to that
workstation.

If it were me... I would do a VPN first to the server and then access the
workstation like if you were inside the lan. Or upgrade to SBS2003 and use
RWW instead.

However, if you really want to do this you need to publish the TS "server"
(workstation). First open the ISA console (Start->Programs->MS ISA Server->
ISA Management->Servers and Arrays-> %servername%):

1) Create a new protocol definition for Terminal Server (using TCP 3389
Inbound)... unless you have this already (I don't think it exists for
inbound by default). Policy Elements-> Protocol Definitions-> New

2) Publish the server... you can do this by running the Server Publishing
Wizard (Publishing-> right-click Server Publishing Rules-> New-> Rule).
Follow the Wizard instructions... you will need to enter the IP address of
the Win2k Server, and select the protocol created on #1 from the list.

3) If you have a Firewall/Router in front of ISA make sure that you forward
TCP 3389 to the external interface of the SBS box.

Note1: If you already have 3389 open for accessing the server you will need
either change the port number to use a non-standard one or get a 2nd public
IP from your ISP.

Note2: If you want to access it via workstation.yourdomain.com you need to
ask your ISP to create that A record for you.

I hope this helps!

--
Javier [SBS MVP]

<< SBS ROCKS !!! >>

"Barry McConomy" <smile@vianet.ca> wrote in message
news:1094pmii4889fd0@corp.supernews.com...
> Hi
>
> Can somebody give me some guidance on how I go about setting up Terminal
> Services/Remote Desktop.
>
> I have a Windows 2000SBS (with ISA) and I want to setup a workstation
> within
> the LAN for remote access.
>
> The server is configured with 2 NIC, Internal & External, the external
> goes
> to a router for internet access (DSL).
>
> My goal is for a remote user to connect to the workstation over the
> internet
> using FQDN like WRK01.DomainName.com
>
> Any help would be much appreciated.
>
> Regards
> Barry
>
>



Re: Can somebody give me some guidance on how I go about setting up Terminal Services/Remote Desktop. by Barry

Barry
Fri Apr 30 11:29:14 CDT 2004

Javier

Thanks for the advice, I will try this over the weekend.

Regards
Barry



Re: Can somebody give me some guidance on how I go about setting up Terminal Services/Remote Desktop. by Barry

Barry
Fri Apr 30 12:59:04 CDT 2004

Javier

Can you help.

I did the necessary configuration and when connected I got on to the
Server.

I tried using a different port (7100) and received an error when connecting
using WRK01.DomainName.com:7100

Regards
Barry



Re: Can somebody give me some guidance on how I go about setting up Terminal Services/Remote Desktop. by Marina

Marina
Fri Apr 30 14:35:28 CDT 2004

Hi Barry,

Which errormessage did you get?

--
Regards,

Marina
Microsoft SBS-MVP

"Barry McConomy" <smile@vianet.ca> schreef in bericht
news:10955202m019f2d@corp.supernews.com...
> Javier
>
> Can you help.
>
> I did the necessary configuration and when connected I got on to the
> Server.
>
> I tried using a different port (7100) and received an error when
connecting
> using WRK01.DomainName.com:7100
>
> Regards
> Barry
>
>



Re: Can somebody give me some guidance on how I go about setting up Terminal Services/Remote Desktop. by Javier

Javier
Fri Apr 30 15:02:16 CDT 2004

Hi Barry!

There are many things could have gone wrong with this... but my gut instinct
tells me that is probably one of these issues:

1) If you have a router in front of ISA then remember to forward port 7100.

2) You didn't change the port number that the workstation listens for RPC to
7100 (although, I'm pretty sure ISA can redirect the request to 3389 even if
it comes from another port... I just don't know how it goes). Check this KB
for the details:
http://support.microsoft.com/?id=306759

3) Remember to give the workstation a DHCP reservation... ISA works by IP,
so if the workstation's IP changes you will not be able to get to it.

Let us know how it goes.

--
Javier [SBS MVP]

<< SBS ROCKS !!! >>

"Barry McConomy" <smile@vianet.ca> wrote in message
news:10955202m019f2d@corp.supernews.com...
> Javier
>
> Can you help.
>
> I did the necessary configuration and when connected I got on to the
> Server.
>
> I tried using a different port (7100) and received an error when
> connecting
> using WRK01.DomainName.com:7100
>
> Regards
> Barry
>
>



Re: Can somebody give me some guidance on how I go about setting up Terminal Services/Remote Desktop. by Barry

Barry
Fri Apr 30 16:18:13 CDT 2004

Hi Marina

Error message:-

"The client could not connect to the remote computer........"

In the RDC I entered WRK01.DomainName.com:7100

Regards
Barry



Re: Can somebody give me some guidance on how I go about setting up Terminal Services/Remote Desktop. by Marina

Marina
Fri Apr 30 16:25:46 CDT 2004

Hi Barry,

Just assisting Javier on this, but you have tried from within the network
too and that works?

--
Regards,

Marina
Microsoft SBS-MVP

"Barry McConomy" <smile@vianet.ca> schreef in bericht
news:1095gnc47gsis8a@corp.supernews.com...
> Hi Marina
>
> Error message:-
>
> "The client could not connect to the remote computer........"
>
> In the RDC I entered WRK01.DomainName.com:7100
>
> Regards
> Barry
>
>



Re: Can somebody give me some guidance on how I go about setting up Terminal Services/Remote Desktop. by Barry

Barry
Fri Apr 30 17:11:48 CDT 2004

Thanks Javier

All is now working.

The problem was me, your instructions was perfect.

I did not re-start the ISA server.

Regards
Barry



Re: Can somebody give me some guidance on how I go about setting up Terminal Services/Remote Desktop. by Barry

Barry
Fri Apr 30 17:14:19 CDT 2004

Thanks Marina

All is now working.

The problem was me, I did not re-start the ISA server.

Regards
Barry



Re: Can somebody give me some guidance on how I go about setting up Terminal Services/Remote Desktop. by Marina

Marina
Fri Apr 30 17:25:08 CDT 2004

Hi Barry,

Great! Thanks for reporting back.

--
Regards,

Marina
Microsoft SBS-MVP

"Barry McConomy" <smile@vianet.ca> schreef in bericht
news:1095k0hkip3rnfe@corp.supernews.com...
> Thanks Marina
>
> All is now working.
>
> The problem was me, I did not re-start the ISA server.
>
> Regards
> Barry
>
>



Re: Can somebody give me some guidance on how I go about setting up Terminal Services/Remote Desktop. by SuperGumby

SuperGumby
Sat May 01 17:32:36 CDT 2004

just a minor correction on this one

> Note1: If you already have 3389 open for accessing the server you will
need
> either change the port number to use a non-standard one or get a 2nd
public
> IP from your ISP.

by publishing an internal server you can connect to it then RDP to the SBS,
no 2nd IP nor non-standard port required.
http://support.microsoft.com/default.aspx?scid=kb;en-us;294720&Product=ISAS



Re: Can somebody give me some guidance on how I go about setting up Terminal Services/Remote Desktop. by TK

TK
Thu May 20 10:20:08 CDT 2004

I have a similar setup, however, I do not go through the Internet, I
only TS through my inner office connection, however, I am experiencing
some issues with this.

TK



On Fri, 30 Apr 2004 10:45:16 -0400, "Barry McConomy" <smile@vianet.ca>
wrote:

>Hi
>
>Can somebody give me some guidance on how I go about setting up Terminal
>Services/Remote Desktop.
>
>I have a Windows 2000SBS (with ISA) and I want to setup a workstation within
>the LAN for remote access.
>
>The server is configured with 2 NIC, Internal & External, the external goes
>to a router for internet access (DSL).
>
>My goal is for a remote user to connect to the workstation over the internet
>using FQDN like WRK01.DomainName.com
>
>Any help would be much appreciated.
>
>Regards
>Barry
>


Re: Can somebody give me some guidance on how I go about setting up Terminal Services/Remote Desktop. by Doug

Doug
Thu May 20 14:15:20 CDT 2004

We VPN in to the network and then Remote Desktop to the client machine.
Don't know of a way to get through with a fully qualified domain name.
Sounds like your best bet is an upgrade to SBS 2003 and RWW.

HTH,

Doug

"TK" <totoro_orotot@hotmail.com> wrote in message
news:f3jpa0h8bqlp4kudj0cd44m9o2fgj44h02@4ax.com...
> I have a similar setup, however, I do not go through the Internet, I
> only TS through my inner office connection, however, I am experiencing
> some issues with this.
>
> TK
>
>
>
> On Fri, 30 Apr 2004 10:45:16 -0400, "Barry McConomy" <smile@vianet.ca>
> wrote:
>
> >Hi
> >
> >Can somebody give me some guidance on how I go about setting up Terminal
> >Services/Remote Desktop.
> >
> >I have a Windows 2000SBS (with ISA) and I want to setup a workstation
within
> >the LAN for remote access.
> >
> >The server is configured with 2 NIC, Internal & External, the external
goes
> >to a router for internet access (DSL).
> >
> >My goal is for a remote user to connect to the workstation over the
internet
> >using FQDN like WRK01.DomainName.com
> >
> >Any help would be much appreciated.
> >
> >Regards
> >Barry
> >
>