The machines are connected to both networks. My issue is that the Terminal
emulator either takes forever to connect to the 10 server or does not connect
at all. Only the 192 accesses the internet but the 10 still needs a gateway
as the clients are 10.1.x.x and the server is 10.2.x.x with a class B subnet
mask (255.255.0.0 or /16). So... If I direct the PC threw the XP routing to
send 10 network requests to the 10 NIC and everything else to the 192 then we
should be ok. Does this sound correct?
Again, thanks for the assistance,
Vincent LaBonte
> This sounds very different from what I thought you were trying to do. If
> the only machines that need to access both networks are in fact connected to
[quoted text clipped - 97 lines]
> > > > I tried adding the DNS staticly to the 10 but this removed the 192
> > > gateway.
Well, originally you described the network as 10.x.x.x - which implies a
subnet mask of 255.0.0.0. If instead the mask is 255.255.0.0, then the
10.2.x.x server is not on the same subnet as the 10.1.x.x machines. This
could well be the cause of your communication issues - OR - Is this what the
router on the 10.1.x.x network is for? ie. 10.1.x.x connects to 10.2.x.x
through a router? So you have 3 subnets - not 2? If so, you need to
configure a static route on the multihomed machines:
route add 10.2.0.0 mask 255.255.0.0. <IP address of gateway to 10.2.x.x
network>
Doug Sherman
MCSE Win2k/NT4.0, MCSA, MCP+I, MVP
> The machines are connected to both networks. My issue is that the Terminal
> emulator either takes forever to connect to the 10 server or does not connect
[quoted text clipped - 53 lines]
> > > >
> > > > Navigate to
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters
> > > > Double click on IPEnableRouter and set its value to 1.
> > > >
[quoted text clipped - 49 lines]
> > > > > I tried adding the DNS staticly to the 10 but this removed the 192
> > > > gateway.
Vincent LaBonte - 27 Jan 2005 06:17 GMT
Hi Doug,
Thank you for the help. Even though I called Microsoft today and got it
worked out before I read this, "Is this what the router on the 10.1.x.x
network is for? ie. 10.1.x.x connects to 10.2.x.x through a router? So you
have 3 subnets - not 2? If so, you need to configure a static route on the
multihomed machines:" hit it on the head. The route add command is what I
ended up with. It works flawlessly now. Interesting point on the subnets.
I never considered the 10.2.x.x since it is off sight. And yes, 10.x.x.x
implies a (and is a) class A network but what I am working with is subnetted.
Sorry for the confusion there. It ends up I cannot have two gateways on one
machine and that was the issue.
Again, thank you for the help,
Vincent LaBonte
> Well, originally you described the network as 10.x.x.x - which implies a
> subnet mask of 255.0.0.0. If instead the mask is 255.255.0.0, then the
[quoted text clipped - 153 lines]
> > > > > > I tried adding the DNS staticly to the 10 but this removed the 192
> > > > > gateway.
Doug Sherman [MVP] - 31 Jan 2005 21:02 GMT
I hear you - you only built or manage 2 subnets, so it makes perfect sense
to describe the scenario as only involving 2 subnets. They say that English
is the most precise language, but they also say a picture is worth a 1000
words. We need to develop a canned network diagram that can be edited and
pasted into posts on this newsgroup. I'll see what I can do.
Doug Sherman
MCSE Win2k/NT4.0, MCSA, MCP+I, MVP
> Hi Doug,
>
[quoted text clipped - 169 lines]
> > > > > > > I tried adding the DNS staticly to the 10 but this removed the 192
> > > > > > gateway.