diff --git a/README.md b/README.md index 3855530..49cc543 100644 --- a/README.md +++ b/README.md @@ -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) \ No newline at end of file +[MIT License](LICENSE)