Gentoo Archives: gentoo-user

From: John Lowry <johnlowry@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] eth1 won't start
Date: Sat, 28 Nov 2009 18:28:08
Message-Id: 4B116B93.4070001@gmail.com
In Reply to: Re: [gentoo-user] eth1 won't start by Roger Mason
1 Roger Mason wrote:
2 > Hello John & Walt,
3 >
4 > Thanks for the responses. Here is the information you asked for.
5 >
6 > John Lowry <johnlowry@×××××.com> writes:
7 >
8 >> What is the contents of your /etc/udev/rules.d/70-persistent-net.rules
9 >
10 > # PCI device 0x10b7:0x9200 (3c59x)
11 > SUBSYSTEM=="net", DRIVERS=="?*", ATTR{address}=="00:01:03:c5:2a:7b",
12 > NAME="eth0"
13 >
14 > # PCI device 0x1113:0x1211 (8139too)
15 > SUBSYSTEM=="net", DRIVERS=="?*", ATTR{address}=="00:10:b5:e0:c5:13",
16 > NAME="eth1"
17 >
18 > # PCI device 0x1113:0x1211 (8139too)
19 > SUBSYSTEM=="net", DRIVERS=="?*", ATTR{address}=="00:10:b5:e0:cc:c8",
20 > NAME="eth2"
21 >
22 > # PCI device 0x10b7:0x9200 (3c59x)
23 > SUBSYSTEM=="net", DRIVERS=="?*", ATTR{address}=="00:04:75:8f:8f:b4",
24 > NAME="eth3"
25 >
26
27 >> file contain? Also, what about ifconfig -a?
28 >
29 > eth0 Link encap:Ethernet HWaddr 00:01:03:C5:2A:7B
30 > inet addr:134.153.37.83 Bcast:134.153.37.255
31 > Mask:255.255.254.0
32 > inet6 addr: fe80::201:3ff:fec5:2a7b/64 Scope:Link
33 > UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
34 > RX packets:407960 errors:0 dropped:0 overruns:1 frame:0
35 > TX packets:105016 errors:0 dropped:0 overruns:0 carrier:0
36 > collisions:0 txqueuelen:1000
37 > RX bytes:70312188 (67.0 Mb) TX bytes:22034895 (21.0 Mb)
38 > Interrupt:11 Base address:0x2000
39 >
40 > eth2 Link encap:Ethernet HWaddr 00:10:B5:E0:CC:C8
41 > BROADCAST MULTICAST MTU:1500 Metric:1
42 > RX packets:0 errors:0 dropped:0 overruns:0 frame:0
43 > TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
44 > collisions:0 txqueuelen:1000
45 > RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
46 > Interrupt:10 Base address:0x4000
47 >
48 > lo Link encap:Local Loopback
49 > inet addr:127.0.0.1 Mask:255.0.0.0
50 > inet6 addr: ::1/128 Scope:Host
51 > UP LOOPBACK RUNNING MTU:16436 Metric:1
52 > RX packets:79 errors:0 dropped:0 overruns:0 frame:0
53 > TX packets:79 errors:0 dropped:0 overruns:0 carrier:0
54 > collisions:0 txqueuelen:0
55 > RX bytes:5980 (5.8 Kb) TX bytes:5980 (5.8 Kb)
56 >
57 > sit0 Link encap:IPv6-in-IPv4
58 > NOARP MTU:1480 Metric:1
59 > RX packets:0 errors:0 dropped:0 overruns:0 frame:0
60 > TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
61 > collisions:0 txqueuelen:0
62 > RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
63 >
64 Based on the above it looks like you have had or still have four NICs
65 installed? If you have only the two cards installed you can delete
66 everything except for the first entry and the one referencing the card
67 currently in the machine and change name to "eth1." So:
68
69 SUBSYSTEM=="net", DRIVERS=="?*", ATTR{address}=="00:01:03:c5:2a:7b",
70 NAME="eth0"
71
72 SUBSYSTEM=="net", DRIVERS=="?*", ATTR{address}=="00:10:b5:e0:cc:c8",
73 NAME="eth1"

Replies

Subject Author
Re: [gentoo-user] eth1 won't start [solved] Roger Mason <rmason@×××.ca>