Renew DHCP lease using Mac OS X Terminal
You can renew DHCP lease of a Mac OS X workstation using the Terminal. This is useful when managing/renewing the DHCP lease of a number of client computers at once. Here's how:
- Open Apple Remote Desktop
- Select the number of client computers you want to renew the DHCP lease
- Go to Manage > Send UNIX Command...
- Enter ipconfig set en0 BOOTP
- Run command as root user
- Enter ipconfig set en0 DHCP
- Run command as root user
- DHCP lease should then be renewed on the target computers
Post Title :
Renew DHCP lease using Mac OS X Terminal