IP Configuration Problem with release 9.2.10535
Hi, I´ve been working with all versions before this last release and I was able to insert the ip my isp is giving me. The isp is ovh, and I´m using the virtual machine appliance, the problem is when I use the ip failover data for example:
ip: x.x.x.x
subnet: 255.255.255.255 (this is like I´ve always been using and like ovh says it has to be)
default gateway: y.y.y.y
dns. 8.8.8.8
The problem is that when I save the ip configuration data and try to enter again in the configuration, the default gateway (y.y.y.y) it´s not there and I´m not able to access to the vmprotect via web. It works if I change 255.255.255.255 for 255.255.255.0 but this is an incorrect configuration and my isp cut the connections due to invalid packets or something like that.
I´ve had no troubles since version 8, this is the first release that seems to have this problem.
Please fix this for next releases or give me a solution.
Thanks

- Accedi per poter commentare

This is the guide for configuration:
http://help.ovh.com/BridgeClient
As I said, I think Acronis has implemented this update in the release 9.2.10535 because until now I haven´t have to modify anything.
At the end of the link there is this command I use for other distributions of linux:
Ip : IP.FAIL.OVER (the one ovh assign)
netmask : 255.255.255.255 (it´s always that way)
You will then be added to the Virtual Machine:
route add GATEWAY_VM dev eth0
route add default gw GATEWAY_VM
I think if I´m able to enter to the console some way and I can add this it will work.
Is it possible or another way around?
Thanks
- Accedi per poter commentare

Hi,
Thank you for the link, it was really helpful. I've managed to set up the 255.255.255.255 netmaks and gateway using the instructions from this guide. Here's what you need to do:
1) Open the appliance console in vSphere client and set up the network settings: IP, netmask, DNS . The gateway field should remain blank.
2) Switch to command prompt: Ctrl+Shift+Alt+Space+F1, then Alt+F2
3) In the command prompt issue the commands:
route add GATEWAY_VM dev eth0
route add default gw GATEWAY_VM
Where GATEWAY_VM is the IP of your gateway (your VM IP address with .254 in the end). These commands are taken from the instructions from OVH site and appear to be working with Acronis Backup for VMware 9.
4) Switch back to GUI by pressing Alt+F1 and confirm that gateway is set in network settings in GUI
The problem was that in 8th version we were able to add the route directly through the Eth interface ('route add [GW_IP] dev eth0') while in 9th version this route is not configured automatically. I've submitted this issue to our developers for fixing in the next version.
Thank you.
--
Best regards,
Vasily
Acronis Virtualization Program Manager
- Accedi per poter commentare

Ok, thank you for your quick support. I will try it tonight.
That was fast! +1 for Acronis support team
- Accedi per poter commentare