dd-wrt mac to Hostnames

DD-WRT Match MAC Addresses and then display custom Hostnames

作者
rickzabel
日安装量
0
总安装量
15
评分
0 0 0
版本
0.1
创建于
2022-05-01
更新于
2022-05-01
大小
4.8 KB
许可证
GNU GPLv3
适用于

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.