Gentoo Archives: gentoo-user

From: kashani <kashani-list@××××××××.net>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Routing problem ?
Date: Fri, 11 Jan 2008 03:15:09
Message-Id: 4786DF20.8000306@badapple.net
In Reply to: [gentoo-user] Routing problem ? by Holla
1 Holla wrote:
2 > 192.168.1.1
3 > +-+ +------------+
4 > | |-----------| Router1 |=========ASDL conn
5 > | | +------------+
6 > | |
7 > | |
8 > | |
9 > | | 192.168.1.23 +-------+ 192.168.2.43
10 > | |------------------| PC1 |----))).............
11 > +-+ +-------+ .
12 > .
13 > Passive Hub .
14 > 192.168.2.1 .
15 > +------------+ .
16 > | Router2 |--)))..
17 > +------------+
18 > |
19 > |
20 > +------+
21 > | PC2 |
22 > +------+
23 > 192.168.2.24
24
25 Yep it's a routing problem.
26
27 Router1 needs a route to point back to PC2 so when traffic bound for it
28 comes it, it'll know what to do with it.
29 route add -net 192.168.2.0 netmask 255.255.255.0 gw 192.168.1.23
30
31 kashani
32
33 --
34 gentoo-user@l.g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Routing problem ? Mike Mazur <mmazur@×××××.com>
Re: [gentoo-user] Routing problem ? Holla <holla.net@×××××.com>