On 5/5/05, <b class="gmail_sendername">Senectus .</b> <<a href="mailto:senectus@gmail.com">senectus@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;">
How do you release then renew your lease ?<br>In windows its "ipconfig /release" and "ipconfig /renew"<br></blockquote></div><br>
While you can do it many ways, such as shutting down the interface and
starting it up again, the equivalent way is to use dhclient.<br>
<br>
to release the lease:<br>
dhclient -r eth1 <br>
<br>
to renew:<br>
dhclient eth1<br>
<br>
Note that DHCP does not require a release to do a renew.<br>
<br>
Check man dhclient for more.<br><br>-- <br>John DeCarlo, My Views Are My Own