Gentoo Archives: gentoo-ppc-user

From: Nicholas S-A <nova@×××××××××××××.com>
To: gentoo-ppc-user@l.g.o
Subject: Re: [gentoo-ppc-user] problems with PowerBook G4
Date: Thu, 22 Sep 2005 20:06:58
Message-Id: 535ce84edc0b8949e5eb1c30996b24fa@macintoshclub.com
In Reply to: Re: [gentoo-ppc-user] problems with PowerBook G4 by Matti Bickel
1 Yes, it turns out that is the problem! The router somehow got
2 misconfigured as 0.0.0.0 instead of 10.0.1.1.
3 here is ifconfig:
4 bond0 Link encap:Ethernet HWaddr 00:00:00:00:00:00
5 BROADCAST MASTER MULTICAST MTU:1500 Metric:1
6 RX packets:0 errors:0 dropped:0 overruns:0 frame:0
7 TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
8 collisions:0 txqueuelen:0
9 RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
10
11 dummy0 Link encap:Ethernet HWaddr 86:DB:59:06:1D:3C
12 BROADCAST NOARP MTU:1500 Metric:1
13 RX packets:0 errors:0 dropped:0 overruns:0 frame:0
14 TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
15 collisions:0 txqueuelen:0
16 RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
17
18 eth0 Link encap:Ethernet HWaddr 00:03:93:80:24:F2
19 inet addr:10.0.1.200 Bcast:10.255.255.255 Mask:255.255.255.0
20 UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
21 RX packets:17 errors:0 dropped:0 overruns:0 frame:0
22 TX packets:16 errors:0 dropped:0 overruns:0 carrier:0
23 collisions:0 txqueuelen:1000
24 RX bytes:1374 (1.3 Kb) TX bytes:1174 (1.1 Kb)
25 Interrupt:41 Base address:0x7400
26
27 eth1 Link encap:Ethernet HWaddr 00:30:65:16:B7:DD
28 inet addr:10.0.1.12 Bcast:10.255.255.255 Mask:255.255.255.0
29 UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
30 RX packets:22 errors:0 dropped:0 overruns:0 frame:0
31 TX packets:20 errors:0 dropped:0 overruns:0 carrier:0
32 collisions:0 txqueuelen:1000
33 RX bytes:1910 (1.8 Kb) TX bytes:3002 (2.9 Kb)
34 Interrupt:57
35
36 lo Link encap:Local Loopback
37 inet addr:127.0.0.1 Mask:255.0.0.0
38 UP LOOPBACK RUNNING MTU:16436 Metric:1
39 RX packets:4 errors:0 dropped:0 overruns:0 frame:0
40 TX packets:4 errors:0 dropped:0 overruns:0 carrier:0
41 collisions:0 txqueuelen:0
42 RX bytes:280 (280.0 b) TX bytes:280 (280.0 b)
43
44 and route -n:
45 Kernel IP routing table
46 Destination Gateway Genmask Flags MSS Window
47 irtt Iface
48 10.0.1.0 * 255.255.255.0 U 0 0
49 0 eth0
50 10.0.1.0 * 255.255.255.0 U 0 0
51 0 eth1
52 loopback localhost 255.0.0.0 UG 0 0
53 0 lo
54
55 Is the right command to use 10.0.1.1 as a router (for both eth1 and
56 eth0) 'route add default gw 10.0.1.1'? Or is it something else? That is
57 what I got from manning route, but I don't what to mess anything up by
58 having conflicting IP addresses.
59 thanks
60 nick
61 On Sep 22, 2005, at 4:29 AM, Matti Bickel wrote:
62
63 > Nicholas S-A <nova@×××××××××××××.com> wrote:
64 >> The output is actually this error from 'man connect':
65 >> [ENETUNREACH] The network isn't reachable from this host.
66 >
67 > Since you can reach your router: have you checked *which* interface
68 > reaches the router?
69 > What's the output of route -n?
70 >
71 > Sorry, just a wild guess.
72 > Matti
73 > --
74
75 --
76 gentoo-ppc-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-ppc-user] problems with PowerBook G4 Matti Bickel <kabel@××××.de>