Hey.
I have 3 servers with Proxmox 4.3 with 5-10 VMs each.
Each server have vmbr0 with eth0 for internal network and vmbr1 with eth1 for public IPs
Here the problem:
- when I backup VM and restore on the same server it's working
- when I backup VM and restore on another server my public IP are not working (the same happens with Live Migration)
--- I cannot ping VM, VM cannot access any network
My solution:
- remove 'Network interface' from VM after migration
- remove NIC from /etc/udev/rules.d/70-persistent-rules.net
- reboot
- add new 'Network Interface' (with random MAC)
- since /etc/sysconfig/network-scripts/ifcfg-eth0 already exists within VM nothing else is needed
And when I tried to configure 3 nodes in cluster (fresh installs) with public IP's on eth0, whole network went down during 'pvecm add IP-ADDRESS-CLUSTER'.
I couldn't even ping my firewall (FortiGate).
After about 3 minutes it comes back online.
When I did the same with internal IP addresses everything's ok.
Am I doing anything wrong? I want to do restores and migrations with public IPs.
I have 3 servers with Proxmox 4.3 with 5-10 VMs each.
Each server have vmbr0 with eth0 for internal network and vmbr1 with eth1 for public IPs
Here the problem:
- when I backup VM and restore on the same server it's working
- when I backup VM and restore on another server my public IP are not working (the same happens with Live Migration)
--- I cannot ping VM, VM cannot access any network
My solution:
- remove 'Network interface' from VM after migration
- remove NIC from /etc/udev/rules.d/70-persistent-rules.net
- reboot
- add new 'Network Interface' (with random MAC)
- since /etc/sysconfig/network-scripts/ifcfg-eth0 already exists within VM nothing else is needed
And when I tried to configure 3 nodes in cluster (fresh installs) with public IP's on eth0, whole network went down during 'pvecm add IP-ADDRESS-CLUSTER'.
I couldn't even ping my firewall (FortiGate).
After about 3 minutes it comes back online.
When I did the same with internal IP addresses everything's ok.
Am I doing anything wrong? I want to do restores and migrations with public IPs.