Holla wrote:
                192.168.1.1
+-+           +------------+
| |-----------|  Router1   |=========ASDL conn
| |           +------------+
| |
| |
| |
| |    192.168.1.23  +-------+  192.168.2.43
| |------------------|  PC1  |----))).............
+-+                  +-------+                   .
                                                 .
Passive Hub                                      .
                              192.168.2.1        .
                             +------------+      .
                             | Router2    |--)))..
                             +------------+
                                |
                                |
                             +------+
                             | PC2  |
                             +------+
                             192.168.2.24

Yep it's a routing problem.

Router1 needs a route to point back to PC2 so when traffic bound for it comes it, it'll know what to do with it.
route add -net 192.168.2.0 netmask 255.255.255.0 gw 192.168.1.23

kashani

--
gentoo-user@lists.gentoo.org mailing list

Reply via email to