Re: 2003 Server as Router
From: Doug Sherman [MVP] (dsherman_at_nospam.tampabay.rr.com)
Date: 10/21/04
- Next message: Kevin D. Goodknecht Sr. [MVP]: "Re: WINS, DNS and MS Shares"
- Previous message: Brian: "Re: Server with 2 Network Cards + cannot browse domain"
- In reply to: Chris White: "2003 Server as Router"
- Next in thread: Phillip Windell: "Re: 2003 Server as Router"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 21 Oct 2004 12:18:48 -0400
1. If the machines on each subnet use the Win 2003 machine's attached IP as
a default gateway, then no static route is necessary. If the gateway is
properly set and computers on one subnet cannot ping addresses on the other
subnet, then most likely LAN routing is not properly configured in RRAS on
the Win 2003 machine.
2. If machines use some default gateway other than the Win 2003 machine,
then you need static routes. You can configure these on the default gateway
router or on each individual machine.
3. If #2 is the case, try this test: On a workstation on subnet x open a
command prompt and enter:
route add <networkIPofsubnet y> mask<subnetmaskofsubnet y> <IPaddressof
Win2003>
eg. If the Win 2003's NICs were 192.168.0.1 and 192.168.1.1, a machine on
the 192.168.0.0 subnet would need this command:
route add 192.168.1.0 mask 255.255.255.0 192.168.0.1
If this works, you can make the route permanent by using 'route -p add'
Doug Sherman
MCSE Win2k/NT4.0, MCSA, MCP+I, MVP
"Chris White" <cwhite@caw.me.uk> wrote in message
news:81d08e3d.0410210652.684dc03d@posting.google.com...
> HI All,
>
> I have been given the task to setup a 2003 server as a router between
> to internal domains on our network. I have never looked into routing
> before so am having some difficulties working this out.
>
> As I say we have two internal domains which I need to route to each
> other. These domains both sit on different subnets. I have two NIC's
> in the 2003 box one configured for each subnet. I have RRAS installed
> on the server but that's as far as it goes.
>
> From a pc on one subnet I can ping both NIC's on the server but cannot
> ping any other ip address on the opposite subnet which leads me to
> believe that I need to add static routes on the server but am not
> sure.
>
> Would be grateful for any help I could get on this matter.
>
> Thanks in advance
>
> Chris
--- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.779 / Virus Database: 526 - Release Date: 10-19-2004
- Next message: Kevin D. Goodknecht Sr. [MVP]: "Re: WINS, DNS and MS Shares"
- Previous message: Brian: "Re: Server with 2 Network Cards + cannot browse domain"
- In reply to: Chris White: "2003 Server as Router"
- Next in thread: Phillip Windell: "Re: 2003 Server as Router"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|