DigitalDaz
05-05-2016, 09:40
I have a kind of workaround that works but you must change after install or OVH will be on your case for incorrect networking...
Get the normal Debian image: http://cdimage.debian.org/debian-cd/...64-netinst.iso
Make sure you have your virtual mac address set up etc.
When it comes to the networking use:
IP: YourVMIP
Mask: 255.255.255.255
Gateway: YourVMIP
This should get you through the install but do not leave it like this after install as OVH will block the IP.
Once installed, remove gateway from /etc/network/interfaces and replace with:
post-up route add HOSTGATEWAY dev eth0
post-up route add default gw HOSTGATEWAY dev eth0
HOSTGATEWAY should be an address ending .254
Hope this helps.
Get the normal Debian image: http://cdimage.debian.org/debian-cd/...64-netinst.iso
Make sure you have your virtual mac address set up etc.
When it comes to the networking use:
IP: YourVMIP
Mask: 255.255.255.255
Gateway: YourVMIP
This should get you through the install but do not leave it like this after install as OVH will block the IP.
Once installed, remove gateway from /etc/network/interfaces and replace with:
post-up route add HOSTGATEWAY dev eth0
post-up route add default gw HOSTGATEWAY dev eth0
HOSTGATEWAY should be an address ending .254
Hope this helps.