summaryrefslogtreecommitdiff
path: root/hurd/running
diff options
context:
space:
mode:
Diffstat (limited to 'hurd/running')
-rw-r--r--hurd/running/qemu.mdwn4
1 files changed, 3 insertions, 1 deletions
diff --git a/hurd/running/qemu.mdwn b/hurd/running/qemu.mdwn
index b7b45126..b6c200d7 100644
--- a/hurd/running/qemu.mdwn
+++ b/hurd/running/qemu.mdwn
@@ -53,6 +53,8 @@ Now take the number of sectors for the beginning of the partition and multiply i
# Networking in QEMU
+## Internet Access
+
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
@@ -91,7 +93,7 @@ This script gets called when QEMU starts and will attach the tun device to the b
sudo brctl addif br0 $1
-## Setting up the Network in the Hurd
+### Setting up the Network in the Hurd
Now it is time to start-up your QEMU Hurd system and get networking going in there.