What's new
  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

YazDHCP YazDHCP v1.2.0 [2025-Oct-12] - Feature expansion of DHCP assignments (increasing limit on the number of DHCP reservations)

You could try running the same test scenario under the same or similar conditions using the native WebUI page (i.e. after uninstalling YazDHCP). If you experience the same problem, you could submit a bug report to ASUS, or perhaps @RMerlin might want to take a look.
Hi @Martinski, OK, so I uninstalled YazDHCP and rebooted and input around 54 manual DHCP assignments by hand using the drop-down in the original (Merlin FW) DHCP assignments page.

I did it by hand (from a zero-entries start point) to reduce the chances of a wayward dhcp_list or custom_clientlist entry (and copying the wonky files to jffs/nvram/ which is what I had been doing in the past.

I did save these "clean" dhcp_list or custom_clientlist files to my desktop for future use.

The upshot is that the 6-field DHCP Windows all now come up just fine and populate fully, as do the 4-field ones. So this is fixed.
I am still not sure what caused it unfortunately, so it is hard for others that follow, with the same issue, to work it out, save to do what I have done,

So one step forward, but annoyingly what remains missing are the name entries in System Log, Wireless Log, an issue I detailed here, as this is a possible Merlin glitch (or user error, always a strong likelihood). Once this is fixed I will probably return to YazDHCP on the remote system, as saving, importing, editing, more DHCP assignments is just too good to miss. I have it running nicely on my local one.
 

Attachments

  • SQueen.jpg
    SQueen.jpg
    34.4 KB · Views: 32
Release Notes for YazDHCP v1.2.0 Development Version
[BETA v1.2.0_25092320] [2025-Sep-23]


- Code Improvement and minor cleanup.
Just wanted to say I have been using this on my local system without issue and ask whether you're considering to put it out there as the release version for folks to update :)?
Asking as I have had no issues (weo of what I detailed above which was not actually a YazDHCP issue) but I think I am part of a very small testing circle.

I believe the (separate but related issue of missing name entries in System Log, Wireless Log, an issue I detailed here, has now been fixed by RMerlin for the 3004.388.10 beta but not (yet) for the 3006.102.x branch.

Thanks again for a fantastic update!
 
Last edited:
Just wanted to say I have been using this on my local system without issue and ask whether you're considering to put it out there as the release version for folks to update :)?
Asking as I have had no issues (weo of what I detailed above which was not actually a YazDHCP issue) but I think I am part of a very small testing circle.
Yes, I was thinking of making the production release sometime over the coming weekend, provided no bugs are reported regarding the new functionality in the next few days.

P.S.
Apologies for the delayed reply. I've been very busy at work with a new project that started last week, and I also had other personal commitments to take care of.
 
Yes, I was thinking of making the production release sometime over the coming weekend, provided no bugs are reported regarding the new functionality in the next few days.
Sounds fab, looking forward to it and thank you 🙏.
P.S.
Apologies for the delayed reply. I've been very busy at work with a new project that started last week, and I also had other personal commitments to take care of.
No need for apologies in the slightest, you’re doing this in your own time and folks are benefiting. All good.

k.
 
@Martinski, The YazDHCP 1.2.0 develop version works fine, so far, on a RT-AX86U Pro running Asus-Merlin 3006.102.5.
Went through several installs and uninstalls to see how it would handle various configurations (including with and without Guest Network Pro GUI manual NVRAM reservations, importing a CSV file with GNP reservations, inputting Guest Network Pro reservations into the /jffs/addons/YazDHCP.d/DHCP_clients file). Didn't seem to have any issues or problems.

Have two comments/questions:
I didn't check what would happen if a user already had existing /jffs/configs/dnsmasq-x.conf.add files prior to installing the 1.2.0 develop version. What will happen if a user already has existing dnsmasq-x.conf.add? Will YazDHCP overwrite them, or append them, with it's own dnsmasq-x.conf.add file(s) or information? If you previously commented about this, apologies I missed it. I removed my dnsmasq-x.conf.add files prior to updating to the 1.2.0 develop version. Didn't have a chance to go back and test what happens if the dnsmasq-x.conf.add exists before YazDHCP 1.2.0 develop is installed and Guest Network Pro reservations activated in YazDHCP. If I find time later may go back and test installing YazDHCP 1.2.0 develop with existing reservation populated dnsmasq-x.conf.add to see what happens. (Edit to add: Update, see next post for explanation of what happens when there is an existing dnsmasq-x.conf.add file)

With respect to the color coding of the Guest Network Pro manual reservations in the YazDHCP GUI, are the colors for each of the Guest Network Pro SDN/VLAN's supposed to match the example you showed back on post #39? In my case, see attached, the second of my two Guest Network Pro profile manual reservations showed up with green field background, not the blue in your example images in post #39. While it doesn't matter to me, figured I'd ask as no doubt it will trip someone's OCD. 😆
 

Attachments

  • YazDHCP colors.jpg
    YazDHCP colors.jpg
    39.8 KB · Views: 15
Last edited:
OK got a few minutes to test what happens if one had existing /jffs/configs/dnsmasq-x.conf.add files for Guest Network Pro manual client reservations and they install the YazDHCP 1.2.0 develop version and then enable the YazDHCP Allow Guest Network Client Assignments option. The existing /jffs/configs/dnsmasq-x.conf.add file(s) with their existing Guest Network Pro manual IP reservations get changed when the user enables the GUI/CLI YazDHCP Allow Guest Network Client Assignments option. When that happens, YazDHCP appends at the end of the existing dnsmasq-x.conf.add file text to include something like the following example text; dhcp-hostsfile=/jffs/addons/YazDHCP.d/.staticlist_br52 #YazDHCP_staticlist_br52#. After the appended change it appears dnsmasq then struggles to read and re-read the malformed dnsmasq-x.conf.add file(s).

The router's system log then indicates several errors that repeat every few seconds as the dnsmasq service struggles to read the malformed dnsmasq-x.conf.add file. Example errors:
Code:
Oct  9 12:59:38 custom_script: Running /jffs/scripts/service-event (args: start dnsmasq)
Oct  9 12:59:38 custom_config: Appending content of /jffs/configs/dnsmasq-1.conf.add.
Oct  9 12:59:38 dnsmasq[14554]: DHCP host has multiple names at line 35 of /etc/dnsmasq-1.conf
Oct  9 12:59:38 dnsmasq[14554]: FAILED to start up
Oct  9 12:59:39 rc_service: watchdog 2688:notify_rc start_dnsmasq 2
Oct  9 12:59:39 custom_script: Running /jffs/scripts/service-event (args: start dnsmasq)
Oct  9 12:59:39 custom_config: Appending content of /jffs/configs/dnsmasq-2.conf.add.
Oct  9 12:59:39 dnsmasq[14559]: DHCP host has multiple names at line 27 of /etc/dnsmasq-2.conf
Oct  9 12:59:39 dnsmasq[14559]: FAILED to start up
Oct  9 13:00:10 rc_service: watchdog 2688:notify_rc start_dnsmasq 1
Oct  9 13:00:10 custom_script: Running /jffs/scripts/service-event (args: start dnsmasq)
Oct  9 13:00:10 custom_config: Appending content of /jffs/configs/dnsmasq-1.conf.add.
Oct  9 13:00:10 dnsmasq[14656]: DHCP host has multiple names at line 35 of /etc/dnsmasq-1.conf
Oct  9 13:00:10 dnsmasq[14656]: FAILED to start up
Oct  9 13:00:11 rc_service: watchdog 2688:notify_rc start_dnsmasq 2
Oct  9 13:00:11 custom_script: Running /jffs/scripts/service-event (args: start dnsmasq)
Oct  9 13:00:11 custom_config: Appending content of /jffs/configs/dnsmasq-2.conf.add.
Oct  9 13:00:11 dnsmasq[14664]: DHCP host has multiple names at line 27 of /etc/dnsmasq-2.conf
Oct  9 13:00:11 dnsmasq[14664]: FAILED to start up
.....
Going into the /jffs/configs/dnsmasq-x.conf.add file and cleaning out all but the text (example); dhcp-hostsfile=/jffs/addons/YazDHCP.d/.staticlist_br52 #YazDHCP_staticlist_br52# fixes the issue and the dnsmasq service appears to properly parse the dnsmasq-x.conf.add file. Or one can disable the YazDHCP Allow Guest Network Client Assignments option which will delete any of the dnsmasq-x.conf.add files and then reenable the YazDHCP Allow Guest Network Client Assignments option to rebuild the dnsmasq-x.conf.add file correctly.

So the TL/DR story is: if one has existing /jffs/configs/dnsmasq-x.conf.add files that already contain Guest Network Pro manual IP reservations prior to installing this updated YazDHCP develop (or when this the feature goes Release). They need to either delete the /jffs/configs/dnsmasq-x.conf.add file(s) prior to enabling the YazDHCP Allow Guest Network Client Assignments option. Or manually edit the dnsmasq-x.conf.add file(s) to remove the previous manual Guest Network Pro IP addresses. Or cycle the YazDHCP Allow Guest Network Client Assignments option to NO then back to YES so YazDHCP deletes the malformed dnsmasq-x.conf.add file(s) and creates new ones correctly formatted for YazDHCP. Edit to add: What ever the case, if one has existing dnsmasq-x.conf.add file(s) they may want to back up those files before choosing one of the previous mentioned methods when they install YazDHCP with the new Guest Network Client Assignments feature.
 
Last edited:
And for those who see something like the following in their router system log when running YazDHCP:
Code:
Oct  9 13:33:40 YazDHCP_[23382]: **INFO**:  Backup directory [/opt/var/SavedUserIcons] NOT FOUND.
Oct  9 13:33:40 YazDHCP_[23382]: Trying again with directory [/jffs/configs/SavedUserIcons]
Oct  9 13:33:40 YazDHCP_[23382]: *WARNING*: Alternative Backup directory [/jffs/configs/SavedUserIcons]
It's normal. You will get such messages in the log any time you access the LAN > DHCP Server page (which triggers some YazDHCP scripting to load/run) and are not using the YazDHCP save user icons feature/option.
 
So the TL/DR story is: if one has existing /jffs/configs/dnsmasq-x.conf.add files that already contain Guest Network Pro manual IP reservations prior to installing this updated YazDHCP develop (or when this the feature goes Release). They need to either delete the /jffs/configs/dnsmasq-x.conf.add file(s) prior to enabling the YazDHCP Allow Guest Network Client Assignments option. Or manually edit the dnsmasq-x.conf.add file(s) to remove the previous manual Guest Network Pro IP addresses. Or cycle the YazDHCP Allow Guest Network Client Assignments option to NO then back to YES so YazDHCP deletes the malformed dnsmasq-x.conf.add file(s) and creates new ones correctly formatted for YazDHCP.
That’s excellent detective work on this @bennor, really appreciate that. I had (as you may recall) two such dnsmasq-x.conf.add file(s) you and others helped me create and wondered the same thing a few posts ago.

It would be cool if YazDHCP could identify them and import the existing entries to YazDHCP and then delete the entries in the dnsmasq-x.conf.add file(s) but it’s probably a small number of folks who made those files themselves in the first place, so I can understand if not something @Martinski would add. Maybe a message at install that says “if you have dnsmasq-x.conf.add file(s) in /jffs/configs/, save them now and then delete them (or their contents) from that directory”.

There is IIRC another (alternative) location where such entries are stored, which might need similar attention… dnsmasq-sdn.postconf in /jffs/scripts/?
 
Last edited:
It would be cool if YazDHCP could identify them and import the existing entries to YazDHCP and then delete the entries in the dnsmasq-x.conf.add file(s) but it’s probably a small number of folks who made those files themselves in the first place, so I can understand if not something @Martinski would add. Maybe a message at install that says “if you have dnsmasq-x.conf.add file(s) in /jffs/configs/, save them now and then delete them (or their contents) from that directory”.
This was in part, or in whole, addressed earlier in the thread by @Martinski in this post in reply to similar question(s) being asked:
The current implementation does not read such user-supplied files to transfer IP address assignments into YazDHCP internal files - only NVRAM-based settings are checked and transferred.

The reason is that, unlike the built-in NVRAM key-value pairs, the format of the dnsmasq directives found in user-supplied external files is not fixed and consistent, so it can vary widely because the order of the parameters in the dnsmasq directive lines is essentially "free form", and I'm not about to spend time coding an entire parsing routine to find those directives and try to extract/transfer the relevant information into YazDHCP internal files, and then modify or remove all the associated dnsmasq directives from the user-supplied external files to avoid duplicates.
This may be a rare use case. Not sure how many, other than the both of us, have indicated using dnsmasq-x.conf.add files for Guest Network Pro client manual IP reservations. As my testing shows however if the files are present with data in them, YazDHCP will append the file when the YazDHCP Allow Guest Network Client Assignments is enabled which likely causes dnsmasq issues/errors.

There is IIRC another (alternative) location where such entries are stored, which might need similar attention… dnsmasq-sdn.postconf in /jffs/scripts/?
Yes, there is the dnsmasq-sdn.postconf that can also be used to set Guest Network Pro client manual IP addresses. Personally I experimented initially with dnsmasq-sdn.postconf to set Guest Network Pro client IP addresses early on in the Beta Asus-Merlin 3006.102.4 firmware, see this post. But ran into issues with it, see this post. So I switched to using dnsmasq-x.conf.add for the Guest Network Pro client reservations
 
Last edited:
This was in part, or in whole, addressed earlier in the thread by @Martinski in this post in reply to similar question(s) being asked:
You're correct, yes he did and I forgot. My apologies. No coffeee yet.
This may be a rare use case. Not sure how many, other than the both of us, have indicated using dnsmasq-x.conf.add files for Guest Network Pro client manual IP reservations. As my testing shows however if the files are present with data in them, YazDHCP will append the file when the YazDHCP Allow Guest Network Client Assignments is enabled which likely causes dnsmasq issues/errors.
Agree. Fairly rare use case.
Yes, there is the dnsmasq-sdn.postconf that can also be used to set Guest Network Pro client manual IP addresses. Personally I experimented initially with dnsmasq-sdn.postconf to set Guest Network Pro client IP addresses early on in the Beta Asus-Merlin 3006.102.4 firmware, see this post. But ran into issues with it, see this post. So I switched to using dnsmasq-sdn.postconf for the Guest Network Pro client reservations
Sorry did you mean to write you switched to using the .add variant, not the .postconf one?
 
Sorry did you mean to write you switched to using the .add variant, not the .postconf one?
Yes, typo. Fixed post above. I switched to dnsmasq-x.conf.add.
 
...
With respect to the color coding of the Guest Network Pro manual reservations in the YazDHCP GUI, are the colors for each of the Guest Network Pro SDN/VLAN's supposed to match the example you showed back on post #39? In my case, see attached, the second of my two Guest Network Pro profile manual reservations showed up with green field background, not the blue in your example images in post #39. While it doesn't matter to me, figured I'd ask as no doubt it will trip someone's OCD. 😆
Good eye!! :);)
When I took the screenshot shown in post #39 displaying the color-coded entries, I was still experimenting with several color codes (I had about a dozen colors to choose from) to make sure the colors were distinct enough from each other so that adjacent entries from different Guest Network profiles were clearly separate and distinguishable. After I was finished, I settled on the current order of color codes that you're seeing now.

