I've tried to enable auto configure network but without success.
Quote:
Network Helper did not run: unsupported distribution or distribution version
looking to the docs I've found this sample configuration in
https://www.linode.com/docs/platform/network-helperauto lo
iface lo inet loopback
auto eth0
#allow-hotplug eth0 doesn't work
iface eth0 inet6 auto
iface eth0 inet static
address 173.255.204.231/24
gateway 173.255.204.1
up ip addr add 12.34.56.78/24 dev eth0 label eth0:1 #<= this is ok? I couldn't figure out this IP on the sample
down ip addr del 12.34.56.78/24 dev eth0 label eth0:1
up ip addr add 192.168.138.44/17 dev eth0 label eth0:2 #<= if I am right this is my Private IP
down ip addr del 192.168.138.44/17 dev eth0 label eth0:2
So, my question is ... will this work???
Thanks in advance.