summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDante Catalfamo2020-07-13 23:29:50 -0400
committerDante Catalfamo2020-07-13 23:29:50 -0400
commit2bec5d9270469da64d2e1a69dcd9805827a229ab (patch)
tree3eff282cadaf5827b6a5a13b27ac2fd6a764b181
parentf320c8ea3d7a35f068072ec682e981e45d936ab7 (diff)
downloadblog-2bec5d9270469da64d2e1a69dcd9805827a229ab.tar.gz
blog-2bec5d9270469da64d2e1a69dcd9805827a229ab.tar.bz2
blog-2bec5d9270469da64d2e1a69dcd9805827a229ab.zip
Work on gateway post
-rw-r--r--content/posts/openbsd-vpn-gateway/index.org6
1 files changed, 5 insertions, 1 deletions
diff --git a/content/posts/openbsd-vpn-gateway/index.org b/content/posts/openbsd-vpn-gateway/index.org
index f605292..c96839a 100644
--- a/content/posts/openbsd-vpn-gateway/index.org
+++ b/content/posts/openbsd-vpn-gateway/index.org
@@ -57,5 +57,9 @@ USB =.fs= image from the [[https://www.openbsd.org/faq/faq4.html#Download][downl
your first time installing OpenBSD, you should check out the
[[https://www.openbsd.org/faq/faq4.html#Download][installation guide]], which goes over the process in greater detail.
+In this post the machine will have a single network interface called
+=vio0= with a desired static IP of =192.168.0.11=, although the
+interface and IP in your case will be different.
+
The most important thing is to set a static IP, so it can be set as
-the gateway for client machines. In this post we'll assume
+the gateway for client machines. We'll set this first.