From fcf5b6e8adff6c0307ee07631fa4677524a9a410 Mon Sep 17 00:00:00 2001 From: GNU Hurd wiki engine Date: Sat, 12 Apr 2008 22:50:33 +0000 Subject: web commit by SamuelThibault: Add resolv.conf configuration --- hurd/running/qemu.mdwn | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'hurd/running') 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 .) -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. -- cgit v1.2.3