On Sat, 28 Nov 1998, mail wrote:

> I am setting up a 2 pc network (so far).  The problem is that neither PC can
> see each other, yet data "appears" to be passing to the hub. The second
> issue may be related to the first, but "arp" is showing me the the hardware
> address is not being assigned.

You have two pcs connected through a hub. Is the cabling working properly?

> My server PC is set to 192.168.1.1, my second pc is 192.168.1.2
> /etc/host file is:
> 
> 192.168.1.1         pc1.mydomain.com    mine
> 192.168.1.2          pc2.mydomain.com   yours
> 192.168.1.3         pc3.mydomain.com  theirs.
> 
> At this time, I issue a 'netstat -rn' ( oops, may have been 'route')
>     my route table looks incorrect.  It is:
> 
>     Destination            Gateway                        netmask
> metrics    iface
>     192.168.1.0                   *                            255.255.255.0
> U            0            eth0
>       loopback                        *                            255.0.0.0
> U         0            lo
>     default                              *
> 255.255.255.255    U           0            eth0
> 
> DOES THIS LOOK CORRECT?

Well, you should have a G flag on the default route, but that doesn't mean
you can't ping the remote box. You really shouldn't suffer with routing if
it's a two-box network. I say go back to hardware, I can't see a software
problem at all.

>     22:00:01.427518 pc1.mydoman.com > pc2.mydomain.com icmp: echo request
>     22:00:02.427518 pc1.mydoman.com > pc2.mydomain.com icmp: echo request
>     22:00:03.427518 pc1.mydoman.com > pc2.mydomain.com icmp: echo request

The echo requests go out, none come in. I bet the lights on pc2's hub
point never blink. Or the nic, then. Run tcpdump on pc2 while pinging from
pc1 to really check.

> My Second issue:  #2.  When I inquire into the arp table, the second PC
> which I am
> attempting to ping shows the PCs address, but no hardware address associated
> with it.  I can remap the arp entry (arp -s test 00:11:22:22:33 ...) to my
> ethernet card, but I still can not ping my second box. ( yes, all of the
> blinky blinky's are going off on the back of the ethernet card and my hub.

I have an empty /proc/net/arp, but I'm not sure that's because all the
other clients are off.

> >From the second PC, not surprising, I can not ping my server. Again, the
> cards in both PCs tell me something is going on, as well as the hub.

But with the first PC, you can?

-- 
christian
[EMAIL PROTECTED]

-
To unsubscribe from this list: send the line "unsubscribe linux-net" in
the body of a message to [EMAIL PROTECTED]

Reply via email to