If I want to add more than one hardware ethernet and fixed IP can i ? and how many ?<br><br>
<div><span class="gmail_quote">On 2/26/07, <b class="gmail_sendername">Tim</b> &lt;<a href="mailto:ignored_mailbox@yahoo.com.au">ignored_mailbox@yahoo.com.au</a>&gt; wrote:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">On Mon, 2007-02-26 at 09:49 +0300, ismail bushra wrote:<br>&gt; My question regarding DHCP configuration spceially in section of fixed
<br>&gt; ip to specified mac address, so how many fixed ip and mac address can<br>&gt; i specified ? 1,2,3 ..... and the proper syntax.<br><br><br>man dhcpd.conf<br>man dhcpd<br><br>This is an example taken from parts of my /etc/dhcpd.conf file:
<br><br><br>host flakey {<br>&nbsp;&nbsp; hardware ethernet 00:00:21:25:92:fb;<br>&nbsp;&nbsp; fixed-address <a href="http://192.168.1.180">192.168.1.180</a>;<br>&nbsp;&nbsp; set ddns-rev-name = &quot;9.1.168.192.in-addr.arpa.&quot;;<br>&nbsp;&nbsp; option host-name &quot;deadmeat&quot;;
<br>&nbsp;&nbsp; update-static-leases on;<br>}<br><br>A client calling itself flakey, that matches the MAC after &quot;hardware<br>ethernet&quot; gets set the fixed IP address, that reverse IP address is set<br>into my dynamic DNS server, the client is told to use the &quot;deadmeat&quot;
<br>hostname (instead of flakey), and the dynamic DNS system writes the<br>change into the DNS records, even though this is a static entry.<br><br>You don&#39;t need all of that, that&#39;s just some of the possiblities.<br>
<br><br>--<br>(This box runs FC5, my others run FC4 &amp; FC6, in case that&#39;s<br>important to the thread.)<br><br>Don&#39;t send private replies to my address, the mailbox is ignored.<br>I read messages from the public lists.
<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">https://www.redhat.com/mailman/listinfo/fedora-list
</a><br></blockquote></div><br>