Gentoo Archives: gentoo-user

From: Alan McKinnon <alan.mckinnon@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] strange net interfaces
Date: Mon, 11 May 2009 10:36:00
Message-Id: 200905111234.26441.alan.mckinnon@gmail.com
In Reply to: [gentoo-user] strange net interfaces by Raul Gonzales
1 On Monday 11 May 2009 11:06:20 Raul Gonzales wrote:
2 > Hi all,
3 >
4 > I've found that when I run ip link show on my box it gives me:
5 >
6 > 1: lo: <LOOPBACK,UP,LOWER_UP> mtu 16436 qdisc noqueue state UNKNOWN
7 > link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
8 > inet 127.0.0.1/8 brd 127.255.255.255 scope host lo
9 > inet6 ::1/128 scope host
10 > valid_lft forever preferred_lft forever
11 > 2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state
12 > UP qlen 100
13 > link/ether 00:0d:60:91:03:1f brd ff:ff:ff:ff:ff:ff
14 > inet 192.168.1.11/24 brd 192.168.1.255 scope global eth0
15 > inet6 fe80::20d:60ff:fe91:31f/64 scope link
16 > valid_lft forever preferred_lft forever
17 > 3: bond0: <BROADCAST,MULTICAST,MASTER> mtu 1500 qdisc noop state DOWN
18 > link/ether 00:00:00:00:00:00 brd ff:ff:ff:ff:ff:ff
19 > 4: dummy0: <BROADCAST,NOARP> mtu 1500 qdisc noop state DOWN
20 > link/ether 8a:3c:77:a9:b5:c0 brd ff:ff:ff:ff:ff:ff
21 > 5: ifb0: <BROADCAST,NOARP> mtu 1500 qdisc noop state DOWN qlen 32
22 > link/ether 8e:cf:e3:61:30:ea brd ff:ff:ff:ff:ff:ff
23 > 6: ifb1: <BROADCAST,NOARP> mtu 1500 qdisc noop state DOWN qlen 32
24 > link/ether 8e:ba:b0:96:8e:d7 brd ff:ff:ff:ff:ff:ff
25 > 7: teql0: <NOARP> mtu 1500 qdisc noop state DOWN qlen 100
26 > link/void
27 > 8: tunl0: <NOARP> mtu 1480 qdisc noop state DOWN
28 > link/ipip 0.0.0.0 brd 0.0.0.0
29 > 9: gre0: <NOARP> mtu 1476 qdisc noop state DOWN
30 > link/gre 0.0.0.0 brd 0.0.0.0
31 > 10: sit0: <NOARP> mtu 1480 qdisc noop state DOWN
32 > link/sit 0.0.0.0 brd 0.0.0.0
33 >
34 >
35 > but I expected only lo and eth0 as I did not configured the others. How
36 > could I get rid of the rest of interfaces?
37
38 Seems like you have a truck load of kernel modules loaded that you don't use.
39
40 Stop those modules from loading, or just don't load them until you really do
41 need them.
42
43 --
44 alan dot mckinnon at gmail dot com

Replies

Subject Author
[gentoo-user] Re: strange net interfaces James <wireless@×××××××××××.com>