Hi
I got a new server (soyoustart), then went about all articles in setting up the network, i paid and ordered extra 16IPs and got allocated to my main IP in no time, then installed Xenserver 6.2 with SP1 and setup drive's with No Raid, but stuck very badly since this morning trying to pass the fail-over IPs to my VMs.
I exactly did what this Doc said:
http://help.ovh.co.uk/BridgeClient
but am unable to make the VM up with that IP and no technical support from the back-end so cant proceed further, if this was any software issue we would have fixed and not bothered anyone, but this is the first time we are using OVH and their way of setup is different from other DCs, so could someone please help us, what wrong we are doing here ?
Main IP: 37.XX.11.123
FailoverIP (16): 92.XX.109.96/28
Virtual MAC Filter configured for: 92.XX.109.99 (02:00:00:75:10:d2)
Citrix Xenserver Hypervisor: 37.XX.11.123
Server Networks:
Pool-wide network associated with eth0
Network 1 - bridged with eth1 - set MAC address of VMs to the values obtained from OVH
Network1:
37.XX.11.123
255.255.255.0
37.XX.11.254
DNS: 213.186.33.99
Ubuntu VM (/etc/network/interface):
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
auto eth0
iface eth0 inet static
address 92.XX.109.99
netmask 255.255.255.255
broadcast 92.XX.109.99
post-up route add 37.XX.11.254 dev eth0
post-up route add default gw 37.XX.11.254
pre-down route del 37.XX.11.254 dev eth0
pre-down route del default gw 37.XX.11.254
Thanks