On Debian 6 (Squeeze), I have network aliases on one network card.
When I try to bring them up I get an error:
Code: Select all
$ ifconfig eth0:1 up
The configuration looked like thisSIOCSIFFLAGS: Cannot assign requested address
Code: Select all
iface eth0:1 inet static
address ad-converter1.dva-profession.local
netmask 255.255.255.0
[SOLUTION]
It works when I use "ifup":
Code: Select all
$ ifup eth0:1
Hm...Unable to find suitable address.