esp32_nat_router icon indicating copy to clipboard operation
esp32_nat_router copied to clipboard

Mac change - please

Open cescaerica opened this issue 4 years ago • 4 comments

Hi Martin, i love yor work, im using the esp8266 router and it works great, but i need more speed (im working in a rural school) could you please implement the mac address change feature or tell me how i can do it?

Thanks at all Erica

cescaerica avatar Oct 24 '21 15:10 cescaerica

If you need a special fixed MAC address, think you can add a call to esp_base_mac_addr_set() https://docs.espressif.com/projects/esp-idf/en/release-v3.0/api-reference/system/base_mac_address.html#functions

about here: https://github.com/martin-ger/esp32_nat_router/blob/bc879f1320bc0d22c0742d1f3b12c09439e28281/main/esp32_nat_router.c#L473

martin-ger avatar Oct 24 '21 15:10 martin-ger

Hi, thanks for answer so fast! Im gonna try it, im newbie in arduino, could i open de esp32_nat_router.c file in notepad, modified it and later just upload using flash download tool, or i should do another step? Thanks, you are the best

cescaerica avatar Oct 24 '21 17:10 cescaerica

You will need to edit the file and then to follow these instructions: https://github.com/martin-ger/esp32_nat_router#building-the-binaries

martin-ger avatar Oct 24 '21 17:10 martin-ger

Thanks at all it works great Regards

El dom, 24 oct 2021 a las 14:33, martin-ger @.***>) escribió:

You will need to edit the file and then to follow these instructions: https://github.com/martin-ger/esp32_nat_router#building-the-binaries

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/martin-ger/esp32_nat_router/issues/64#issuecomment-950363249, or unsubscribe https://github.com/notifications/unsubscribe-auth/AWGGV5HSOKOLIIZNRI4LRRTUIQ7NBANCNFSM5GTSGQKQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

cescaerica avatar Oct 24 '21 22:10 cescaerica