Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions docs/guide-networking.md
Original file line number Diff line number Diff line change
@@ -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
===========================

Expand Down