summaryrefslogtreecommitdiffstats
path: root/content/posts/openbsd-vpn-gateway/index.org
diff options
context:
space:
mode:
authorDante Catalfamo2020-07-13 23:25:55 -0400
committerDante Catalfamo2020-07-13 23:25:55 -0400
commit495262182d2d86a28941db019517d53481193abd (patch)
tree022d4a8ba8a0b9a83c1beb779f75ec36aeeb5498 /content/posts/openbsd-vpn-gateway/index.org
parent15589045439d70ac8e383976420abe26ad4587c6 (diff)
downloadblog-495262182d2d86a28941db019517d53481193abd.tar.gz
blog-495262182d2d86a28941db019517d53481193abd.tar.bz2
blog-495262182d2d86a28941db019517d53481193abd.zip
Remove reference to pf man page, too low level
Diffstat (limited to 'content/posts/openbsd-vpn-gateway/index.org')
-rw-r--r--content/posts/openbsd-vpn-gateway/index.org12
1 files changed, 6 insertions, 6 deletions
diff --git a/content/posts/openbsd-vpn-gateway/index.org b/content/posts/openbsd-vpn-gateway/index.org
index f49819a..01e47d4 100644
--- a/content/posts/openbsd-vpn-gateway/index.org
+++ b/content/posts/openbsd-vpn-gateway/index.org
@@ -38,12 +38,12 @@ aren't the fastest. If your internet connection is fast enough though,
you may consider [[https://blog.lambda.cx/posts/installing-openbsd-on-pcengines/][installing OpenBSD]] on a [[https://blog.lambda.cx/posts/pcengines-comparison/][PC Engines APU2]], as they're
affordable, have gigabit Ethernet, and great OpenBSD driver support.
-I highly recommend you check out the man pages for the firewall itself
-[[https://man.openbsd.org/man4/pf.4][=pf(4)=]], the pf configuration file format [[https://man.openbsd.org/man5/pf.conf.5][=pf.conf(5)=]], and the pf
-control command [[https://man.openbsd.org/man8/pfctl.8][=pfctl(8)=]] if you plan on setting something like this
-up. They're all very well written and explain a lot of what I'm doing
-in very clear detail. You should also read the excellent [[https://www.openbsd.org/faq/pf/][PF FAQ]] from
-the OpenBSD website, which covers many more PF configuration examples.
+I highly recommend you check out the man pages for the firewall
+configuration file format [[https://man.openbsd.org/man5/pf.conf.5][=pf.conf(5)=]], and the pf control command
+[[https://man.openbsd.org/man8/pfctl.8][=pfctl(8)=]] if you plan on setting something like this up. They're all
+very well written and explain a lot of what I'm doing in very clear
+detail. You should also read the excellent [[https://www.openbsd.org/faq/pf/][PF FAQ]] from the OpenBSD
+website, which covers many more PF configuration examples.
The first thing we'll have to do is install OpenBSD. In my case I
created a virtual machine on a server in my house running [[https://www.proxmox.com/en/][Proxmox]]. In