meta data for this page
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| vm:proxmox:issues:no_dhcp_offer [2022/10/26 20:09] – created niziak | vm:proxmox:issues:no_dhcp_offer [2022/10/27 21:08] (current) – niziak | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== No DCHPOFFERS received ====== | ====== No DCHPOFFERS received ====== | ||
| - | Host networt | + | Host network |
| - | Now problems appears - guest cannot obtain IP address: | + | < |
| + | 01:00.0 Ethernet controller: Emulex Corporation OneConnect 10Gb NIC (be3) (rev 02) | ||
| + | 01:00.1 Ethernet controller: Emulex Corporation OneConnect 10Gb NIC (be3) (rev 02) | ||
| + | </ | ||
| + | |||
| + | Now problems appears - guests (LXCs and VMs) cannot obtain IP address: | ||
| < | < | ||
| dhclient[478]: | dhclient[478]: | ||
| Line 17: | Line 22: | ||
| + | ===== Workaround ===== | ||
| + | |||
| + | Disable MAC learning on bridge. Now it behaves like hub, and every packet will be passed to every port. | ||
| + | |||
| + | < | ||
| + | brctl setageing vmbr0 0 | ||
| + | </ | ||
| + | |||
| + | Once MAC learning is turned off, a Linux bridge will flood every incoming packet to the rest of the ports. Understand this implication before proceeding. | ||
| + | |||
| + | < | ||
| + | auto vmbr0 | ||
| + | iface vmbr0 inet manual | ||
| + | bridge-ports bond0 | ||
| + | bridge-stp off | ||
| + | bridge-fd 0 | ||
| + | bridge-ageing 0 | ||
| + | bridge-vlan-aware yes | ||
| + | bridge-vids 2-4094 | ||
| + | </ | ||
| + | |||
| + | ===== Solution ===== | ||
| + | |||
| + | Upgrade Emulex OC11 card firmware to recent version. More here: [[hw: | ||
| + | |||
| + | |||
| + | ====== References ====== | ||
| + | |||
| + | |||
| + | Important: | ||
| + | - [[https:// | ||
| + | - "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:// | ||
| + | - [[https:// | ||
| + | - [[https:// | ||
| + | - [[https:// | ||
| + | - [[http:// | ||
| + | - [[https:// | ||
| + | - [[https:// | ||