I have a main office with SBS, connected to the web (2nd NIC), and I
need to add a connection to an remote office that I will reach through
a router on my LAN (leasedline).

IP's assigned to the various interfaces on the routers and servers.

SBS 1st NIC
IP 10.10.10.7
Mask 255.255.255.0
Default gateway none

SBS 2nd NIC
IP 192.168.16.5
Mask 255.255.255.0
Default gateway 192.168.16.1 (IP ADSL Router)

Terminal Server
IP 10.10.10.8
Mask 255.255.255.0
Default gateway 10.10.10.7

Router (Cisco 1600) on my LAN
IP 10.10.10.1

connected to:

Router (Cisco 1600) at my remote office
IP 10.10.11.1

At my remote office I have 8 client assigned static IP addresses:
10.10.11.2 to 10.10.11.10 All of them have 10.10.11.1 as their default
gateway.

What I want is my clients to be able to connect to my Terminal server
at the SBS site using the remote desktop connection client. I also
want to be able to create default TCP/IP ports for the printers
installed on my terminal sever that are located at the remote office
(10.10.11.20 and 10.10.11.21).

I'm I correct to think that the only thing missing is the Route Add
command (on my SBS)? Also what subnets should be inclouded in my LAT?

Route add -p 10.10.11.1 mask 255.255.255.0 10.10.10.1

Thanks in advance for any comments.

Victor.

Re: configuring static route to remote office by Mark

Mark
Wed Nov 12 20:13:11 CST 2003

a router back to the clients??? That shouldn't be necessary....clients
should be able to get to TS server. As for TCP/IP printer, have you read
Claudio's printer article in the download section of mcse2000.com yet?

--
Sincerely,
Mark Mancini, CCA, CCNA, Master CIW&CI, CNE 4&5, MCSE+I 4&2000
www.MCSE2000.com
www.AppLauncher.com



"Victor" <v.deroos@cable.a2000.nl> wrote in message
news:c9c097a4.0311120248.765d1ec5@posting.google.com...
> I have a main office with SBS, connected to the web (2nd NIC), and I
> need to add a connection to an remote office that I will reach through
> a router on my LAN (leasedline).
>
> IP's assigned to the various interfaces on the routers and servers.
>
> SBS 1st NIC
> IP 10.10.10.7
> Mask 255.255.255.0
> Default gateway none
>
> SBS 2nd NIC
> IP 192.168.16.5
> Mask 255.255.255.0
> Default gateway 192.168.16.1 (IP ADSL Router)
>
> Terminal Server
> IP 10.10.10.8
> Mask 255.255.255.0
> Default gateway 10.10.10.7
>
> Router (Cisco 1600) on my LAN
> IP 10.10.10.1
>
> connected to:
>
> Router (Cisco 1600) at my remote office
> IP 10.10.11.1
>
> At my remote office I have 8 client assigned static IP addresses:
> 10.10.11.2 to 10.10.11.10 All of them have 10.10.11.1 as their default
> gateway.
>
> What I want is my clients to be able to connect to my Terminal server
> at the SBS site using the remote desktop connection client. I also
> want to be able to create default TCP/IP ports for the printers
> installed on my terminal sever that are located at the remote office
> (10.10.11.20 and 10.10.11.21).
>
> I'm I correct to think that the only thing missing is the Route Add
> command (on my SBS)? Also what subnets should be inclouded in my LAT?
>
> Route add -p 10.10.11.1 mask 255.255.255.0 10.10.10.1
>
> Thanks in advance for any comments.
>
> Victor.