summaryrefslogtreecommitdiffstats
path: root/content
diff options
context:
space:
mode:
Diffstat (limited to 'content')
-rw-r--r--content/posts/openbsd-vpn-gateway/index.org8
1 files changed, 8 insertions, 0 deletions
diff --git a/content/posts/openbsd-vpn-gateway/index.org b/content/posts/openbsd-vpn-gateway/index.org
index a9742ec..6186303 100644
--- a/content/posts/openbsd-vpn-gateway/index.org
+++ b/content/posts/openbsd-vpn-gateway/index.org
@@ -448,3 +448,11 @@
Otherwise you may want to consult the documentation of the
container/jail management software you may be using ([[https://docs.docker.com/][docker]],
[[https://github.com/iocage/iocage][iocage]], etc.)
+
+* Wrapping up
+ After following these steps we should now have a properly setup VPN
+ gateway on our network. All traffic flowing through it should go
+ over the VPN, without us having to worry about the connection
+ dropping. We also have the added benefit of everything still being
+ on the same subnet, so the computers on the network can communicate
+ with each other, regardless of which gateway they use.