Fixed netstart to have a hard-coded localhost address.
This fixes situations where you don't have a correct localhost in your nameserver or no name-server.
This commit is contained in:
parent
a0b680d9d9
commit
b2b980b0d9
@ -23,7 +23,7 @@ ifconfig ne0 inet $hostname netmask my-netmask
|
||||
ifconfig en0 inet $hostname netmask my-netmask
|
||||
|
||||
# set the address for the loopback interface
|
||||
ifconfig lo0 inet localhost
|
||||
ifconfig lo0 inet 127.0.0.1
|
||||
|
||||
# use loopback, not the wire
|
||||
route add $hostname localhost
|
||||
|
Loading…
x
Reference in New Issue
Block a user