meta data for this page
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| vm:proxmox:issues:no_dhcp_offer [2022/10/26 20:23] – 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 | 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. | 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. | ||
| Line 32: | Line 43: | ||
| </ | </ | ||
| + | ===== 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:// | ||