<(E-Mail Removed)> wrote in message
news:408f502c-a597-43ea-aea4-(E-Mail Removed)...
> Ok here's my problem, besides the fact I'm not a network guy:
>
> I have two separate networks I have to maintain for my office:
> 192.168.2.0 & 10.0.3.0
>
> The setup is this as such
> The ISP is connected to the the 192.168.2.0 network router with
> configuration:
> Local ip: 192.168.2.1
> subnet: 255.255.255.0
> dhcp on
>
> The 10.0.3.0 network router is:
> Static IP: 192.168.2.12
> subnet: 255.255.255.0
> default gateway: 192.168.2.1
> dhcp on
>
> Local ip: 10.0.3.1
> subnet: 255.255.255.0
>
> I need to be able to Remote Desktop from the 192 network to a computer
> on the 10 network.
Well to start with,...are these "home-user-broadband-routers"? If so these
are NOT "real" routers,...they are cheap low-dollar NAT-based Firewalls.
But some marketing person somewhere (that should have been taken out and
shot) marketed them as "routers" in the stores, either out of ignorance or
the idea that maybe they would sell more that way,...and then everyone got
on the band wagon and called theirs that too,..and now nobody (in the retail
world) knows what a real router is anymore.
That completes my soapbox rant anyway. So if what you have are two Subnets
that are part of one larger network and uses one common Internet connection,
then you need:
1. One NAT Firewall
You probably have that. It is probably the 192.168.2.1 "router" that is
sitting there. If this is a D-Link then you may already be screwed since
many models (most? all?) cannot take a Static Route which is required for
the rest of this to work.
2. One LAN Router or Layer3 Switch
This goes between the two Subnets. If it is a Layer3 Switch then you have
to configure at least a total of 2 VLANs. This divids the Switch into 2
logical Layer3 Interfaces. You must then "enable routing" on the Layer3
Switch because it is usually off by default.
3. All Hosts, in both subnets,...use the LAN Router as the Default Gateway
4. The LAN Router (or L3 Switch) uses the "firewall" as the Default Gateway
5. The "firewall" then requires a Static Route(s) that tell it to use the
LAN Router as the "path" to get to any other subnets ont he LAN. This is
what many (most? all?) D-Link boxes cannot do.
--
Phillip Windell
www.wandtv.com
The views expressed, are my own and not those of my employer, or Microsoft,
or anyone else associated with me, including my cats.
-----------------------------------------------------