Steve Holdoway wrote:
On Fri, March 24, 2006 10:11 am, Roger Searle wrote:

NINE:/home/roger # ifconfig eth0 10.1.1.20 up
NINE:/home/roger # route add default gw 10.1.1.1
NINE:/home/roger # ifconfig eth0

eth0      Link encap:Ethernet  HWaddr 00:0A:48:1D:B7:5A
          inet addr:10.1.1.20  Bcast:10.255.255.255  Mask:255.0.0.0
          inet6 addr: fe80::20a:48ff:fe1d:b75a/64 Scope:Link
          UP BROADCAST NOTRAILERS RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:72 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:4734 (4.6 Kb)  TX bytes:0 (0.0 b)
          Interrupt:11

NINE:/home/roger # ping 10.1.1.1
PING 10.1.1.1 (10.1.1.1) 56(84) bytes of data.
 From 10.1.1.20: icmp_seq=1 Destination Host Unreachable

Any ideas?  I'm totally lost when it comes to drivers and modules in
linux so no idea what to do from here.




OK, the card's on the network, as it's receiving stuff. You're ser up for
a class A network, which shouldn't make any difference, but might. I'd
modify the ifconfig line to

ifconfig eth0 10.1.1.20 netmask 255.255.255.0 broadcast 10.1.1.255 up

I'd also try to ping www.google.com - my standard test as it proves both
dns and connectivity at the same time.

However, the lack of outgoing traffic is what worries me more than
anything, suggesting the default route is set somewhere else - what does
route -n return?

Steve
Is the above ifconfig line valid if I know that the network definitely is 10.0.0.0/8? I guess I could change the config on the router but I know that my notebook (if here) works OK on it running suse 9.3.
knoppix 3.9 reports "no supported network cards found" to ifconfig.

The card is an onboard an Albatron C51MCP51 motherboard, AMD64.
Now, all the other requested commands combined in one reply:

(what this machine reports in windows)
roger>ipconfig
Windows IP Configuration
Ethernet adapter Local Area Connection:

       Connection-specific DNS Suffix  . :
       IP Address. . . . . . . . . . . . : 10.1.1.7
       Subnet Mask . . . . . . . . . . . : 255.0.0.0
       Default Gateway . . . . . . . . . : 10.1.1.1


NINE:/home/roger # ping 10.1.1.1
PING 10.1.1.1 (10.1.1.1) 56(84) bytes of data.
From 10.1.1.20: icmp_seq=1 Destination Host Unreachable

ping another known machine:

NINE:/home/roger # ping 10.1.1.4
connect: Network is unreachable


NINE:/home/roger # lspci | grep Ethernet
00:14.0 Bridge: nVidia Corporation MCP51 Ethernet Controller (rev a1)


NINE:/home/roger # lspci -n
00:00.0 Class 0500: 10de:02f0 (rev a2)
00:00.1 Class 0500: 10de:02fa (rev a2)
00:00.2 Class 0500: 10de:02fe (rev a2)
00:00.3 Class 0500: 10de:02f8 (rev a2)
00:00.4 Class 0500: 10de:02f9 (rev a2)
00:00.5 Class 0500: 10de:02ff (rev a2)
00:00.6 Class 0500: 10de:027f (rev a2)
00:00.7 Class 0500: 10de:027e (rev a2)
00:02.0 Class 0604: 10de:02fc (rev a1)
00:03.0 Class 0604: 10de:02fd (rev a1)
00:04.0 Class 0604: 10de:02fb (rev a1)
00:05.0 Class 0300: 10de:0240 (rev a2)
00:09.0 Class 0500: 10de:0270 (rev a2)
00:0a.0 Class 0601: 10de:0260 (rev a2)
00:0a.1 Class 0c05: 10de:0264 (rev a2)
00:0a.2 Class 0500: 10de:0272 (rev a2)
00:0b.0 Class 0c03: 10de:026d (rev a2)
00:0b.1 Class 0c03: 10de:026e (rev a2)
00:0d.0 Class 0101: 10de:0265 (rev a1)
00:0e.0 Class 0101: 10de:0266 (rev a1)
00:0f.0 Class 0101: 10de:0267 (rev a1)
00:10.0 Class 0604: 10de:026f (rev a2)
00:10.2 Class 0401: 10de:026b (rev a2)
00:14.0 Class 0680: 10de:0269 (rev a1)
00:18.0 Class 0600: 1022:1100
00:18.1 Class 0600: 1022:1101
00:18.2 Class 0600: 1022:1102
00:18.3 Class 0600: 1022:1103


NINE:/home/roger # tcpdump
bash: tcpdump: command not found


NINE:/home/roger # route -n
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
127.0.0.0       0.0.0.0         255.0.0.0       U     0      0        0 lo


NINE:/home/roger # ifconfig eth0 10.1.1.20 netmask 255.0.0.0 broadcast 10.255.255.255 up
NINE:/home/roger # ifconfig eth0
eth0      Link encap:Ethernet  HWaddr 00:0A:48:1D:B7:5A
         inet addr:10.1.1.20  Bcast:10.255.255.255  Mask:255.0.0.0
         inet6 addr: fe80::20a:48ff:fe1d:b75a/64 Scope:Link
         UP BROADCAST NOTRAILERS RUNNING MULTICAST  MTU:1500  Metric:1
         RX packets:119 errors:0 dropped:0 overruns:0 frame:0
         TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
         collisions:0 txqueuelen:1000
         RX bytes:8579 (8.3 Kb)  TX bytes:0 (0.0 b)
         Interrupt:11 Base address:0x8000

NINE:/home/roger # ping 10.1.1.1
PING 10.1.1.1 (10.1.1.1) 56(84) bytes of data.
From 10.1.1.20: icmp_seq=1 Destination Host Unreachable

--- 10.1.1.1 ping statistics ---
6 packets transmitted, 0 received, +4 errors, 100% packet loss, time 5034ms
, pipe 3
NINE:/home/roger # ping 10.1.1.4
PING 10.1.1.4 (10.1.1.4) 56(84) bytes of data.
From 10.1.1.20: icmp_seq=1 Destination Host Unreachable





Reply via email to