From ecbde76a621c63c9ebdee3ae21bbb8fa0045a043 Mon Sep 17 00:00:00 2001 From: Tristan PILAT Date: Wed, 2 Jan 2019 14:35:20 +0100 Subject: [PATCH] Add documentation about the NAT rule --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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)