I have read a lot of tutorial about how to add virtual IP addresses per NIC but it doesn't work for me. All tutorials that I must edit /etc/network/interfaces but when I restart the service, I always have an error.
sudo nano /etc/network/interfaces
iface eth0:0 inet static
address 192.168.1.10
netmask 255.255.255.0
broadcast 192.168.1.255
iface eth0:1 inet static
address 192.168.1.11
netmask 255.255.255.0
broadcast 192.168.1.255
How can I do it with Ubuntu Desktop ? thanks a lot !
ps: I want to use this file and not the graphical tool.