Gentoo Archives: gentoo-user

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

Replies

Subject Author
Re: [gentoo-user] eth1 won't start John Lowry <johnlowry@×××××.com>