We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Use the following command to create additional (alias) IP addresses on a given interface (e.g. en0) in Mac OS:
en0
sudo ifconfig en0 alias 192.168.2.2
sudo ifconfig en0 aliasi 192.168.3.3
Delete them again with sudo ifconfig -alias 192.168.2.2 etc
sudo ifconfig -alias 192.168.2.2