[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

Re: Xircom CE3B-100BTX



Your box knows how to get to himself, but not to the world.  You need to set up
a default route pointing to your local gateway.  For example, in my environment,
my default router is at 192.168.100.1 -  see the last line in the output of
netstat?  It means that the destination of (any.any.any.any) that is not
supplied explicitly in the routing table will be forwarded to the machine at
192.168.100.1.

You need something similar.  You'll find it either in control-panel under the
network configuration, and then the routing tab, OR you can set it up manually
with the route command.

It will be something like
"route add default gw 192.168.7.1"

That should fix your problem.....

Hmm. What seems odd to me is this:  You shuold be able to ping 192.168.7.14 from
192.168.7.15.  In theory your machine should be able to reach it because it's on
the same subnet......  Baffling.

In any case, I'd bet that if you set up the default route it will start working.

Give that a shot and let us know what happens.

Regards,
Tom Cooper




[root marvin /root]# netstat -rn
Kernel IP routing table
Destination     Gateway         Genmask         Flags   MSS Window  irtt Iface
192.168.100.8   0.0.0.0         255.255.255.255 UH        0 0          0 eth0
192.168.100.0   0.0.0.0         255.255.255.0   U         0 0          0 eth0
127.0.0.0       0.0.0.0         255.0.0.0       U         0 0          0 lo
0.0.0.0         192.168.100.1   0.0.0.0         UG        0 0          0 eth0
Calvin Lam wrote:

> hi all,
>
> Further info to my problem with Xircom CE3b-100BTX (10/100BaseT), I
>
> The following is the output of "netstat -rn":
> Kernel IP routing table
> Destination     Gateway         Genmask         Flags   MSS Window  irtt Iface
>
> 192.168.7.15    0.0.0.0         255.255.255.255 UH        0 0          0 eth0
> 192.168.7.0     0.0.0.0         255.255.255.0   U         0 0          0eth0
> 127.0.0.0       0.0.0.0         255.0.0.0       U         0 0          0 lo
>
> When I ping a 192.168.7.14:
> PING 192.168.7.14 (192.168.7.14) from 192.168.7.15 : 56(84) bytes of data.
> From 192.168.7.15: Destination Host Unreachable
> From 192.168.7.15: Destination Host Unreachable
> From 192.168.7.15: Destination Host Unreachable
> From 192.168.7.15: Destination Host Unreachable
> From 192.168.7.15: Destination Host Unreachable
> From 192.168.7.15: Destination Host Unreachable
>
> --- 192.168.7.14 ping statistics ---
> 9 packets transmitted, 0 packets received, +6 errors, 100% packet loss
>
> FYI, I upgrade the package "kernel-pcmcia" to 2.2.14-5.0.  Please help.
>
> Calvin



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]