eth1 is in VLAN 709 and has some IP aliases.<br />
<br />
In /etc/sysconfig/network VLAN is set to "yes".<br />
ifcfg-eth1.709 contains:<br />
DEVICE="eth1.709"<br />
HWADDR="00:25:90:2A:A7:B9"<br />
NM_CONTROLLED="no"<br />
ONBOOT="yes"<br />
<br />
And ifcfg-eth1.709:0 contains:<br />
DEVICE="eth1.709:0"<br />
BOOTPROTO=none<br />
IPADDR=192.168.128.1<br />
NETMASK=255.255.255.0<br />
ONBOOT="yes"<br />
ONPARENT=yes<br />
<br />
There are 10 more aliases...<br />
<br />
Using ifup I can start any device, it works fine.<br />
But /etc/init.d/network seems to ignore them.
↧