Thanks Chuck,<br><br>this did the trick!!!!!!!!<br><br>thank you<br>Jason<br><br><div class="gmail_quote">On Tue, Jul 28, 2009 at 9:08 PM, Chuck Anderson <span dir="ltr"><<a href="mailto:cra@wpi.edu">cra@wpi.edu</a>></span> 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 class="im">On Tue, Jul 28, 2009 at 09:01:42PM +0200, Jason Penton wrote:<br>
> Hi Glen,<br>
><br>
> the problem is that I have no control over this device and the requests that<br>
> arrive at dhcpd are from its 10.31.3 address and I get the following:<br>
><br>
> DHCPDISCOVER from 00:XX:XX:XX:XX:XX via <a href="http://10.31.3.50" target="_blank">10.31.3.50</a>: network <a href="http://10.31.3.0/24" target="_blank">10.31.3.0/24</a>: no<br>
> free leases<br>
><br>
> Is there anything I can do on my side?<br>
<br>
</div>Assuming you never need to assign addresses in <a href="http://10.31.3.0/24" target="_blank">10.31.3.0/24</a>, this<br>
should work:<br>
<br>
shared-network Broken-Huawei {<br>
        subnet 10.31.3.0 netmask 255.255.255.0 { }<br>
<div class="im"><br>
        subnet 172.16.0.0 netmask 255.255.0.0 {<br>
</div>                ... etc ...<br>
        }<br>
<br>
}<br>
<br>
shared-network tells dhcpd to treat requests from all the enclosed<br>
subnets as equivalent, and assign an address in any of them.  If you<br>
only have pool/range/fixed-address statements that refer to 172.16,<br>
then only that will get used.<br>
<div><div></div><div class="h5">_______________________________________________<br>
dhcp-users mailing list<br>
<a href="mailto:dhcp-users@lists.isc.org">dhcp-users@lists.isc.org</a><br>
<a href="https://lists.isc.org/mailman/listinfo/dhcp-users" target="_blank">https://lists.isc.org/mailman/listinfo/dhcp-users</a><br>
</div></div></blockquote></div><br>