<html>
<head>
<meta content="text/html; charset=windows-1252"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<div class="moz-cite-prefix">Add a DNS entry for <font
color="#993300">laptop-2-wireless</font> and then change:<br>
<font color="#993300">host laptop-2-wireless {<br>
hardware ethernet 38:59:F9:0F:1D:ED;<br>
fixed-address laptop-2-wireless.my.domain;<br>
}<br>
</font><br>
You've told it to use the same IP address for both MACs.<br>
<br>
Bill<br>
<br>
On 2/20/2015 8:45 AM, Daniel Thielking wrote:<br>
</div>
<blockquote cite="mid:54E73A6E.80605@ias.rwth-aachen.de" type="cite">
<meta http-equiv="content-type" content="text/html;
charset=windows-1252">
Hello,<br>
<br>
I'm really new to dhcpd and bind and I'm an apprentice. :-)<br>
<br>
I have configured dhcpd so that all my clients are getting static
IP-addresses I have used following declaration for my subnet:<br>
<br>
<blockquote>subnet 192.168.1.0 netmask 255.255.255.0 {<br>
range 192.168.1.20 192.168.1.50;<br>
option broadcast-address 192.168.1.255;<br>
option routers 192.168.1.1;<br>
deny unknown-clients;<br>
}<br>
<br>
</blockquote>
and for my hosts:<br>
<br>
<blockquote>host laptop-2-lan {<br>
hardware ethernet 18:03:73:7a:61:dd;<br>
fixed-address laptop-2.my.domain;<br>
}<br>
<br>
host laptop-2-wireless {<br>
hardware ethernet 38:59:F9:0F:1D:ED;<br>
fixed-address laptop-2.my.domain;<br>
}<br>
<br>
</blockquote>
behind the laptop-2.my.domain DNS-Name ist one ip(192.168.1.32)
configured in bind.<br>
<br>
Now to the problem:<br>
<br>
If I use laptop-2 in wireless mode everything works fine. If I
want to use a cable both Interfaces are getting the same address.
It manifests itself in a ip address conflict. How can I configure
DHCPd to avoid this? But I do not want to use more than one
address. <br>
<br>
Hopefully you can help me. Thank you!<br>
<pre class="moz-signature" cols="72">--
_____________________________________________________
Auszubildender Fachinformatiker für Systemintegration
RWTH Aachen
Lehrstuhl für Integrierte Analogschaltungen
Raum 24C 313
Walter-Schottky-Haus
Sommerfeldstr. 24
D-52074 Aachen
<a moz-do-not-send="true" class="moz-txt-link-abbreviated" href="http://www.ias.rwth-aachen.de">www.ias.rwth-aachen.de</a>
Email: <a moz-do-not-send="true" class="moz-txt-link-abbreviated" href="mailto:Daniel.Thielking@ias.rwth-aachen.de">Daniel.Thielking@ias.rwth-aachen.de</a>
Phone: +49-(0)241-80-27771
FAX: +49-(0)241-80-627771
_____________________________________________________</pre>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<br>
<pre wrap="">_______________________________________________
dhcp-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:dhcp-users@lists.isc.org">dhcp-users@lists.isc.org</a>
<a class="moz-txt-link-freetext" href="https://lists.isc.org/mailman/listinfo/dhcp-users">https://lists.isc.org/mailman/listinfo/dhcp-users</a></pre>
</blockquote>
<br>
</body>
</html>