summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hurd/running/qemu.mdwn3
1 files changed, 2 insertions, 1 deletions
diff --git a/hurd/running/qemu.mdwn b/hurd/running/qemu.mdwn
index d4959664..eab49b08 100644
--- a/hurd/running/qemu.mdwn
+++ b/hurd/running/qemu.mdwn
@@ -84,10 +84,11 @@ Some further notes about [[networking]] and home hints about
If you just want to access the internet from within QEMU, you can setup pfinet for QEMU's user-networking:
# settrans -afgp /servers/socket/2 /hurd/pfinet -i eth0 -a 10.0.2.15 -g 10.0.2.2 -m 255.255.255.0
+ # echo "nameserver 10.0.2.3" > /etc/resolv.conf
(See also <http://fabrice.bellard.free.fr/qemu/qemu-doc.html#SEC30>.)
-Outgoing internet connections should just work then, although you might have to setup nameservers in `/etc/resolv.conf` as well.
+Outgoing internet connections should just work then.
If you want to connect from the host system to the Hurd system running in QEMU, you need to setup something more advanced, like bridged networking.