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)?
Route add -p 10.10.11.1 mask 255.255.255.0 10.10.10.1
Thanks in advance for any comments.
Victor.