OK got a few minutes to test what happens if one had existing /jffs/configs/dnsmasq-x.conf.add files for Guest Network Pro manual client reservations and they install the YazDHCP 1.2.0 develop version and then enable the YazDHCP Allow Guest Network Client Assignments option. The existing /jffs/configs/dnsmasq-x.conf.add file(s) with their existing Guest Network Pro manual IP reservations get changed when the user enables the GUI/CLI YazDHCP Allow Guest Network Client Assignments option. When that happens, YazDHCP appends at the end of the existing dnsmasq-x.conf.add file text to include something like the following example text; dhcp-hostsfile=/jffs/addons/YazDHCP.d/.staticlist_br52 #YazDHCP_staticlist_br52#. After the appended change it appears dnsmasq then struggles to read and re-read the malformed dnsmasq-x.conf.add file(s).

The router's system log then indicates several errors that repeat every few seconds as the dnsmasq service struggles to read the malformed dnsmasq-x.conf.add file. Example errors:
....
Yes, that's the expected result if an IP address reservation is still found in the user-supplied dnsmask config file (e.g. /jffs/configs/dnsmasq-1.conf.add) while the YazDHCP internal file (e.g. /jffs/addons/YazDHCP.d/.staticlist_br52) also contains the same IP address reservation. Having duplicate entries/directives is bound to generate issues with dnsmasq.

