summaryrefslogtreecommitdiff
path: root/hurd
diff options
context:
space:
mode:
Diffstat (limited to 'hurd')
-rw-r--r--hurd/running/debian/qemu_image.mdwn2
-rw-r--r--hurd/translator/lwip.mdwn5
2 files changed, 6 insertions, 1 deletions
diff --git a/hurd/running/debian/qemu_image.mdwn b/hurd/running/debian/qemu_image.mdwn
index 835f36e4..c25b76ab 100644
--- a/hurd/running/debian/qemu_image.mdwn
+++ b/hurd/running/debian/qemu_image.mdwn
@@ -20,7 +20,7 @@ Usage:
* Unpack it.
$ `tar -xz < debian-hurd.img.tar.gz`
* Run it
- $ `kvm -m 1G -drive cache=writeback,file=$(echo debian-hurd-*.img) -redir tcp:2222::22`
+ $ `kvm -m 1G -drive cache=writeback,file=$(echo debian-hurd-*.img) -net user,hostfwd=tcp:127.0.0.1:2222-:22`
# Optionally use --curses to keep your keyboard layout. If need be modprobe kvm_amd, kvm intel and kvm to get kvm support (which is much, much faster).
* Login as root (the root password is empty)
* set up a root password with passwd
diff --git a/hurd/translator/lwip.mdwn b/hurd/translator/lwip.mdwn
index 9d3465b7..2de214f2 100644
--- a/hurd/translator/lwip.mdwn
+++ b/hurd/translator/lwip.mdwn
@@ -17,3 +17,8 @@ To configure lwip for internet connectivity, use the
The argument /server/socket/2 is the node that the translator is to be attached to. This is followed by the translator program to run and any arguments to give it.
There, -i, -a, -g and -m are, quite obviously, the (Mach) device to use, the IP address, the gateway and netmask.
+
+
+More information can be found on Joan Lledo's blog:
+
+* <http://darnassus.sceen.net/~jlledom/en/>