OPNsense VM DHCP funktioniert nicht

Nimo

Member
Dec 2, 2021
12
0
6
Hallo zusammen,
ich stecke momentan fest bei meinem Setup mit OPNsense als VM in PVE. Meine interfaces hat ein physisches NIC das in der vmbr20 ist.
Code:
iface enSOUTH inet manual

auto vmbr20
iface vmbr20 inet static
    address 192.168.20.7/24
    gateway 192.168.20.1
    bridge-ports enSOUTH
    bridge-stp off
    bridge-fd 0
die OPNsense VM erhält ein WAN-NIC als passthrough und das vmbr20 als Network-Device
Code:
hostpci0: 0000:08:00,pcie=1
net0: virtio=1C:26:31:E8:FD:AA,bridge=vmbr20,mtu=1
in OPNsense ist WAN -> igc0 und LAN -> vtnet0. Wenn ich jetzt einen PC an den RJ45-Port enSOUTH stöpsel, bekomme ich kein DHCP lease von der OPNsense. Wenn ich eine IP manuell im PC konfiguriere (bspw. 192.168.20.13), dann funktioniert es.
Weiß jemand warum DHCP nicht funktioniert?
 
was jetzt noch verwundernder ist, ist dass ich ein weiteres Network-Device der OPNsense VM zugewiesen habe, vmbr100, das wiederum einen Hostapd Port, enWLAN, enthält. Wenn ich in der OPNsense LAN->vtnet1 zuweise und mich mit meinem Client PC per wireless verbinde, erhalte ich vom DHCP ein erfolgreiches lease. Also wireless funktioniert und RJ45 NIC funktioniert nicht.
Code:
# enWLAN in hostapd.conf
iface enWLAN inet manual

auto vmbr100
iface vmbr100 inet static
    address 192.168.100.100/24
    bridge-ports enWLAN
    bridge-stp off
    bridge-fd 0
Code:
net1: virtio=80:11:A3:4E:21:BC,bridge=vmbr100,mtu=1
 
um hier nochmals auf meinen eigenen Thread zu antworten:
Es liegt wohl an meinen Intel I226-LM im ASUS Pro WS W680-ACE IPMI Mainboard. Habe jetzt mit einer Intel X710-T2L gegengetestet und keine Fehler bzw. Probleme mit dieser. Mir ist schon vorher aufgefallen, dass wenn den I226-LM NICs in Proxmox eine MTU größer 1500 zugewiesen wird, diese nicht mehr funktionieren.
Ich weiß nicht woran es liegt, ob die NICs an sich problematisch sind, oder der igc Kernel-Treiber. Jedenfalls funktioniert es sowohl in Proxmox und im Passthrough in OPNsense nicht.
Wenn jemand noch mehr weiß, wäre ich dankbar.
 

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!