Guest User

Untitled

a guest
May 25th, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. ~/git$ cat /etc/rc.local
  2. #!/bin/sh
  3.  
  4. /sbin/ifconfig en0 alias 10.1.1.10 netmask 255.255.255.255
  5. /sbin/ifconfig en1 inet 192.168.1.100 netmask 255.255.255.255 alias
  6. /sbin/ifconfig en0 inet 192.168.1.101 netmask 255.255.255.255 alias
Add Comment
Please, Sign In to add comment