From f5be8ded9f82932bf9daef88d72f34eb5176b895 Mon Sep 17 00:00:00 2001 From: Cookie-Monster-Coder <53286741+Cookie-Monster-Coder@users.noreply.github.com> Date: Thu, 15 Oct 2020 13:06:36 -0500 Subject: [PATCH] Update guide-networking.md Guide to Port Forwarding --- docs/guide-networking.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/guide-networking.md b/docs/guide-networking.md index c260d78..d2f42c9 100644 --- a/docs/guide-networking.md +++ b/docs/guide-networking.md @@ -1,3 +1,14 @@ +Guide to Port Forwarding +=========================== +Useful to setup a port forward without messing around with bridge networks. + +## Edit `basic.sh` or `headless.sh` +You'll have to edit the following line `-netdev user,id=net0` in `basic.sh` or `headless.sh` to match the line below. *Replace `PORT` with a number. + +``` + -netdev user,id=net0,hostfwd=tcp::PORT-:PORT \ +``` + Guide to Bridged Networking ===========================