Re: Setting Up Routing using Route Command
- From: "asdf" <afds@xxxxxxxx>
- Date: Sat, 21 Oct 2006 22:52:58 -0400
please pardon my stupidity but isn't thats what static routes are for.
I thought that RRAS just provides an easy to use interface for
something that one can do using the command line.
So
Create configure machine on the first network to use
Adapter1 on router as gateway,
configure machine on the second network to use Adapter2
on router as gateway.
Create 3 static routes on router machine:
2 to rout traffic between the two networks and
one default route to forward the traffic to the internet.
Thank you very much
"Bill Grant" <not.available@online> wrote in message
news:OeupxiW9GHA.3620@xxxxxxxxxxxxxxxxxxxxxxx
No. You must enable IP routing on a machine before it will forward
traffic from one interface to another.
"asdf" <afds@xxxxxxxx> wrote in message
news:%Df_g.189$zi7.50@xxxxxxxxxxxxxxx
but let's say i don't want to enable the RRAS for whatever reason.
Can't i configure the cards on each machine the way you described below
and then configure the multihomed machine with two static routes?
"Bill Grant" <not.available@online> wrote in message
news:e0GQT8$8GHA.3280@xxxxxxxxxxxxxxxxxxxxxxx
You don't need any route commands. Just enable IP routing on the machine
with two NICs (as Bob advised). When IP routing is enabled, the machine
will forward traffic from on subnet to the other as required.
Routing will be automatic if you set the default gateways correctly.
Basically, you set both subnets to use the IP address of the router as
the default gateway setting. eg
10.10.10.x dg 10.10.10.1
|
10.10.10.1 dg blank
router
192.168.0.1 dg blank
|
192.168.0.x dg 192.168.0.1
All traffic which is not local (ie not in the same subnet as the
sending machine) will be sent to the gateway router. The router can
deliver it directly in the "other" subnet because it also has an
interface in that subnet.
"asdf" <afds@xxxxxxxx> wrote in message
news:%VAZg.75$QA4.47@xxxxxxxxxxxxxxx
Let's say i have 3 computers
one is on the 10.10.10.0 network
another on 192.168.0.0 network
I want to route messages between the
two using a third computer with two nic cards.
What settings exactly do i need to setup for TCPIP
for the three machines and what commands should i
issue using route command. Any step by step
tutorials which can help me?
thank you
.
- Follow-Ups:
- Re: Setting Up Routing using Route Command
- From: Bill Grant
- Re: Setting Up Routing using Route Command
- References:
- Setting Up Routing using Route Command
- From: asdf
- Re: Setting Up Routing using Route Command
- From: Bill Grant
- Re: Setting Up Routing using Route Command
- From: asdf
- Re: Setting Up Routing using Route Command
- From: Bill Grant
- Setting Up Routing using Route Command
- Prev by Date: Re: Internet sharing using USB port in WIN2000 Sever
- Next by Date: Moving peer-peer to client/server?
- Previous by thread: Re: Setting Up Routing using Route Command
- Next by thread: Re: Setting Up Routing using Route Command
- Index(es):
Relevant Pages
|