[olug] CentOS?
Luke-Jr
luke at dashjr.org
Thu Aug 19 13:42:02 UTC 2010
On Wednesday, August 18, 2010 06:27:07 pm Barry Von Ahsen wrote:
> also make sure the device name changes (assuming they have separate
> ifcfg-ethX files)
>
> DEVICE=eth0
> DEVICE=eth0:1
> etc.
FWIW, the whole virtual network device paradigm is considered legacy/obsolete.
The "correct" way to do this now is just assigning multiple addresses to a
single eth0 device using the 'ip addr' command. However, a side effect of this
is that deprecated legacy tools like ifconfig (which use old APIs) will only
show the first address assigned, etc. Not sure if this is related to the
problem or not, but might be worth noting.
More information about the OLUG
mailing list