You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched other issues and found no duplicates
I want to request a feature or enhancement and not ask a question
The problem
I want to allocate IP addresses based on the MAC address in the client identifier when the DHCP server assigns addresses.
The situation I encountered is:
A virtual machine in Hyper-V uses host networking mode to connect to the network.
the host uses wireless to connect to the AP.
When the virtual machine sends a DHCP request, after going through the Hyper-V bridge, the source MAC address of the DHCP request becomes the host's wireless NIC MAC address. At the same time, because I assigned a static IP to the host's MAC address, the virtual machine obtained the same IP as the host through DHCP, causing an IP conflict. Through packet capturing I found that the client id in the DHCP request (with default dhcp client program configuration) is the MAC address of the virtual machine.
Proposed solution
allocate IP address based on the MAC address in the client identifier.
Alternatives considered and additional information
No response
The text was updated successfully, but these errors were encountered:
Prerequisites
I have checked the Wiki and Discussions and found no answer
I have searched other issues and found no duplicates
I want to request a feature or enhancement and not ask a question
The problem
I want to allocate IP addresses based on the MAC address in the client identifier when the DHCP server assigns addresses.
The situation I encountered is:
When the virtual machine sends a DHCP request, after going through the Hyper-V bridge, the source MAC address of the DHCP request becomes the host's wireless NIC MAC address. At the same time, because I assigned a static IP to the host's MAC address, the virtual machine obtained the same IP as the host through DHCP, causing an IP conflict. Through packet capturing I found that the client id in the DHCP request (with default dhcp client program configuration) is the MAC address of the virtual machine.
Proposed solution
allocate IP address based on the MAC address in the client identifier.
Alternatives considered and additional information
No response
The text was updated successfully, but these errors were encountered: