<div dir="ltr"><div style>Thanks for your replies!</div><div><br></div>Simon, the "virtual environment" is somewhat complex to describe. We would like to have one dhcp server serve multiple logical L2 networks that can have hosts with equal mac addresses.<div>
<br></div><div style>Alex, thanks for a short concrete answer. We will probably either modify dhcpd or write a simple server ourselves.</div><div style><br></div><div style>John, duplicate addresses are on separate subnets, but we wanted to run a single dhcpd for all of them.</div>
</div><div class="gmail_extra"><br><br><div class="gmail_quote">On Tue, Jun 4, 2013 at 12:10 AM, Simon Hobson <span dir="ltr"><<a href="mailto:dhcp1@thehobsons.co.uk" target="_blank">dhcp1@thehobsons.co.uk</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">Igor Ganichev wrote:<br>
>We are thinking of using dhcpd in a virtualized environment where multiple hosts behind different interfaces can have the same mac address.<br>
<br>
</div>It's most common for the hosting to look like a bridge/network switch as far as the networking goes. Thus each guest has it's own virtual NICs, each with it's own (hopefully) unique MAC address, and DHCP should "just work" to the guests.<br>

<br>
You can run with NAT on the host - but then you need to make DHCP work through the NAT. Or you can use a routed setup where the guests are in a different subnet - in which case you'd need a relay agent as you would in any other routed network.<br>

<br>
I'd suggest you take a look at the networking side of you proposed setup and see what you will actually be using - I'd expect it top be one of the above. If not, then come back with more details.<br>
_______________________________________________<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>
</blockquote></div><br></div>