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

Re: Xircom CE3B-100BTX



As I just use a cross cable to link up the two machines (192.168.7.15 & 14), there is no 192.168.7.1. On the other hand, I installed the card in Windows 2000 Professional and it works fine (i.e they can ping each other). The following is the output ot "netstat -rn" in Win2000 Pro:

C:\>netstat -rn

Route Table
===========================================================================
Interface List
0x1 ........................... MS TCP Loopback interface
0x1000003 ...00 80 c7 64 d0 28 ...... Xircom Ethernet 10/100 PC Card
===========================================================================
===========================================================================
Active Routes:
Network Destination        Netmask          Gateway       Interface  Metric
       127.0.0.0        255.0.0.0        127.0.0.1       127.0.0.1       1
     192.168.7.0    255.255.255.0     192.168.7.16    192.168.7.16       1
    192.168.7.16  255.255.255.255        127.0.0.1       127.0.0.1       1
   192.168.7.255  255.255.255.255     192.168.7.16    192.168.7.16       1
       224.0.0.0        224.0.0.0     192.168.7.16    192.168.7.16       1
 255.255.255.255  255.255.255.255     192.168.7.16    192.168.7.16       1
===========================================================================
Persistent Routes:
 None

Therefore, I wonder it is the driver module problem rather than config problem. Is there any new driver for this card? Thanks.


Best Regards,


Calvin Lam


From: Tom Cooper <tom_cooper bigfoot com>
Reply-To: tom_cooper bigfoot com
To: redhat-install-list redhat com
Subject: Re: Xircom CE3B-100BTX
Date: Tue, 04 Jul 2000 13:12:48 -0400

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



-- To unsubscribe: mail redhat-install-list-request redhat com with "unsubscribe" as the Subject.


________________________________________________________________________ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com



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