meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
vm:proxmox:issues:no_dhcp_offer [2022/10/26 20:52] niziakvm:proxmox:issues:no_dhcp_offer [2022/10/27 21:08] (current) niziak
Line 22: Line 22:
  
  
-Solution+===== Workaround ===== 
 Disable MAC learning on bridge. Now it behaves like hub, and every packet will be passed to every port. Disable MAC learning on bridge. Now it behaves like hub, and every packet will be passed to every port.
  
Line 42: Line 43:
 </code> </code>
  
 +===== Solution =====
 +
 +Upgrade Emulex OC11 card firmware to recent version. More here: [[hw:server:10gbe#firmware]]
 +
 +
 +====== References ======
 +
 +
 +Important:
 +  - [[https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1946028|DHCP Offer not traversing linux bridge]]
 +    - "Ok, I should have waited for the firmware upgrade before posting this. They seemed to be pretty outdated, went from FW v10.2.377.29 to v11.4.1186.4 And............... drum roll......... it worked. Fixed the problem."
 +
 +Others:
   - [[https://forum.proxmox.com/threads/guest-promisc.25090/#post-125788|guest promisc]]   - [[https://forum.proxmox.com/threads/guest-promisc.25090/#post-125788|guest promisc]]
   - [[https://forum.proxmox.com/threads/vm-push-eth-into-promisc-mode.5245/#post-37741|VM-push eth into promisc mode]]   - [[https://forum.proxmox.com/threads/vm-push-eth-into-promisc-mode.5245/#post-37741|VM-push eth into promisc mode]]
Line 48: Line 62:
   - [[http://www.linux-kvm.org/page/HOWTO_BONDING|NIC Bonding]]   - [[http://www.linux-kvm.org/page/HOWTO_BONDING|NIC Bonding]]
   - [[https://forum.proxmox.com/threads/network-sensor-monitor-session-promiscuous.37845/#post-434741|Network Sensor (monitor session - promiscuous)]]   - [[https://forum.proxmox.com/threads/network-sensor-monitor-session-promiscuous.37845/#post-434741|Network Sensor (monitor session - promiscuous)]]
 +  - [[https://forum.proxmox.com/threads/send-mirrored-traffic-into-guest-vm.48002/#post-225399|Send mirrored traffic into guest vm]]