Gentoo Archives: gentoo-amd64

From: Bob Slawson <bslawson@×××××××××××.net>
To: gentoo-amd64@l.g.o
Subject: Re: [gentoo-amd64] Problem with ethernet configuration
Date: Fri, 07 Nov 2008 13:44:40
Message-Id: 49144645.20100@frontiernet.net
In Reply to: Re: [gentoo-amd64] Problem with ethernet configuration by manuel
1 manuel:
2
3 A couple of cli tools to check if you haven't already...(man pages
4 for details)
5
6 # ifconfig --- shows the interfaces in some detail
7
8 # route --- displays the routing tables
9
10 # dmesg | grep eth --- look for something like the following in
11 the output
12
13 udev: renamed network interface eth1 to eth3
14
15
16 The last annoys me to no end but I haven't spent anytime to figure
17 out how to get udev to "do the right thing".
18
19
20 BobS