OVS IntPort, wechselnde MAC-Adresse

Detlef Paschke

Well-Known Member
Feb 12, 2019
139
15
58
50
Cottbus
helpdesk.schabau.eu
Hallo,

mit VLAN hatte ich noch nichts weiter zu schaffen, daher bin ich etwas Ratlos. Kurz zu den Gegebenheiten.
Ich habe hier einen Server mit 4 Netzwerkschnittstellen eno1 - eno4. (Eigentlich 5 aber die 5. ist für IPMI.)

Die Schnittstelle eno1 ist auf vmbr0 mit fest vergebener IP gelegt und für die Proxmox Konfiguration reserviert.
Die Schnittstellen eno2 und eno3 sind als Bond zusammengefasst auf vmbr1 gelegt und steht für eine VM zur Verfügung.
Die Schnittstelle eno4 ist auf vmbr2 gelegt und für weitere VMs verfügbar.

Nun benötige ich auf vmbr0 zwei IP Adressen im gleichen Netz bzw. zwei IPs genügen gar nicht, es müssen zwei MAC-Adressen sein, damit sie von der Gegenstelle als unterschiedliche Interfaces interpretiert werden.
Nach Hin- und Her- lesen bin ich auf OVS IntPort gekommen, was auch (teilweise) funktioniert hat. Verbindungen (ping) vom OVS IntPort innerhalb des lokalen Netz, da wo ich sie benötige, haben funktioniert. Ein Ping nach außen, auf z.B. 8.8.8.8 wiederum nicht. Das wäre jedoch das nächste, wenn in diesem Fall auch nicht vordringliche Problem.

Was mir aber aufgefallen ist und was ein Problem darstellt, bei jedem Neustart des Proxmox hat der OVS IntPort eine neue MAC-Adresse bekommen.

Hier mal meine Netzwerkkonfiguration:

Code:
# network interface settings; autogenerated
# Please do NOT modify this file directly, unless you know what
# you're doing.
#
# If you want to manage parts of the network configuration manually,
# please utilize the 'source' or 'source-directory' directives to do
# so.
# PVE will preserve these directives, but will NOT read its network
# configuration from sourced files, so do not attempt to move any of
# the PVE managed interfaces into external files!

source /etc/network/interfaces.d/*

auto lo
iface lo inet loopback

auto eno1
iface eno1 inet manual
    ovs_type OVSPort
    ovs_bridge vmbr0
    dns-nameservers 192.168.0.1
    dns-domain home.lan

auto eno2
iface eno2 inet manual

auto eno3
iface eno3 inet manual

auto eno4
iface eno4 inet manual
    ovs_type OVSPort
    ovs_bridge vmbr2

auto vlan0
iface vlan0 inet static
    address 192.168.0.51/24
    ovs_type OVSIntPort
    ovs_bridge vmbr0

auto bond0
iface bond0 inet manual
    ovs_bonds eno2 eno3
    ovs_type OVSBond
    ovs_bridge vmbr1
    ovs_options bond_mode=balance-tcp lacp=active

auto vmbr0
iface vmbr0 inet static
    address 192.168.0.50/24
    gateway 192.168.0.1
    ovs_type OVSBridge
    ovs_ports eno1 vlan0

auto vmbr1
iface vmbr1 inet manual
    ovs_type OVSBridge
    ovs_ports bond0

auto vmbr2
iface vmbr2 inet manual
    ovs_type OVSBridge
    ovs_ports eno4

Wie wäre denn ein geeigneterer Weg um an vmbr0 zwei verschiedene MAC- und IP-Adressen zur Verfügung zu haben?

Viele Grüße
Detlef Paschke
 

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!