On 5/24/07, <b class="gmail_sendername">Danny Colligan</b> <<a href="mailto:dannycolligan@gmail.com">dannycolligan@gmail.com</a>> wrote:<div><span class="gmail_quote"></span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Therefore, I changed the entries in<br>/etc/networks/interfaces to reflect the static values and did a sudo<br>/etc/init.d/networking restart.  This, however, did not make the<br>server drop the dynamic connection.  I eventually accomplished this by
<br>the Windows universal solution (i.e. a reboot) and then the server<br>used the static address.<br><br>My question is, what would be the "right way" to do this?  That is,<br>explicitly drop the DHCP connection in favor of the static one without
<br>rebooting?<br><br>Thanks in advance,<br><br>Danny Colligan</blockquote><div><br>Assuming eth0 and correct /etc/network/interfaces<br><br>$ sudo ifdown eth0<br><br>edit /etc/network/interfaces<br><br>$ sudo ifup eth0<br>
<br>-- <br>Mitch<br></div><br></div><br>