diff options
author | GNU Hurd wiki engine <web-hurd@gnu.org> | 2007-09-07 17:03:29 +0000 |
---|---|---|
committer | GNU Hurd wiki engine <web-hurd@gnu.org> | 2007-09-07 17:03:29 +0000 |
commit | 8752a101f51457461f7c9478a1a1093a2cccbe99 (patch) | |
tree | 7b4da06edf71daf60c4de9e886bdd697337a8fe4 /hurd | |
parent | 2cc062fde626db7fc4867aa10c3daa637a4ce29b (diff) |
web commit by MichaelBanck: Fix paragraph hierachy
Diffstat (limited to 'hurd')
-rw-r--r-- | hurd/running/qemu.mdwn | 4 |
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. |