[Nix-dev] NixOS on MacBook dual boot
Alexey Muranov
alexey.muranov at gmail.com
Wed Aug 13 21:15:34 CEST 2014
On 13 août 2014, at 21:58, Paul Colomiets <paul at colomiets.name> wrote:
> It's hard do say why you've got IP address but did not get the default
> gateway. The simplest option is to run:
>
> netstat -rn
>
> On a mac and copy whatever the default gateway is to linux:
>
> ip route add default via 10.80.80.1
>
> If default gateway is 10.80.80.1. See
> http://stackoverflow.com/questions/6782658/how-to-get-default-gateway-in-mac-osx
> for more info on getting default gateway in mac.
Thanks!
ip route add default via 10.80.80.1
fixed my network connection.
I will try to continue with the install now. (I've decided to reply first in case my laptop becomes unbootable :))
Alexey.
More information about the nix-dev
mailing list