https://qa.mandrakesoft.com/show_bug.cgi?id=1134
[EMAIL PROTECTED] changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From [EMAIL PROTECTED] 2003-02-08 22:46 -------
corrected in 7.06-2mdk
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
------- Reminder: -------
assigned_to: [EMAIL PROTECTED]
status: RESOLVED
creation_date:
description:
Try to define range interface aliases with the following file:
/etc/sysconfig/network-scripts/ifcfg-eth0-range0
------------------------------------------------
IPADDR_START=192.168.0.80
IPADDR_END=192.168.0.82
BOOTPROTO=static
CLONENUM_START=0
GATEWAY=192.168.0.1
Then issue a restart:
# service network restart
[...]
Bringing up interface eth0: [ OK ]
Bringing up interface eth0-range0: Sorry, there is already an instance of ifplu
gd for eth0 running.
[FAILED]
The problem seems to come from the fact that the network-scripts want to launch
an ifplugd as if the aliases were new interface and not aliases.
Workaround:
-----------
There is a simple workaround, just add MII_NOT_SUPPORTED=1 to the aliases range
file to deactivate ifplugd.
At least it should be specified somewhere in the doc or in the ifup-aliases file
Brice