Ok, this is my fuckup. I didn't realize that nixops was configuring the virtual machine with a host-only adapter and did not have the required support tools installed in Arch for that to work correctly.
I also found that the vboxnet0 IP address was set to 192.168.65.1 by default, instead of 192.168.56.1. Once I changed that, nixops was able to connect to ssh and started building. It's looking good now! Thanks everyone for the help! Rich On Fri, Aug 22, 2014 at 10:19 AM, Richard Wallace < [email protected]> wrote: > Ok, there is a vboxnet0 but it does not have the necessary IP address. > Did I miss a step in the manual? > > > On Fri, Aug 22, 2014 at 2:49 AM, Eelco Dolstra < > [email protected]> wrote: > >> Hi, >> >> On 22/08/14 01:19, Luca Bruno wrote: >> >> > Try disabling the firewall in the nixos configuration. >> >> Port 22 is open in the firewall by default, so that's not it. >> >> Make sure that interface vboxnet0 exists with IP address 192.168.56.1/24, >> and >> that there is a route for 192.168.56.0/24. >> >> -- >> Eelco Dolstra | LogicBlox, Inc. | http://nixos.org/~eelco/ >> _______________________________________________ >> nix-dev mailing list >> [email protected] >> http://lists.science.uu.nl/mailman/listinfo/nix-dev >> > >
_______________________________________________ nix-dev mailing list [email protected] http://lists.science.uu.nl/mailman/listinfo/nix-dev
