
Originally Posted by
HostRange
Has anyone got the automatic setup of network working?
OVH requires the following network settings for Ubuntu
broadcast IP.FAIL.OVER
post-up route add GATEWAY_VM dev eth0
post-up route add default gw GATEWAY_VM
pre-down route del GATEWAY_VM dev eth0
pre-down route del default gw GATEWAY_VM
in /etc/network/interfaces
I've created my own template but those lines still get deleted
Is it Ubuntu Desktop? If so the graphical interface might be overwriting your config file.
try the following netmask 255.255.255.0
HostRange
15-07-2014, 17:51
Has anyone got the automatic setup of network working?
OVH requires the following network settings for Ubuntu
broadcast IP.FAIL.OVER
post-up route add GATEWAY_VM dev eth0
post-up route add default gw GATEWAY_VM
pre-down route del GATEWAY_VM dev eth0
pre-down route del default gw GATEWAY_VM
in /etc/network/interfaces
I've created my own template but those lines still get deleted