Hi All,
I know the stock Asus firmware does not "publish" out the configured client names for DHCP clients. I presume neither does Merlin FW?
I am waiting for the alpha builds to go to beta before installing on my RT-AX88U. Once I upgrade though, what is the easiest way to configure client names so that they are "published" for my DHCP clients. I have been reading up about configuring dnsmasq Custom config files · RMerl/asuswrt-merlin.ng Wiki · GitHub and by adding
I can add some entries like so to set the client name
Question is, can I add a client name just by MAC address, or would I have to include a static IP? Ultimately I would just want to add client names to MAC address and let DHCP assign whatever IP it so wishes.
Thanks
I know the stock Asus firmware does not "publish" out the configured client names for DHCP clients. I presume neither does Merlin FW?
I am waiting for the alpha builds to go to beta before installing on my RT-AX88U. Once I upgrade though, what is the easiest way to configure client names so that they are "published" for my DHCP clients. I have been reading up about configuring dnsmasq Custom config files · RMerl/asuswrt-merlin.ng Wiki · GitHub and by adding
Code:
/jffs/configs/dnsmasq.conf.add
I can add some entries like so to set the client name
Code:
dhcp-host=3C:8D:20:...,192.168.2.154,GHubKitchen
Question is, can I add a client name just by MAC address, or would I have to include a static IP? Ultimately I would just want to add client names to MAC address and let DHCP assign whatever IP it so wishes.
Thanks