Re: way OT: route table

From: nic (anonymous_at_discussions.microsoft.com)
Date: 04/02/04


Date: Fri, 2 Apr 2004 10:46:49 -0800

Thanks for the help. Unfortunately I can't put them all
on the same subnet. The private network has to stay
private and can't be on our normal subnet. You are
correct in saying :
>>The important thing here is that you can reach the
>>router (and the other machines in your lan!).

That is the dilema. What would be the problem with
assigning two different IPs to the one nic? Would it be
better to have 2 nics? We are currently only using one nic
on the server but I could buy another nic and add a static
IP on the other subnet range. Would that solve the
problem of the server not finding the private gateway?

>-----Original Message-----
>First of all... let me start by saying that I have very
limited knowledge in
>this area. So, any advice you get from me might be
totally off base.
>
>Is there any way you can change the IP of the router to
be in the same
>subnet as the SBS server? I'm assuming that they are
connected in the same
>hub (and that you have one nic). If not, then can you
change the IP of your
>LAN to match the router? If not, then I guess you could
assign two different
>IPs to the nic in the two different subnets... but that
would be my last
>option. The important thing here is that you can reach
the router (and the
>other machines in your lan!).
>
>Now, about the static route I think it should be for the
server that you
>need to access:
>
>route add 32.76.xx.xx mask 255.255.255.0 192.168.0.0
>
>This tells the SBS box to create a route to reach
32.76.x.x/24 using
>192.168.0.0 as a gateway. You would need to change the
mask for the
>appropiate range of IPs that you will be accessing.
>
>Again... use this at your own risk :-)
>
>--
>Javier [SBS MVP]
>
><< SBS ROCKS !!! >>
>
>"nic" <anonymous@discussions.microsoft.com> wrote in
message
>news:1783b01c418d1$74bc3760$a401280a@phx.gbl...
>> I'm not sure who to ask. If any of you know of a better
>> newsgroup just let me know.
>>
>> OK, we are running SBS 2000 with an internal IP network
of
>> 192.168.16.0 (net mask 255.255.255.0, gateway
>> 192.168.16.1). We have a need to add a frame-relay
point
>> to point connection with another company. This uses a
>> completely different router and is on a seperate network
>> of 192.168.0.0 (net mask 255.255.255.0, gateway
>> 192.168.0.1) This will give us a private connection to
>> their network. On their network I have to reach one of
>> their servers (32.76.xx.xx). I was told I could add a
>> static route in the route table to access the private
>> network. (I have a server that needs to be on the main
>> network but still access the private network)
>>
>> I tried adding a static route of
>>>>route add 192.168.0.0 mask 255.255.255.0 192.168.0.1
>>
>> This fails saying the interface could not be found. If
on
>> that machine, I change my IP to go to the private
network,
>> I can successfully ping the gateway. But how can I
remain
>> on the 192.168.16.0 network but still access the
>> 192.168.0.1 gateway? I'm hoping there is a networking
>> guru out there. I'm pretty sure it will involve a
static
>> route but i'm having trouble.
>>
>> Thanks
>
>
>.
>



Relevant Pages