See previous post #47, for a brief explanation and suggested methods to manually transfer the IP address assignments from the user-supplied dnsmasq config file to YazDHCP.

Going into the /jffs/configs/dnsmasq-x.conf.add file and cleaning out all but the text (example); dhcp-hostsfile=/jffs/addons/YazDHCP.d/.staticlist_br52 #YazDHCP_staticlist_br52# fixes the issue and the dnsmasq service appears to properly parse the dnsmasq-x.conf.add file. Or one can disable the YazDHCP Allow Guest Network Client Assignments option which will delete any of the dnsmasq-x.conf.add files and then reenable the YazDHCP Allow Guest Network Client Assignments option to rebuild the dnsmasq-x.conf.add file correctly.
Any existing dnsmasq-x.conf.add file is deleted only if the file is empty (or has an empty line) *after* removing the YazDHCP-generated entries; otherwise, the file is left behind. If a non-empty dnsmasq-x.conf.add file is being removed by simply toggling the feature OFF and then ON, it would be a bug.

Maybe a message at install that says “if you have dnsmasq-x.conf.add file(s) in /jffs/configs/, save them now and then delete them (or their contents) from that directory”.
How about something like this?

YazDHCP_v1.2.0_CLI_MenuExport.jpg
 
Any existing dnsmasq-x.conf.add file is deleted only if the file is empty (or has an empty line) *after* removing the YazDHCP-generated entries; otherwise, the file is left behind. If a non-empty dnsmasq-x.conf.add file is being removed by simply toggling the feature OFF and then ON, it would be a bug.
It might be a bug, the deleting a non empty file. Will do another round of testing (possibly later today) and see if it happens again. Hopefully someone else can check and confirm on their end.

