ALT Linux Community general discussions
 help / color / mirror / Atom feed
* [Comm] branch 4.1 и etcnet
@ 2008-07-28 18:37 Pavel
  2008-07-29 18:23 ` [Comm] branch 4.1 и etcnet [РЕШЕНО] Paul
  0 siblings, 1 reply; 2+ messages in thread
From: Pavel @ 2008-07-28 18:37 UTC (permalink / raw)
  To: community

Доброе время суток!

Скажите пожалуйста, как в 4.1 (идеологически правильно) настраивать имена интерфейсов в etcnet?

Создал файл /etc/net/iftab
> # eth000        mac 00:1D:60:5C:87:88
> # eth001        mac 00:02:B3:13:DD:C0
> # eth002        mac 00:80:C8:38:D4:F8
> eth000  businfo 0000:02:0b.0
> eth001  businfo 0000:02.0a.0
> eth002  businfo usb-0000.00.1d.7-5
но при ребуте имена интерфейсов не назначаются, плюс к этому имена первых двух устраивают чехарду. На данный момент в качестве костылей используется строгий порядок загрузки драйверов сетевых карт - файл /etc/modprobe.d/blacklist-nic:
> blacklist ipg
> blacklist e100
> blacklist asix
+ параметры MODULE=<модуль> и USE_HOTPLUG=no в /etc/net/ifaces/eth[0-2]/options (спасибо asy@!); имена имеют вид ethX (хотелось бы иметь вида eth00X).

Заранее благодарен вам за ответы!

# ethtool -i eth0
> Cannot get driver information: Operation not supported

# lspci
> <skip>
> 02:0a.0 Ethernet controller: Intel Corporation 82557/8/9/0/1 Ethernet Pro 100 (rev 08)
> 02:0b.0 Ethernet controller: Sundance Technology Inc / IC Plus Corp IP1000 Family Gigabit Ethernet (rev 41)

# ethtool -i eth1
> driver: e100
> version: 3.5.23-k4-NAPI
> firmware-version: N/A
> bus-info: 0000:02:0a.0

# ethtool -i eth2
> driver: asix
> version: 14-Jun-2006
> firmware-version: ASIX AX88772 USB 2.0 Ethernet
> bus-info: usb-0000:00:1d.7-5

# lsusb
> # lsusb
> Bus 004 Device 002: ID 2001:3c05 D-Link Corp. [hex] DUB-E100 Fast Ethernet [asix]
> <skip>

# ip addr show
> 1: lo: <LOOPBACK,UP,LOWER_UP> mtu 16436 qdisc noqueue
>     link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
>     inet 127.0.0.1/8 scope host lo
> 2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast qlen 1000
>     link/ether 00:1d:60:5c:87:88 brd ff:ff:ff:ff:ff:ff
>     inet 192.168.0.6/24 brd 192.168.0.255 scope global eth0
>     inet 192.168.254.1/30 brd 192.168.254.3 scope global eth0
> 3: eth1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast qlen 1000
>     link/ether 00:02:b3:13:dd:c0 brd ff:ff:ff:ff:ff:ff
>     inet 10.115.62.2/30 brd 10.115.62.3 scope global eth1
> 4: eth2: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast qlen 1000
>     link/ether 00:80:c8:38:d4:f8 brd ff:ff:ff:ff:ff:ff
>     inet 192.168.1.2/24 brd 192.168.1.255 scope global eth2
> 5: tun000: <POINTOPOINT,MULTICAST,NOARP,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast qlen 100
>     link/[65534]
>     inet 172.16.0.1 peer 172.16.0.2/32 scope global tun000



-- 
С уважением, Павел
email/xmpp: p2n-at-ya-dot-ru



^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [Comm] branch 4.1 и etcnet [РЕШЕНО]
  2008-07-28 18:37 [Comm] branch 4.1 и etcnet Pavel
@ 2008-07-29 18:23 ` Paul
  0 siblings, 0 replies; 2+ messages in thread
From: Paul @ 2008-07-29 18:23 UTC (permalink / raw)
  To: community

Нашел причины косяков: для eth001 и eth002 допустил очепятки, а 
для eth000 сделал привязку к MAC адресу (подозреваю, что причина 
невозможности привязки по businfo та же самая, что и в выводе 
ethtool -i eth0 - в модуле ipg).

Т.о. поправив свой /etc/net/iftab
> # eth000  businfo 0000:02:0b.0
> eth000  mac 00:1D:60:5C:87:88
> # eth001  mac 00:02:B3:13:DD:C0
> eth001  businfo 0000:02:0a.0  <----------- было 0000:02.0a.0
> # eth002  mac 00:80:C8:38:D4:F8
> eth002  businfo usb-0000:00:1d.7-5  <----- было usb-0000.00.1d.7-5

удалив ранее созданный /etc/modprobe.d/blacklist-nic и вписав в
/etc/modules:
> ipg
> e100
> asix

после ребута имена всех интерфейсов получаю те, какие нужно.


-- 
С уважением, Павел
email/xmpp: p2n-at-ya-dot-ru



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-07-29 18:23 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-07-28 18:37 [Comm] branch 4.1 и etcnet Pavel
2008-07-29 18:23 ` [Comm] branch 4.1 и etcnet [РЕШЕНО] Paul

ALT Linux Community general discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/community/0 community/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 community community/ http://lore.altlinux.org/community \
		mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
	public-inbox-index community

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.community


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git