Re: Routing problem, proprietary equipment
- From: "Gary Drost" <GaryDrost@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Thu, 14 Jul 2005 17:19:06 -0700
Phillip:
I think that that is way I need to go. Remote users in the 192.168.1.x
subnet need to access the PC but not the device beyond it.
So the device is 192.168.1.35 & the corresponding NIC in the PC is
192.168.1.36. The second NIC in the PC will be 192.168.2.151 and this NIC
will be connected to the local network at the second site with the
192.168.2.x subnet. I will then add the route command to its' table so that
it knows that the device is connected to its one NIC and ALL other
192.168.1.x traffic will go out the 192.168.2.151 NIC and get handled by the
router (as I understand it).
I will test this tomorrow and let you know what transpires.
Thanks,
Gary Drost
"Phillip Windell" wrote:
> "Gary Drost" <Gary Drost@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
> news:6C23AF0B-46D8-4D93-A5A4-BACFE856C0EC@xxxxxxxxxxxxxxxx
> > Am I going to be hosed until I change my networking scheme so that it
> allows
> > this piece of equipment to run on its own network subnet so that routing
> > works?
>
> You will always be "hosed" there because you can never rework your
> networking scheme to accomidate that since the other remote network is
> already using that Subnet.
>
> > It was suggested to me by the manufacturer that I might be able to run 2
> > NIC's in the PC that controls this equipment. I did drop a 2nd NIC in the
> PC
> > but cannot figure out if there is any way to force the routing to deal to
> > with the same network number located in two different places.
> >
> > Does anyone know of a way to make this work?
>
> Depends on if just the one PC needs to work with it or it the whole network
> needs to work with it,...that is not the same thing.
>
> [If only the one PC uses the device]
> 1. Let's say the Device is 192.168.1.1
> 2. Lets say the PC's nic you added is 192.168.1.2
> 3. The route in the routing table would be this
>
> "route add -p 192.168.1.2 mask-255.255.255.255 int-192.168.1.1"
>
> This tells it that anything destined for the *specific* address of
> 192.168.1.1 (the Device) is supposed to use Outbound Interface 192.168.1.2.
> This will not bother your normal routing to the remote Subnet of 192.168.1.*
> except for the one address of 192.168.1.1 which would never be reachable on
> that path for that one PC.
>
> ----------------------------------------------------------------------------
> ------
>
> [If the whole network uses the device]
> 1. Setup a NAT Device between the LAN and this "Device".
> 2. Use Static NAT to "publish" the Device to your LAN.
> 3. The IP# of the NAT device will be used to access the Device instead of it
> "true" IP#.
>
> You can use a Hardware NAT Device or build a NAT Server using windows Server
> with RRAS (http://support.microsoft.com/default.aspx?scid=kb;en-us;816581).
>
>
>
>
.
- References:
- Routing problem, proprietary equipment
- From: Gary Drost
- Routing problem, proprietary equipment
- Prev by Date: Re: how to route traffic in a 3 NIC server
- Next by Date: wireless services stopped
- Previous by thread: Re: Routing problem, proprietary equipment
- Next by thread: Re: Routing problem, proprietary equipment
- Index(es):
Relevant Pages
|