Hello,<br><br><div class="gmail_quote">On Dec 26, 2007 5:29 PM, Chad &lt;<a href="mailto:masterclc@gmail.com">masterclc@gmail.com</a>&gt; wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
You can assign a static IP via DHCP to a machine based on it&#39;s MAC<br>address. &nbsp;If you are using ISC dhcp something like:<br>host hostname {<br>hardware ethernet aa.bb.cc.dd.ee.ff;<br>fixed-address <a href="http://192.168.1.90" target="_blank">
192.168.1.90</a>;<br>}<br></blockquote></div><br>And if for some reason you don&#39;t want to use the MAC address you can use this approach with some dhcp servers<br>(at least isc-dhcp):<br><br>&nbsp; host <a href="http://machineA.example.org">
machineA.example.org</a> {<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; option dhcp-client-identifier &quot;<a href="http://machineA.example.org">machineA.example.org</a>&quot;;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; fixed-address <a href="http://10.2.1.6">10.2.1.6</a>;<br>&nbsp; }<br><br>
And then you put <br>send dhcp-client-identifier &quot;<a href="http://machineA.example.org">machineA.example.org</a>&quot;;<br>in your dhclient.conf file on machineA.<br>-- <br>Regards,<br>Torfinn Ingolfsen<br>