Gentoo Archives: gentoo-user

From: Hans-Werner Hilse <hilse@×××.de>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Network problem
Date: Mon, 12 Feb 2007 10:21:38
Message-Id: 20070212111525.9985caca.hilse@web.de
In Reply to: [gentoo-user] Network problem by Roman Naumann
1 Hi,
2
3 On Mon, 12 Feb 2007 09:54:42 +0100 "Roman Naumann"
4 <sapiens.dyslexia@××××××××××.com> wrote:
5
6 > Ifconfig eth0 gives me this:
7 >
8 > Link encap:
9 >
10 > UNSPEC HWaddr 44-4F-C0-00-14-31-AC-10-00-00-00-00-00-00-00-00
11 > [...]
12 > I'm pretty sure the Mac-Addr is too long.. that's weird,
13 > Also, when using Sabayon, the first line differs: "Link encap:ether"
14 > and the mac is correct
15 >
16 > I tried to change the mac with:
17 > ifconfig eth0 hw ether 10:20:30:40:50:60
18 > but then, I get th following:
19 > SIOCSIFHWADDR: Invalid argument
20
21 eth0 doesn't seem to be what it has been anymore. You probably compiled
22 a new kernel with some extra network drivers (USB devices? Firewire?).
23 Looking at the "MAC" address above, I'd say it's something designated
24 for a peer-to-peer connection.
25
26 use "ifconfig -a" to find your real network interface. If it's not
27 shown there (under different name, of course), you're probably missing
28 the right modules. You might want to use udev to give your interfaces a
29 persistent naming in the future, that will save you these troubles.
30
31 -hwh
32
33
34 --
35 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Network problem Roman Naumann <sapiens.dyslexia@××××××××××.com>