I'm running the same as you are and it works fine for me, here's my dhcp config:<br><br>authoritative;<br>ddns-update-style ad-hoc;<br>ignore client-updates;<br><br>option domain-name "<a href="http://example.com">example.com</a>";<br>
option domain-name-servers <a href="http://10.0.33.10">10.0.33.10</a>, <a href="http://10.0.33.9">10.0.33.9</a>;<br>option time-servers <a href="http://ntp.example.com">ntp.example.com</a>;<br>max-lease-time 7200;<br>default-lease-time 3600;<br>
option netbios-node-type 8;<br><br>subnet <a href="http://10.0.32.0">10.0.32.0</a> netmask <a href="http://255.255.255.0">255.255.255.0</a> {<br> option routers <a href="http://10.0.32.1">10.0.32.1</a>;<br> option subnet-mask <a href="http://255.255.255.0">255.255.255.0</a>;<br>
range <a href="http://10.0.32.200">10.0.32.200</a> <a href="http://10.0.32.230">10.0.32.230</a>;<br>}<br><br>subnet <a href="http://10.0.33.0">10.0.33.0</a> netmask <a href="http://255.255.255.0">255.255.255.0</a> {<br>
option routers <a href="http://10.0.32.1">10.0.32.1</a>;<br> option subnet-mask <a href="http://255.255.255.0">255.255.255.0</a>;<br> range <a href="http://10.0.33.200">10.0.33.200</a> <a href="http://10.0.33.230">10.0.33.230</a>;<br>
}<br><br><br><div class="gmail_quote">On Fri, May 23, 2008 at 2:53 PM, Nate Beck <<a href="mailto:Nate.Beck@jivesoftware.com">Nate.Beck@jivesoftware.com</a>> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div>
<font face="Calibri, Verdana, Helvetica, Arial"><span style="font-size: 11pt;">All,<br>
I have a dhcpd 4.0.0 server with an interface <a href="http://10.61.1.10" target="_blank">10.61.1.10</a> that I need to serve up address's to many subnets some /24 and some /23's all in 10.61.x.x. I have the server configured, and have set the cisco router with an ip helper-address for the subnets that sends all traffic to <a href="http://10.61.1.10" target="_blank">10.61.1.10</a> but I am not getting any ip's at all from the server. Is there a secret to setting up a single server to serve multiple subnets?<br>
<br>
Thanks<br><font color="#888888">
<br>
Nate</font></span></font>
</div>
</blockquote></div><br>