Bob Proulx wrote: > iface eth0 inet static > address 192.168.122.17 > netmask 255.255.255.0 > gateway 192.168.122.1 > up addr add 192.168.122.18/24 dev eth0 label eth0:0 > down addr add 192.168.122.18/24 dev eth0 label eth0:0
The above has a typo error. I left out the 'ip' part.
It should read like this:
auto eth0
allow-hotplug eth0
iface eth0 inet static
address 192.168.122.17
netmask 255.255.255.0
gateway 192.168.122.1
up ip addr add 192.168.122.18/24 dev eth0 label eth0:0
down ip addr add 192.168.122.18/24 dev eth0 label eth0:0
Bob
signature.asc
Description: Digital signature

