<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>Hey all<br><br>I have a multiple subnet setup which i am trying to get dnsmasq to control.  It works fine when activated on a single subnet, but as soon as i try to expand this i get some very odd errors.  Any pointers to a solultion would be greatly appreciated..   conf file below<br><br># Configuration file for dnsmasq<br>#<br><br>dhcp-authoritative<br>domain-needed<br>bogus-priv<br>no-poll<br>no-resolv<br>expand-hosts<br>localise-queries<br><br>dns-forward-max=500<br><br># Set a different domain for a particular subnet<br>domain=live.tv,192.168.0.0/24<br>domain=render.live.tv,192.168.20.0/24<br><br># DHCP server config<br>dhcp-range=192.168.0.20,192.168.0.240,24h<br>dhcp-range=192.168.20.231,192.168.20.250,24h<br>#dhcp-leasefile=/var/lib/dnsmasq/dnsmasq.leases<br><br># temporary disable eth0 requests<br>except-interface=eth0<br>no-dhcp-interface=eth0<br><br># DNS server settings<br>local=/ldn.unit.tv/<br>server=8.8.8.8<br>server=8.8.4.4<br><br># Gateway option<br>dhcp-option=3,192.168.0.254<br><br># NTP time server setup<br>dhcp-option=42,0.0.0.0<br><br>so i have the render network running fine and dandy, but as soon as i try and add in any other network i get complaints that there are no leases available as per below. <br><br>Aug 20 09:19:45 dnsmasq-dhcp[25234]: 195339282 tags: eth0<br>Aug 20 09:19:45 dnsmasq-dhcp[25234]: 195339282 bootfile name: pxelinux.0<br>Aug 20 09:19:45 dnsmasq-dhcp[25234]: 195339282 next server: 192.168.0.1<br>Aug 20 09:19:45 dnsmasq-dhcp[25234]: 195339282 sent size:  1 option: 53:message-type  02<br>Aug 20 09:19:45 dnsmasq-dhcp[25234]: 195339282 sent size:  4 option: 54:server-identifier  192.168.0.1<br>Aug 20 09:19:45 dnsmasq-dhcp[25234]: 195339282 sent size:  4 option: 51:lease-time  00:01:51:80<br>Aug 20 09:19:45 dnsmasq-dhcp[25234]: 195339282 sent size:  4 option: 58:T1  00:00:a8:c0<br>Aug 20 09:19:45 dnsmasq-dhcp[25234]: 195339282 sent size:  4 option: 59:T2  00:01:27:50<br>Aug 20 09:19:45 dnsmasq-dhcp[25234]: 195339282 sent size:  4 option:  1:netmask  255.255.255.0<br>Aug 20 09:19:45 dnsmasq-dhcp[25234]: 195339282 sent size:  4 option: 28:broadcast  192.168.0.255<br>Aug 20 09:19:45 dnsmasq-dhcp[25234]: 195339282 sent size:  4 option:  6:dns-server  192.168.0.1<br>Aug 20 09:19:45 dnsmasq-dhcp[25234]: 195339282 sent size: 11 option: 15:domain-name  live.tv<br>Aug 20 09:19:45 dnsmasq-dhcp[25234]: 195339282 sent size:  4 option:  3:router  192.168.0.254<br>Aug 20 09:19:46 dnsmasq-dhcp[25234]: 195339282 Available DHCP range: 192.168.0.20 -- 192.168.0.240<br>Aug 20 09:19:46 dnsmasq-dhcp[25234]: 195339282 client provides name: 402assist<br>Aug 20 09:19:46 dnsmasq-dhcp[25234]: 195339282 DHCPREQUEST(eth0) 192.168.0.137 00:1b:63:a1:64:09<br>Aug 20 09:19:46 dnsmasq-dhcp[25234]: 195339282 DHCPNAK(eth0) 192.168.0.137 00:1b:63:a1:64:09 no leases left<br>Aug 20 09:19:46 dnsmasq-dhcp[25234]: 195339282 tags: eth0<br><br>eth0 on server is configured as below<br><br>DEVICE=eth0<br>HWADDR=32:7D:35:76:61:AF<br>BOOTPROTO=none<br>IPADDR=192.168.0.1<br>NETMASK=255.255.255.0<br>TYPE=Ethernet<br>UUID=169cac51-ea7f-490e-a0f2-d9fe0c2891a9<br>ONBOOT=yes<br>NM_CONTROLLED=no<br>GATEWAY=192.168.0.254<br>USERCTL=no<br>PEERDNS=yes<br>IPV6INIT=no<br><br><br>Please can someone point out the simple thing (hopefully) i have missed here?<br><br>Thanks<br><br>stu<br><br>                                        </div></body>
</html>