9/23/2008

Reloading DHCP Client

Filed under: — funtaff @ 9:12 am

On OS X:

“(sudo) ipconfig set DHCP”

It’s technically equivalent to setting the interface to manual and back in System Prefs.

On Redhat / SysV Init:

“(sudo) /etc/init.d/networking restart”  - Full network restart

“(sudo) killall dhclient”

“(sudo) dhclient ” - Manual dhclient reset

On Windows:

“ipconfig /release”

“ipconfig /renew”

(But you knew that)

Comments

No comments yet.

RSS feed for comments on this post.

Leave a comment

Sorry, the comment form is closed at this time.