<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
</head>
<body text="#000000" bgcolor="#FFFFFF">
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 class="moz-txt-link-abbreviated" href="http://www.ias.rwth-aachen.de">www.ias.rwth-aachen.de</a>
Email: <a 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>
</body>
</html>