Add documentation about the NAT rule
This commit is contained in:
parent
2ff447b45c
commit
ecbde76a62
1 changed files with 8 additions and 1 deletions
|
@ -119,6 +119,13 @@ $ packer build openbsd.json
|
|||
doas vmctl start evobsd -cL -d output-vmm/evobsd.qcow2
|
||||
```
|
||||
|
||||
* Enable NAT on your host machine
|
||||
|
||||
```
|
||||
pass out on em0 inet from tap0:network to any nat-to (em0)
|
||||
```
|
||||
*assuming em0 is your egress interface*
|
||||
|
||||
## Contributions
|
||||
|
||||
Contributions to this project are most welcome! The best way is to
|
||||
|
@ -129,4 +136,4 @@ we can review and merge it.
|
|||
|
||||
## License
|
||||
|
||||
[MIT License](LICENSE)
|
||||
[MIT License](LICENSE)
|
||||
|
|
Loading…
Add table
Reference in a new issue