<div dir="ltr"><div><div>Hi Stephan.<br><br>I wrote a patch for the DHCP Relay server back in 2008 that will send DHCP requests to different servers based on the client MAC address.  I used it to implement a 'Master PXE server' to direct different types of clients to different PXE servers.  It may work for what you are trying to do, but it's limited to a file containing MAC address to DHCP server mappings.<br><br></div>I haven't tried applying the patch to the latest release of ISC DHCP, but I can try it later if you are interested.<br><br></div><div><div><a href="http://www.fragit.net/dhcrelay.html">http://www.fragit.net/dhcrelay.html</a><br><br>Alex<br><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On 21 October 2014 06:52, Stephan Alz <span dir="ltr"><<a href="mailto:stephan008@gmx.com" target="_blank">stephan008@gmx.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello Folks,<br>
<br>
I looking for an opensource project (can be a modification of the original isc-relay agent), which able to send packets to different DHCP servers based on DHCP options such as:<br>
.<br>
</blockquote></div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On 21 October 2014 06:52, Stephan Alz <span dir="ltr"><<a href="mailto:stephan008@gmx.com" target="_blank">stephan008@gmx.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello Folks,<br>
<br>
I looking for an opensource project (can be a modification of the original isc-relay agent), which able to send packets to different DHCP servers based on DHCP options such as:<br>
<br>
The Vendor Class Identifier (Option 60)<br>
<br>
Vendor Class Identifier (Option 60) can be used by DHCP clients to identify the vendor and functionality of a DHCP client. The information is a variable length string of characters or octets which has a meaning specified by the vendor of the DHCP client.<br>
<br>
<br>
If my vendor class identifier contains lets say:<br>
<br>
  "motorola.fw0512.5112" string, send it to DHCP server 1 on ip 192.168.1.1<br>
  "cisco.fw06411.111"    string, send it to DHCP server 2 on ip 172.16.15.44<br>
<br>
The existent relay agents (isc-relay, dhcp-helper) send a copy of all the dhcp servers of the dhcpdiscover message. This is definitely not what I want.<br>
<br>
Thanks!<br>
_______________________________________________<br>
dhcp-hackers mailing list<br>
<a href="mailto:dhcp-hackers@lists.isc.org">dhcp-hackers@lists.isc.org</a><br>
<a href="https://lists.isc.org/mailman/listinfo/dhcp-hackers" target="_blank">https://lists.isc.org/mailman/listinfo/dhcp-hackers</a><br>
</blockquote></div><br></div>