Gentoo Archives: gentoo-ppc-user

From: Matti Bickel <kabel@××××.de>
To: gentoo-ppc-user@l.g.o
Subject: Re: [gentoo-ppc-user] problems with PowerBook G4
Date: Fri, 23 Sep 2005 08:55:48
Message-Id: 20050923085430.GA7288@pluto.atHome
In Reply to: Re: [gentoo-ppc-user] problems with PowerBook G4 by Nicholas S-A
1 Nicholas S-A <nova@×××××××××××××.com> wrote:
2 > Yes, it turns out that is the problem! The router somehow got misconfigured as 0.0.0.0 instead of 10.0.1.1.
3 > here is ifconfig:
4 [config eth0,eth1,lo,bond0,dummy0]
5
6 They seem to be ok.
7
8 > and route -n:
9 > Kernel IP routing table
10 > Destination Gateway Genmask Flags MSS Window irtt Iface
11 > 10.0.1.0 * 255.255.255.0 U 0 0 0 eth0
12 > 10.0.1.0 * 255.255.255.0 U 0 0 0 eth1
13 > loopback localhost 255.0.0.0 UG 0 0 0 lo
14
15 This is not ok. But you mention correctly that you have to do:
16 route add default gw 10.0.1.1
17
18 Not sure if you have to
19 route add default gw 10.0.1.1 dev eth0
20 route add default gw 10.0.1.1 dev eth1
21 though.
22
23 Matti
24 --

Replies

Subject Author
[gentoo-ppc-user] Problem with powerbook G4 solved nova@×××××××××××××.com