Hello, At the moment I do not have internet access on my GNU/Hurd vm. I'm not certain how to go about fixing it. I'll attach the script that I use to start my vm. I would be open to any help.
Thanks,
#!/bin/sh modprobe kvm modprobe kvm_intel cd ~/prog/gnu/hurd/vm/ MEMORY=2G FILE=debian-hurd-2017-11-01.img # If I ever need to add a cdrom echo "running ssh" qemu-system-i386 -m $MEMORY \ -enable-kvm \ -no-reboot -curses \ -drive file=$FILE,cache=writeback,format=raw \ -net user,hostfwd=tcp:127.0.0.1:2222-:22; #-net user,hostfwd=tcp:127.0.0.1:2222-:22; #-redir tcp:2222::22; # -net nic,model=e1000; \ #make qemu use a driver in gnumach. don't rely on DDE # -machine kernel_irqchip=off \ #gnumach doesn't like proper reboots; this prevents that. It also doesn't support dvorak. # -no-reboot -curses # allow my GNU/Linux to ssh into the vm #hostfwd=tcp:127.0.0.1:2222-:22 \ #to download a new qemu image #$ wget http://people.debian.org/~sthibault/hurd-i386/debian-hurd.img.tar.gz #$ tar -xz < debian-hurd.img.tar.gz #$ kvm -m 1G -drive cache=writeback,file=$(echo debian-hurd-*.img)
-- Joshua Branson Sent from Emacs and Gnus