How about something like this?

View attachment 68253
That's a good notice for the CLI.
Will there be a similar notice put in place for those who update through the GUI (web page's update button)?
 
...
Will there be a similar notice put in place for those who update through the GUI (web page's update button)?
No, I'm not planning to spend any more time adding such notices on the WebUI page, and the webpage doesn't even have the "export NVRAM DHCP data" functionality. Frankly, IMO, users who have set up IP address reservations in custom files (e.g. dnsmasq-x.conf.add) should already be aware that having duplicate entries/directives is bound to cause some issues for dnsmasq, so "DON'T do it!!" :eek::p;)

Also, the final Production Release Notes will have the notice, some explanation, and suggested methods to migrate the IP address reservations from user-supplied custom files to YazDHCP. If some users don't read the Release Notes, that's on them.

"You can lead a horse to water, but you can't make it drink." ;):p
 
Release Notes for YazDHCP v1.2.0 production version now available
[2025-Oct-12]


- NEW: Added a feature to allow assigning DHCP IP address reservations to clients on available Guest Networks whose subnet is separate from the main LAN subnet.

----------
DETAILS:
----------

1) When the YazDHCP 1.2.0 production version is a fresh installation (*not* a version update), the script automatically checks if there are any DHCP IP address reservations stored in NVRAM. If found, it will prompt the user to confirm exporting all the existing reservations from NVRAM to YazDHCP internal files. This export process extracts all the relevant information to create the initial list of network clients from both the Main LAN and the Guest Networks (if any). Also, it allows users to restore the same IP address reservations to their original NVRAM state if you decide to uninstall YazDHCP at a later time.

