DHCP mit VLANs in Clients (nach HW Wechsel) nicht möglich

Eisbahn

New Member
Dec 22, 2020
13
1
3
Hallo,

nutze die aktuelle PVE 7.1-11 und scheitere gerade an DHCP für VMs/Clients in Verbindung mit VLAN Tagging. Firewall ist in PVE generell deaktiviert, also für den gesamten Knoten und auch die VM. Der Port vom Switch an dem die eno3 von PVE hängt führt Tagging auf VLAN 100 aus. MAC habe ich in den folgenden Ausschnitten jeweils gekürzt.

PVE selber hat eine statische IP, die /etc/network/interfaces sieht wie folgt aus:
Code:
auto lo
iface lo inet loopback

iface eno3 inet manual

iface eno1 inet manual
#durchgereicht an OPNsense

iface eno2 inet manual
#durchgereicht an OPNsense

auto vmbr0
iface vmbr0 inet static
        address 192.168.100.25/24
        gateway 192.168.100.1
        bridge-ports eno3
        bridge-stp off
        bridge-fd 0
        bridge-vlan-aware yes
        bridge-vids 2-4094
        bridge_hw MAC der NIC eno3 xx:xx:...

Wobei die VMs nun DHCP nutzen sollen, weshalb deren /etc/network/interfaces wie folgt aussieht:
Code:
auto lo
iface lo inet loopback

auto ens18
allow-hotplug ens18
iface ens18 inet dhcp

Solange ich für die VM keinen VLAN Tag in PVE unter Hardware -> Netzwerkkarte setze, funktioniert das auch wie gewünscht und die VM bekommt vom DHCP Server eine IP zugewiesen. Sobald ich aber einen VLAN Tag setze, laufen die Anfragen leider ins Leere. Der DHCP Server empfängt auch noch die zyklischen Anfragen und antwortet, aber der eigentliche DHCP Request kommt dann leider nicht mehr vom Client/VM, so dass schlussendlich keine IP zugewiesen wird:
2022-03-24T12:18:17InformationaldhcpdDHCPOFFER on 192.168.100.24 to 2a:50:12: (fhem) via igb2_vlan100
2022-03-24T12:18:17InformationaldhcpdDHCPDISCOVER from 2a:50:12: (fhem) via igb2_vlan100
2022-03-24T12:18:07InformationaldhcpdDHCPOFFER on 192.168.100.24 to 2a:50:12: (fhem) via igb2_vlan100
2022-03-24T12:18:07InformationaldhcpdDHCPDISCOVER from 2a:50:12: (fhem) via igb2_vlan100
2022-03-24T12:17:47InformationaldhcpdDHCPOFFER on 192.168.100.24 to 2a:50:12: (fhem) via igb2_vlan100
2022-03-24T12:17:47InformationaldhcpdDHCPDISCOVER from 2a:50:12: (fhem) via igb2_vlan100
2022-03-24T12:17:32InformationaldhcpdDHCPOFFER on 192.168.100.24 to 2a:50:12: (fhem) via igb2_vlan100
2022-03-24T12:17:32InformationaldhcpdDHCPDISCOVER from 2a:50:12: (fhem) via igb2_vlan100
2022-03-24T12:17:27InformationaldhcpdDHCPOFFER on 192.168.100.24 to 2a:50:12: (fhem) via igb2_vlan100
2022-03-24T12:17:27InformationaldhcpdDHCPDISCOVER from 2a:50:12: (fhem) via igb2_vlan100
2022-03-24T12:17:22InformationaldhcpdDHCPOFFER on 192.168.100.24 to 2a:50:12: (fhem) via igb2_vlan100
2022-03-24T12:17:22InformationaldhcpdDHCPDISCOVER from 2a:50:12: (fhem) via igb2_vlan100

Gutfall (in PVE ohne gesetztes VLAN Tag):
2022-03-24T11:19:10InformationaldhcpdDHCPACK on 192.168.100.24 to 2a:50:12: (fhem) via igb2_vlan100
2022-03-24T11:19:10InformationaldhcpdDHCPREQUEST for 192.168.100.24 (192.168.100.1) from 2a:50:12: (fhem) via igb2_vlan100
2022-03-24T11:19:10InformationaldhcpdDHCPOFFER on 192.168.100.24 to 2a:50:12: (fhem) via igb2_vlan100
2022-03-24T11:18:50InformationaldhcpdDHCPRELEASE of 192.168.100.24 from 2a:50:12: (fhem) via igb2_vlan100 (found)

In der VM/Client sieht das ganze dann wie folgt aus, Screenshots (gesetzt hatte ich VLAN 100, nicht wie im Screenshot angegeben die 120) da die SSH Verbindung leider nicht funktioniert...


Nun die spannende Frage: was mache ich falsch, bzw. was für Infos wären nötig um der Sache auf den Grund zu gehen?
 

Attachments

  • Screenshot_1.png
    Screenshot_1.png
    28.8 KB · Views: 5
  • Screenshot_2.png
    Screenshot_2.png
    30.8 KB · Views: 5
  • Screenshot_3.png
    Screenshot_3.png
    32.4 KB · Views: 5
Last edited:
@alieNus: nein, du scheinst ein generelles Problem zu haben. Bei mir startet die VM, DHCP geht usw.
"Nur" VLAN in Verbindung mit DHCP geht nicht, alles andere läuft.
 

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!