<html><head><meta http-equiv="content-type" content="text/html; charset=utf-8"></head><body dir="auto"><div><br>To the best of my knowledge it's going to assign starting with the least significant address moving to the most significant address sequentially assigning leases in order since both subnets exist on the same interface.</div><div><br><div style="color: rgb(163, 163, 163); font-family: Ubuntu-Regular; font-size: 16px; -webkit-tap-highlight-color: rgba(26, 26, 26, 0.294118); -webkit-composition-fill-color: rgba(175, 192, 227, 0.231373);"><div style="color: rgb(0, 0, 0); font-family: '.HelveticaNeueInterface-M3'; font-size: 17px; -webkit-tap-highlight-color: rgba(26, 26, 26, 0.301961); -webkit-composition-fill-color: rgba(175, 192, 227, 0.235294);"><div style="color: rgb(163, 163, 163); font-family: Ubuntu-Regular; font-size: 16px; -webkit-tap-highlight-color: rgba(26, 26, 26, 0.294118); -webkit-composition-fill-color: rgba(175, 192, 227, 0.231373);">-- </div><div style="color: rgb(163, 163, 163); font-family: Ubuntu-Regular; font-size: 16px; -webkit-tap-highlight-color: rgba(26, 26, 26, 0.294118); -webkit-composition-fill-color: rgba(175, 192, 227, 0.231373);"> Jason Hellenthal</div><div style="color: rgb(163, 163, 163); font-family: Ubuntu-Regular; font-size: 16px; -webkit-tap-highlight-color: rgba(26, 26, 26, 0.294118); -webkit-composition-fill-color: rgba(175, 192, 227, 0.231373);"> Voice: <span style="-webkit-tap-highlight-color: rgba(26, 26, 26, 0.301961); -webkit-composition-fill-color: rgba(175, 192, 227, 0.235294);">95.30.17.6/616</span></div></div><div> JJH48-ARIN</div></div></div><div><br>On Jan 27, 2014, at 14:21, Steve Clark <<a href="mailto:sclark@netwolves.com">sclark@netwolves.com</a>> wrote:<br><br></div><div><span></span></div><blockquote type="cite"><div>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
Hello List,<br>
<br>
if I have something like in the dhcpd.conf file below and on my<br>
interface I have:<br>
<br>
6: eth4: <BROADCAST,MULTICAST,UP> mtu 1500 qdisc pfifo_fast
state DOWN qlen 1000<br>
link/ether 00:90:0b:2b:d8:96 brd ff:ff:ff:ff:ff:ff<br>
inet 10.129.10.1/24 scope global eth4<br>
inet 10.129.11.1/24 scope global eth4<br>
<br>
<tt>#dhcpd.conf<br>
authoritative;<br>
ddns-update-style interim;<br>
shared-network DHCP{<br>
subnet 10.129.11.0 netmask 255.255.255.0 { <br>
range 10.129.11.20 10.129.11.30;<br>
option domain-name-servers 8.8.8.8, 8.8.4.4;<br>
option routers 10.129.11.1;<br>
option subnet-mask 255.255.255.0;<br>
option broadcast-address 10.129.11.255;<br>
default-lease-time 86400;<br>
max-lease-time 86400;<br>
deny bootp;<br>
}<br>
subnet 10.129.10.0 netmask 255.255.255.0 {<br>
range 10.129.10.20 10.129.10.30;<br>
option domain-name-servers 8.8.8.8, 8.8.4.4;<br>
option routers 10.129.10.1;<br>
option subnet-mask 255.255.255.0;<br>
option broadcast-address 10.129.10.255;<br>
default-lease-time 86400;<br>
max-lease-time 86400;<br>
deny bootp;<br>
}<br>
}</tt><br>
<br>
How will dhcpd give out ips? Will it alternate? Give all of one
subnet then start the other<br>
subnet?<br>
<br>
Thanks in advance,<br>
<br>
<br>
<br>
<div class="moz-signature">-- <br>
Stephen Clark<br>
<b>NetWolves</b><br>
Director of Technology<br>
Phone: 813-579-3200<br>
Fax: 813-882-0209<br>
Email: <a class="moz-txt-link-abbreviated" href="mailto:steve.clark@netwolves.com">steve.clark@netwolves.com</a><br>
<a class="moz-txt-link-freetext" href="http://www.netwolves.com">http://www.netwolves.com</a><br>
</div>
</div></blockquote><blockquote type="cite"><div><span>_______________________________________________</span><br><span>dhcp-users mailing list</span><br><span><a href="mailto:dhcp-users@lists.isc.org">dhcp-users@lists.isc.org</a></span><br><span><a href="https://lists.isc.org/mailman/listinfo/dhcp-users">https://lists.isc.org/mailman/listinfo/dhcp-users</a></span></div></blockquote></body></html>