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
This prints the right MAC, which is the same as the WiFi's MAC (7c-9e-bd-30-2d-a8), but using arp -a in cmd or looking in the router's device list gives me the original ETH MAC: 7c-9e-bd-30-2d-ab
How do I properly change the ETH MAC Address ?
The text was updated successfully, but these errors were encountered:
Thanks for linking this @smuellener. Closing this one as duplicate and @GeorgeFlorian please follow mentioned issue above as there is more extensive description and also PR. If it will be needed, you can reopen this issue.
Hardware:
Board: ESP32 EVB
IDE name: PlatformIO Core, version 5.2.3
PSRAM enabled: no
Computer OS: Windows 10
Description:
Hello.
I have an ESP32-EVB with the following MACs:
WiFi Mac: 7c-9e-bd-30-2d-a8
ETH Mac: 7c-9e-bd-30-2d-ab
I'm trying to set the MAC of the ETH interface the same as the WiFi interface using the following code:
This prints the right MAC, which is the same as the WiFi's MAC (7c-9e-bd-30-2d-a8), but using arp -a in cmd or looking in the router's device list gives me the original ETH MAC: 7c-9e-bd-30-2d-ab
How do I properly change the ETH MAC Address ?
The text was updated successfully, but these errors were encountered: