dd-wrt mac to Hostnames

DD-WRT Match MAC Addresses and then display custom Hostnames

Auteur
rickzabel
Nombre d'installations quotidiennes
0
Nombre d'installations
15
Évaluations
0 0 0
Version
0.1
Créer
2022-05-01
Mis à jour
2022-05-01
Taille
4,8 ko
Licence
GNU GPLv3
S'applique à

This is meant to work with the DD-WRT router firmware’s setup pages to match MAC Addresses and then show custom Hostnames.

I wrote this script since I could not figure out how to get DD-WRT to show hostnames for connected devices when DHCP is disabled.

If your router is not at 192.168.1.1 or 10.0.0.1 you will need to edit both the namespace and match variables to match your router address.
Afterwards replace the sample MAC address and Hostnames with your own.

Then set the following two variables how you would like

AddToMACAddressOrReplaceRadioname = 1; //If AddToMACAddressOrReplaceRadioname is set to 0 the specified Hostname will be added to the mac field. If it is set to 1 the RadioName will be filled in with the specified Hostname.

ReplacePartialMACAddress = 1; //Both the top level and the /Info.htm pages mask part of the MAC address if this is set to 1, we will search for partial matches and replace the mac or radio name according to the setting ReplaceMACAddressOrRadioname.