On Thu, 2018-12-20 at 11:23 -0500, Joshua Branson wrote: > Almudena Garcia <[email protected]> writes: > > > Are you tried to install perl? > > Feels that adduser command exists, but need perl to run. > > Maybe...I feel like perl is installed by default. Maybe I'm wrong. > > Regardless, when I'm in my hurd vm, I don't have access to the > internet...It's been a problem for a while. :(
If you are using qemu: 10.0.2.2 is your host box Using ssh: qemu-system-x86_64 ... -net nic,model=e1000 -net user,hostfwd=tcp::5556-:22 ... >From host: ssh -p 5556 localhost >From outside: ssh -p 5556 <your host IP> /etc/network/interfaces: auto /dev/eth0 iface /dev/eth0 inet dhcp ifup eth0 ifdown eth0