YazDHCP_v1.2.0_Installation_Export.jpg


2) If a current production version of YazDHCP is already installed, updating to the latest 1.2.0 version will add an option 'x' in the SSH CLI menu to export any existing DHCP IP address reservations stored in NVRAM (if found). If this option is selected, the same export process triggered during a fresh installation will run.

YazDHCP_v1.2.0_CLI_Menu_Export.jpg


3) After the export of the NVRAM DHCP information is completed, any existing IP address reservations from Guest Networks will be shown as DISABLED (i.e. red background). Also, by default, if at least one suitable Guest Network is found enabled/active, the new feature is set to DISABLED, so the original behavior & functionality continues to run as usual.

YazDHCP_v1.2.0_WebUI_AllowGN_IPs_DISABLED.jpg


4) If at least one suitable Guest Network is found enabled/active, you will need to manually ENABLE the feature to activate all the Guest Network IP address assignments and to allow the user to input more entries. Make sure to click on the "Apply" button at the bottom of the WebUI page to make any changes permanent.

YazDHCP_v1.2.0_WebUI_AllowGN_IPs_ENABLED1.jpg


5) After a Guest Network client IP address reservation is assigned, it will not be automatically removed from the WebUI page even if the feature is manually DISABLED, or if the Guest Network is temporarily DISABLED. However, the files associated with the dnsmasq instance will have the Guest Network client entries removed automatically.

