How To Add a Virtual IP Address (VIP) To MacOSX
![Published Date](https://www.ericmichaelstone.com/wp-content/themes/me3/images/calendar.png)
Add a virtual IP address:
# ifconfig en0 inet 192.168.1.200 netmask 255.255.255.0 alias
Remove the virtual IP:
# ifconfig en0 inet 192.168.1.200 netmask 255.255.255.0 -alias
Add a virtual IP address:
# ifconfig en0 inet 192.168.1.200 netmask 255.255.255.0 alias
Remove the virtual IP:
# ifconfig en0 inet 192.168.1.200 netmask 255.255.255.0 -alias
Categories: How-To's, Technology Tags: Address, howto, ifconfig, IP, macosx, tips, VIP, Virtual, Virtual IP Address
Copyright © 2005-2025 Eric Michael Stone | Random Thoughts, Whims and Fancies…. Powered by WordPress
Leave Your Comment![Leave a comment](https://www.ericmichaelstone.com/wp-content/themes/me3/images/comments.png)
All fields marked with "*" are required.