Justin Boss wrote: > Package: dnsmasq > Version: 2.45-1 > Severity: important > > DHCP Options 249 (XP Static route) will only work with 192.168.0.0/16 no > other. This is not a debian > bug but a bug in the dnsmasq. Same with all other distros. These are the > options I pass: > > dhcp-option=249,165.XXX.0.0/12,172.xx.xx.254 > dhcp-option=249,10.0.0.0/8,172.xx.xx.254 > dhcp-option=249,172.16.0.0/12,172.xx.xx.254 > dhcp-option=249,192.168.0.0/16,172.xx.xx.254 > > order does not mater, neather does netmask. But only the 192.168.0.0/16 will > work. > > >
It's normally not advisable to repeat a DHCP option, not is it necessary, I suspect the solution to this is to combine all the static routes into one option. dhcp-option=249,165.XXX.0.0/12,172.xx.xx.254,0.0.0.0/8,172.xx.xx.254,172.16.0.0/12,172.xx.xx.254,192.168.0.0/16,172.xx.xx.254 Please try that and see if it works better. You may also want to consider using the RFC-mandated option number 121, rather than the microsoft-only 249. Cheers, Simon. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

