  
<div id="snippet_85" class="snippet">
  <h2><a href="/snippets/85-Create-an-IP-alias-for-a-network-interface-in-OSX" title="Create an IP alias for a network interface in OSX - Shell Script (Bash) - alias, ip, osx, network">Create an IP alias for a network interface in OSX</a></h2>
  <div class="details">
    <a style="background-color: #FFFF94;" href="http://snippets.aktagon.com/languages/131-Shell-Script-Bash-">
      Shell Script (Bash)</a> posted over 2 years ago by christian
          
  </div>

  <div class="body">
    <p><pre class="active4d"><span class="line-numbers">   1 </span> ifconfig en0 inet 192.168.64.25 netmask 255.255.255.0 alias
</pre></p>
  </div>

  <div style="font-size: 0.8em;margin:0.5em;">
    
      Tagged <a href="/tags/196-alias">alias</a>, <a href="/tags/197-ip">ip</a>, <a href="/tags/198-osx">osx</a>, <a href="/tags/204-network">network</a>
    
    
  </div>
</div>






