Register now and start sharing your code snippets.
-->

Create an IP alias for a network interface in OSX

Shell Script (Bash) posted about 1 year ago by christian

   1  ifconfig en0 inet 192.168.64.25 netmask 255.255.255.0 alias

Tagged alias, ip, osx, network