24x7servermanag
27-08-2016, 09:22
I don't think so you need to add route-xenbr0 file on the main node. Did you added the Virtual Mac generated from OVH to the IP address in Solusvm ?.
taylorit
23-08-2016, 13:51
Has anyone had any luck setting up SolusVM with Xen on the OVH network? Cannot get the IPs to route or ping, setup is below.
In SolusVM:
Block Name: (Anything you wany)
Gateway: MainServerIP.254
Netmask: 255.255.255.255
Nameserver: 213.186.33.99
HARDWARE NODE
ifcfg-eth0
DEVICE=eth0
HWADDR=MA:CAD:RE:TH0
ONBOOT=yes
BRIDGE=xenbr0
ifcfg-xenbr0
DEVICE="xenbr0"
TYPE="Bridge"
BOOTPROTO="static"
IPADDR="MainServerIP"
NETMASK="255.255.255.0"
ONBOOT="yes"
GATEWAY="MainServerIP.254"
DELAY="0"
IPV6INIT="yes"
IPV6ADDR="XXXX:XXXX:X:XXXX::1/64"
ARPCHECK="no"
route-xenbr0
MainServerIP.254 dev xenbr0
default via MainServerIP.254 dev xenbr0