On Jan 11, 2008 8:44 AM, kashani <[EMAIL PROTECTED]> wrote:
> 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
>

Thanks, I added this route at the Router1 and now can ping 192.168.1.1
at PC2.  But still can't ping DNS server from PC2.

At PC2
 # traceroute  218.248.240.46  (ISP's DNS server)
traceroute to 218.248.240.46 (218.248.240.46), 30 hops max, 40 byte packets
 1  192.168.2.43 (192.168.2.43)  1.730 ms  0.840 ms  0.920 ms
 2  192.168.1.1 (192.168.1.1)  1.440 ms  1.469 ms  1.287 ms
 3  * * *
 4  * * *

At PC1

 # traceroute  218.248.240.46
traceroute to 218.248.240.46 (218.248.240.46), 30 hops max, 40 byte packets
 1  192.168.1.1 (192.168.1.1)  0.848 ms  0.706 ms  0.681 ms
 2  117.192.128.1 (117.192.128.1)  19.712 ms  18.878 ms  19.920 ms
 3  218.248.160.134 (218.248.160.134)  19.292 ms  19.796 ms  19.190 ms


Any idea why this is so ?

sathish

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

Reply via email to