<br><br><div class="gmail_quote">2008/6/13 Timothy Murphy <<a href="mailto:gayleard@eircom.net">gayleard@eircom.net</a>>:<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="Ih2E3d">Antonio M wrote:<br>
<br>
> I have a small LAN with DHCP running on Fedora 9. I checked the active<br>
> leases: this is the list of active leases<br>
> 1)I don't understand how IP address is connected to MAC address, i.e. if a<br>
> MAC has already an IP address, should a new lease be started with same MAC<br>
> address?? I see 5 IP's connected to same MAC address<br>
> 2) How are  the IP adressess released?? I would expect <a href="http://192.168.0.63" target="_blank">192.168.0.63</a> after<br>
> <a href="http://192.168.0.62" target="_blank">192.168.0.62</a> and so on... (please note that 00:16:d4:dc:a7:08 sometimes is<br>
> started by F9 and sometimes by F10<br>
<br>
</div>What does your /etc/dhcp.conf look like, as a matter of interest?<br>
<div><div></div><div class="Wj3C7c"><br>
<br>
--<br>
fedora-list mailing list<br>
<a href="mailto:fedora-list@redhat.com">fedora-list@redhat.com</a><br>
To unsubscribe: <a href="https://www.redhat.com/mailman/listinfo/fedora-list" target="_blank">https://www.redhat.com/mailman/listinfo/fedora-list</a><br>
</div></div></blockquote></div><br>#<br># DHCP Server Configuration file.<br>#   see /usr/share/doc/dhcp*/dhcpd.conf.sample  <br>#<br>#<br># DHCP Server Configuration file.<br># see /usr/share/doc/dhcp*/dhcpd.conf.sample<br>
# dhcpd.conf<br>#<br># Sample configuration file for ISC dhcpd<br>#<br><br># option definitions common to all supported networks...<br># option domain-name "<a href="http://fugue.com">fugue.com</a>";<br># option domain-name-servers <a href="http://toccata.fugue.com">toccata.fugue.com</a>;<br>
<br># option subnet-mask <a href="http://255.255.255.0">255.255.255.0</a>;<br>ddns-update-style none;<br>subnet <a href="http://192.168.0.0">192.168.0.0</a> netmask <a href="http://255.255.255.0">255.255.255.0</a> {<br>    range <a href="http://192.168.0.51">192.168.0.51</a> <a href="http://192.168.0.250">192.168.0.250</a>;<br>
    option subnet-mask <a href="http://255.255.255.0">255.255.255.0</a>;<br>    option broadcast-address <a href="http://192.168.0.255">192.168.0.255</a>;<br>    option routers <a href="http://192.168.0.1">192.168.0.1</a>;<br>
    option domain-name-servers <a href="http://62.211.69.250">62.211.69.250</a> , <a href="http://212.48.4.15">212.48.4.15</a>;<br>    default-lease-time 604800;<br>    max-lease-time 2592000;<br>    }<br><br>tnx for help<br clear="all">
<br>-- <br>Antonio Montagnani<br>Skype : antoniomontag