So I&#39;d like to use vendor class identifer to create two different ranges in dnsmasq, and I&#39;m not entire sure how to go about that.<br><br>dhcp-vendorclass=set:custom,&quot;Sample Vendor Class&quot;<br>dhcp-range=tag:custom,192.168.0.50,192.168.0.150,12h<br>

dhcp-range=192.168.0.151,192.168.0.254,12h<br><br>However - if I take a single client and flip the vendor-class-identifier on or off in the dhclient.conf, I don&#39;t get a different IP. <br>Am I doing something wrong? Should I be looking to do something differently in my config?<br>

<br>Also - would it be possible for me to exactly specify to only run dhcp-script for a specific lease? (so only the dhcp leases tagged with &quot;custom&quot; ? ) Or do I need to just put that logic in the script that the dhcp-script is calling?<br>

<br>Thanks for your help in advance!<br>