Hi,
i've a problem with with dedicated servers new gateway address.
For old DS, gateway is present on DS public address range. Now gateway is out of that, for ex 100.64.0.1 and public address x.y.z.t/32 (eth0 into xenbr0)
Based on simple network command the correct settings is:
1) ip route add 100.64.0.1 dev xenbr0
2) ip route add default via 100.64.0.1
but this command is temporary.
Using "xe" command, instead, permitting permanent settings:
1) xe network-param-set uuid=<xe_network-list_xenbr0_uuid> other-config:static-routes=10.64.0.1/32/0.0.0.0 works fine in routing table
2) adding ",0.0.0.0/0/10.64.0.1" to previous command not works
Suggests to solve or w/a problem?
thanks