Problèmes réseau après migration vm

Romtrid

New Member
Dec 13, 2019
2
0
1
32
Bonjour,
après chaque migration des mes vm il y a un problème de réseau. Soi c'est un problème de configuration réseau de mes hyperviseurs soit un problème de ma vm. Mais la je suis totalement bloquée. Surtout que c'est un peut gênant pour des vm HA qui doit rendre un service de 99.99
Merci pour une réponse rapide.
Cordialement
 
Please ask your questions in English! This makes it easier for the community as well as Proxmox employees to help you.

Could you post your network configuration /etc/network/interfaces?
 
Hello,

My config of /et/network/interface (pve1) :

Bash:
iface eno4 inet manual

allow-vmbr0 eno3
iface eno3 inet manual
        ovs_type OVSPort
        ovs_bridge vmbr0

# Network IP WAN

allow-ovs vmbr0
iface vmbr0 inet static
        address  51.X.X.219
        netmask  24
        gateway  51.X.X.254
        ovs_type OVSBridge
        ovs_ports eno3

# Network VM

auto vmbr1
iface vmbr1 inet static
        address  10.0.0.254
        netmask  20
        bridge-ports eno4
        bridge-stp off
        bridge-fd 0

My config of /et/network/interface (pve2) :

Bash:
iface eno4 inet manual

allow-vmbr0 eno3
iface eno3 inet manual
        ovs_type OVSPort
        ovs_bridge vmbr0

# Network IP WAN
allow-ovs vmbr0
iface vmbr0 inet static
        address  51.X.X.218
        netmask  24
        gateway  51.X.X.254
        ovs_type OVSBridge
        ovs_ports eno3

# Network VM
auto vmbr1
iface vmbr1 inet static
        address  10.0.0.253
        netmask  20
        bridge-ports eno4
        bridge-stp off
        bridge-fd 0

My config of /et/network/interface (pve3) :

Bash:
iface eno4 inet manual

allow-vmbr0 eno3
iface eno3 inet manual
        ovs_type OVSPort
        ovs_bridge vmbr0

# Network IP WAN
allow-ovs vmbr0
iface vmbr0 inet static
        address  51.X.X.217
        netmask  24
        gateway  51.X.X.254
        ovs_type OVSBridge
        ovs_ports eno3

# Network VM
auto vmbr1
iface vmbr1 inet static
        address  10.0.0.252
        netmask  20
        bridge-ports eno4
        bridge-stp off
        bridge-fd 0


the connection between the clusters is done via OpenVPN (network 10.0.20.0/29)


But following the migration the VM no longer has a network.

I do not understand what I have to do as a network configuration
 
Last edited:

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!