How to Renew IP Address in OS X 10.4 Tiger Using Terminal
Introduction
If you're experiencing network connectivity issues on your Mac running OS X 10.4 Tiger, renewing your IP address can often resolve the problem. Here's how to do it using Terminal:
Step 1: Open Terminal
Open the Terminal application, located in /Applications/Utilities.
Step 2: Release Current IP Address
In Terminal, enter the following command to release your current IP address:
sudo ipconfig set en1 DHCP
Step 3: Renew IP Address
After releasing your IP address, you can then renew it by entering the following command:
sudo ipconfig renew en1
Step 4: Verify New IP Address
To verify that your IP address has been renewed, enter the following command:
ifconfig en1
Look for the line that starts with "inet" to see your new IP address.
Komentar