hey All,<br><br>thanks for all the responses but I have tried all the suggestions, but to no avail. Im starting to think this is not possible<br><br>Here is the real scenario:<br><br>client req dhcp <=======> Router (10.31.3.50) <=========> DHCPd (10.31.3.10)<br>
<br>So, effectively, the DHCP discovers come in from 10.31.3.50. My question is what configuration will allow me to respond to these requests with a <a href="http://172.16.0.0/16">172.16.0.0/16</a> address? I would like to issue the address range <a href="http://172.16.0.0/16">172.16.0.0/16</a> to all the clients requests.<br>
<br>Kind regards<br>Jason<br><br><br><br><div class="gmail_quote">On Tue, Jul 28, 2009 at 8:01 PM, David W. Hankins <span dir="ltr"><<a href="mailto:dhankins@isc.org">dhankins@isc.org</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 Mon, Jul 27, 2009 at 09:22:28PM +0100, Simon Hobson wrote:<br>
> That will not fix it - the DHCP server will still NOT give an IP address to<br>
> the client. The server MUST be able to associate the relay agent address<br>
> with a subnet, which means that the relay agent address MUST be within a<br>
> subnet that either hosts the client or is in a shared network with the<br>
> client.<br>
<br>
</div>This is correct but I want to be complete;<br>
<br>
In 3.1.0 (and as 3.0.x is end-of-life this means "all current<br>
releases"), we picked up support for the relay agent information<br>
option link selection sub-option.<br>
<br>
This means the relay agent can specify in 'giaddr' the address for the<br>
server to direct replies to the relay agent, and specify in the link<br>
selection sub-option the address to use to perform the "client<br>
attachment" algorithm.<br>
<br>
So a relay agent need not have an address on the subnet, or even that<br>
link.  It just needs to supply an address within that subnet in the<br>
link selection option (it doesn't need to own the address it supplies,<br>
it is just informational).<br>
<br>
So it is not precisely a MUST that the relay agent have an address on<br>
the subnet.<br>
<font color="#888888"><br>
--<br>
David W. Hankins        "If you don't do it right the first time,<br>
Software Engineer                    you'll just have to do it again."<br>
Internet Systems Consortium, Inc.               -- Jack T. Hankins<br>
</font><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>