Hi there,

after spending most of the weekend trying to set up a network between
my K6 (newton, SMC Ultra card) and the spare parts 486 (fermat, ReadyLink 
NE2000 clone) I desperatly turn to the list :-)

It's my first contact with networks, so it may be a really stupid mistake.

If I do a "ping -v fermat" on Newton it just says:

PING fermat.math (192.168.0.2): 56 data bytes
126 bytes from newton.math (192.168.0.1): Destination Host Unreachable
Vr HL TOS  Len   ID Flg  off TTL Pro  cks      Src      Dst Data
 4  5  00 5400 8d1f   0 0000  40  01 c8d9 192.168.0.1  192.168.0.2
[..]

Why does it do that? I add some output which might be useful.

Thanks in advance, Daniel

### Newton (192.168.0.1) :

dmesg:

[..]
smc-ultra.c:v2.02 2/3/98 Donald Becker ([EMAIL PROTECTED])
eth0: SMC Ultra at 0x300, 00 00 C0 63 D8 DE, IRQ 10 memory 0xcc000-0xcffff.
[..]

ifconfig:

lo        Link encap:Local Loopback  
          inet addr:127.0.0.1  Bcast:127.255.255.255  Mask:255.0.0.0
          UP BROADCAST LOOPBACK RUNNING  MTU:3584  Metric:1
          RX packets:8 errors:0 dropped:0 overruns:0
          TX packets:8 errors:0 dropped:0 overruns:0

eth0      Link encap:Ethernet  HWaddr 00:00:C0:63:D8:DE
          inet addr:192.168.0.1  Bcast:192.168.0.255  Mask:255.255.255.0
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0
          TX packets:0 errors:0 dropped:0 overruns:0
          Interrupt:10 Base address:0x310 Memory:cc000-d0000 

route:

Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
192.168.0.0     *               255.255.255.0   U     0      0        0 eth0
127.0.0.0       *               255.0.0.0       U     0      0        1 lo

### Fermat (192.168.0.2)

dmesg:

[..]
ne.c:v1.10 9/23/94 Donald Becker ([EMAIL PROTECTED])
NE*000 ethercard probe at 0x300: 00 80 48 87 20 61
eth0: NE2000 found at 0x300, using IRQ 7.
[..]

ifconfig:

lo        Link encap:Local Loopback  
          inet addr:127.0.0.1  Bcast:127.255.255.255  Mask:255.0.0.0
          UP BROADCAST LOOPBACK RUNNING  MTU:3584  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0
          TX packets:0 errors:0 dropped:0 overruns:0

eth0      Link encap:Ethernet  HWaddr 00:80:48:87:20:61
          inet addr:192.168.0.2  Bcast:192.168.0.255  Mask:255.255.255.0
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0
          TX packets:0 errors:0 dropped:0 overruns:0
          Interrupt:7 Base address:0x300 

route:

Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
192.168.0.0     *               255.255.255.0   U     0      0        0 eth0
127.0.0.0       *               255.0.0.0       U     0      0        0 lo

--
http://homepages.emsnet.de/~gerpen

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

Reply via email to