summaryrefslogtreecommitdiff
path: root/hurd/running/qemu.mdwn
diff options
context:
space:
mode:
authorGNU Hurd wiki engine <web-hurd@gnu.org>2008-04-12 22:50:33 +0000
committerGNU Hurd wiki engine <web-hurd@gnu.org>2008-04-12 22:50:33 +0000
commitfcf5b6e8adff6c0307ee07631fa4677524a9a410 (patch)
treeda9149374ad3ab51232fe038c50929c0720b1232 /hurd/running/qemu.mdwn
parent9485f571aeb65a25fb170a5b3ea7d34f77560705 (diff)
web commit by SamuelThibault: Add resolv.conf configuration
Diffstat (limited to 'hurd/running/qemu.mdwn')
-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.