Added note about port-forwarding the guest machine

This commit is contained in:
bauen1 2017-06-19 18:00:49 +02:00
parent 8ba5c56fdb
commit f1bcda53e7
No known key found for this signature in database
GPG Key ID: FF0AAF5E0812BA9C

View File

@ -64,6 +64,10 @@ Currently available overlay bundles:
space. Use the "lua" command to run an interactive lua interpreter space. Use the "lua" command to run an interactive lua interpreter
* nweb - nweb is a very small and easy to use webserver * 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
### ### ### ### ### ###