From f1bcda53e7a24eb0fdac10b9160f29e3c0f1239f Mon Sep 17 00:00:00 2001 From: bauen1 Date: Mon, 19 Jun 2017 18:00:49 +0200 Subject: [PATCH] Added note about port-forwarding the guest machine --- src/README | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/README b/src/README index 0968a783f..fa86b7699 100644 --- a/src/README +++ b/src/README @@ -64,6 +64,10 @@ Currently available overlay bundles: space. Use the "lua" command to run an interactive lua interpreter * nweb - nweb is a very small and easy to use webserver + run it using 'nweb 80 /srv/www' + to portforward port 8080 on the host to port 80 on the guest (minimal) + add '-net nic,model=e1000 -net user,hostfwd=tcp::8080-:80' to the cmd in + qemu64.sh and qemu32.sh ### ### ###