Last active
December 11, 2015 11:18
-
-
Save samirahmed/4592410 to your computer and use it in GitHub Desktop.
run these commands to renew your ip on OSX. The curl ip.appspot.com will tell you your external IP, run before and after to ensure there has been a change
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
curl ip.appspot.com | |
sudo ipconfig set en0 BOOTP | |
sudo ipconfig set en0 DHCP | |
curl ip.appspot.com |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment