mirror of
https://github.com/foxlet/macOS-Simple-KVM
synced 2025-02-16 18:28:23 +00:00
Update guide-networking.md
Guide to Port Forwarding
This commit is contained in:
parent
527588d5a2
commit
f5be8ded9f
1 changed files with 11 additions and 0 deletions
|
@ -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
|
||||
===========================
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue