Menu
Newbedev LogoNEWBEDEV Python Javascript Linux Cheat sheet
Newbedev LogoNEWBEDEV
  • Python 1
  • Javascript
  • Linux
  • Cheat sheet
  • Contact

Apple - How do I unset an IP address set with ifconfig?

Use delete:

ifconfig en1 delete 192.168.141.99

To clear all ip address associated with en1:

sudo ifconfig en1 0.0.0.0

Tags:

Macos

Mac

Network

Related

Apple - Can I open files in TextEdit from the Terminal in Mac OS X? Apple - Add an up button to the Lion Finder? Apple - How do I force homebrew to update installed software? Apple - On OS X, what files are excluded by rule from a Time Machine backup? Apple - Time Machine over SMB/CIFS share? Apple - What's a good graphical SFTP utility for OS X? Apple - Why is my Mac constantly trying to connect to another server? Apple - Password protect removal of apps on iOS Apple - Can I uninstall stock Apple applications (e.g. Stickies) Apple - How Do You Label The 3D Axis in Grapher? Apple - How do I AirDrop hidden ("dot") files? Apple - How do I open Google Chrome in Incognito mode by default

Recent Posts

Pandas how to find column contains a certain value Recommended way to install multiple Python versions on Ubuntu 20.04 Build super fast web scraper with Python x100 than BeautifulSoup How to convert a SQL query result to a Pandas DataFrame in Python How to write a Pandas DataFrame to a .csv file in Python
© 2021 newbedevPrivacy Policy