YazDHCP_v1.2.0_WebUI_AllowGN_IPs_ENABLED2.jpg



6) You can manually add IP address reservations for Guest Network clients as long as the target Guest Network remains enabled and active.

7) When assigning a new IP address reservation, the code will check if it falls within the subnet range of an available Guest Network in addition to the main LAN subnet; otherwise, an error message is displayed.

[CONTINUES on next post]
 
[CONTINUATION from previous post]

8) The menu option to toggle the new functionality will be grayed out and marked as UNAVAILABLE if there are no enabled Guest Networks whose subnet is separate from the main LAN subnet.

YazDHCP_v1.2.0_WebUI_AllowGN_IPs_UNAVAILABLE.jpg


9) Whenever the YazDHCP WebUI page is loaded, you will see an 8-to-10 sec. "loading" delay due to the JavaScript call to the shell script requesting a check-and-validation status of each client entry, so the script executes code to validate all the existing client IP address assignments against all the Guest Networks profiles currently found enabled (or possibly disabled), to make sure that the associated virtual interfaces have been identified, and the appropriate dnsmasq directives have been issued to the correct dnsmasq instance associated with each Guest Network.

----------
*NOTE*:
----------

YazDHCP will *not* export or transfer any IP address reservations found in user-supplied custom files (e.g. /jffs/configs/dnsmasq*.conf.add) into its internal files. Only NVRAM-based DHCP settings are checked and transferred.

YazDHCP_v1.2.0_CLI_MenuExport.jpg


The reason is that, unlike the built-in NVRAM key-value pairs, the format of the dnsmasq directives found in user-supplied custom files is not fixed and consistent, so it can vary widely because the order of the parameters in the dnsmasq directive lines is essentially "free form."

So if you have created such custom files, you basically have 3 choices to transfer your current IP address assignments to YazDHCP:

a) Manually transfer the IP address assignments into NVRAM by inputting them into the corresponding WebUI page for each Guest Network profile. Once this is completed, you can use the SSH CLI 'x' menu option to trigger the export process.

b) Manually transfer the IP address assignments directly into the YazDHCP internal CSV-formatted client list (/jffs/addons/YazDHCP.d/DHCP_clients) by following the required format shown below:
Rich (BB code):
MAC,IP,HOSTNAME,DNS

EXAMPLES:
Rich (BB code):
MAC,IP,HOSTNAME,DNS
AA:BB:CC:DD:EE:FF,192.168.50.10,,
AB:BC:CD:DE:EF:FA,192.168.50.11,MyHostName1,
FF:EE:DD:CC:BB:AA,192.168.50.12,MyHostName2,9.9.9.9

Once you have finished adding all the entries into the internal client list file, you can use the SSH CLI '1' menu option to process the newly-modified list.

YazDHCP_v1.2.0_CLI_Menu_Process.jpg


c) If you prefer making the above changes offline on your personal laptop using your favorite text editor, or perhaps using MS Excel, you could export to CSV your current client list using the WebUI:

YazDHCP_v1.2.0_WebUI_ExportToCSV.jpg


Then manually add your IP address reservations to the CSV file. After you have finished making all the changes and additions, you can then import the modified file back into YazDHCP using the WebUI page. Once you're satisfied with all your changes, make sure to click on the "Apply" button to make them persistent.

Also, it's very important to make sure you remove all IP address reservations from your custom files that have been transferred to YazDHCP to prevent dnsmasq from getting duplicate entries/directives, which is bound to cause some issues when restarting the dnsmasq process.



** The fork from @Jack Yaz's YazDHCP add-on is now hosted on the AMTM-OSR GitHub repo:
 
Last edited:
Release Notes for YazDHCP v1.2.0 production version now available
[2025-Oct-12]


- NEW: Added a feature to allow assigning DHCP IP address reservations to clients on available Guest Networks whose subnet is separate from the main LAN subnet.
Awesome work @Martinski, this update is just brilliant. Just keeps getting better and better and easier to do so many things with DHCP assignments. Thank you 🙏.
 

Similar threads

Support SNBForums w/ Amazon

If you'd like to support SNBForums, just use this link and buy anything on Amazon. Thanks!

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!

Staff online

Back
Top