<div dir="ltr">After reading the man page and doing research on the web I thought I had resolved an issue that I was having regarding default gateways, and while it appears to have corrected  my gateway issue I may have introduced an new issue.<div><br></div><div>Little history - we are using Dnsmasq to serve dhcp to about 25 devices - they are all printers that get their print jobs from a web application. We are using Option 82 as these printers break often and we just want to be able to drop in the fresh printer and power on and go.</div><div><br></div><div>To resolve my gateway issue I came up with this:</div><div><br></div><div><div style="font-size:12.8px">dhcp-range=set:net1,10.192.4.<wbr>101,10.192.4.115,255.255.255.<wbr>0,12h</div><div style="font-size:12.8px">dhcp-option=net:net1,3,10.192.<wbr>4.1</div><div style="font-size:12.8px">dhcp-range=set:net2,10.192.5.<wbr>101,10.192.5.150,255.255.255.<wbr>0,12h</div><div style="font-size:12.8px">dhcp-option=net:net2,3,10.192.<wbr>5.1</div><div style="font-size:12.8px">dhcp-range=set:net3,10.192.6.<wbr>101,10.192.6.150,255.255.255.<wbr>0,12h</div><div style="font-size:12.8px">dhcp-option=net:net3,3,10.192.<wbr>6.1</div><div style="font-size:12.8px">dhcp-range=set:net4,10.192.9.<wbr>101,10.192.9.150,255.255.255.<wbr>0,12h</div><div style="font-size:12.8px">dhcp-option=net:net4,3,10.192.<wbr>9.1</div></div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">tagging the ranges net1. net2 etc. Like i said, all my devices now get the correct gateway, but some of them are getting an IP form the range given and not the address that I it should form option 82</div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">this is what I am doing for option 82:</div><div style="font-size:12.8px"><br></div><div><div><span style="font-size:12.8px">dhcp-circuitid=set:ln_oops_01,access02-4b.plant.ldn01 xe-0/0/44.0:plant-printers-307</span></div><div><span style="font-size:12.8px">dhcp-circuitid=set:ln_opps_02,access02-4b.plant.ldn01 xe-0/0/45.0:plant-printers-307</span></div><div><span style="font-size:12.8px"><br></span></div><div><span style="font-size:12.8px">dhcp-range=net:ln_opps_01,access02-4b.plant.ldn01:xe-0/0/44.0:plant-printers-307,10.192.9.10,10.192.9.10,255.255.255.0,5m</span></div><div><span style="font-size:12.8px">dhcp-range=net:30_port_30,access02-4b.plant.ldn01:xe-0/0/45.0:plant-printers-307,10.192.9.11,10.192.9.11,255.255.255.0,5m</span></div></div><div><span style="font-size:12.8px"><br></span></div><div><span style="font-size:12.8px">Do I need to somehow combine the two scenarios, i.e. using the tags for the gateway in my option 82 statements?</span></div><div><span style="font-size:12.8px"><br></span></div><div><span style="font-size:12.8px">Thanks</span></div><div><span style="font-size:12.8px"><br></span></div><div><span style="font-size:12.8px">Keith</span></div></div>