diff options
author | Dante Catalfamo | 2020-08-16 22:17:40 -0400 |
---|---|---|
committer | Dante Catalfamo | 2020-08-16 22:17:40 -0400 |
commit | b6c026ee17b896b1e7e4a49c3a32ad2723c4a268 (patch) | |
tree | 782473fda4a4f51e2b2fa03d41fbf87b22e2055f /content/posts/openbsd-vpn-gateway | |
parent | b99f05c396f655b79dd988cc9ef231ad185ad85b (diff) | |
download | blog-b6c026ee17b896b1e7e4a49c3a32ad2723c4a268.tar.gz blog-b6c026ee17b896b1e7e4a49c3a32ad2723c4a268.tar.bz2 blog-b6c026ee17b896b1e7e4a49c3a32ad2723c4a268.zip |
gateway: some your -> our, you -> us
Diffstat (limited to 'content/posts/openbsd-vpn-gateway')
-rw-r--r-- | content/posts/openbsd-vpn-gateway/index.org | 12 |
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 f77b6f8..750979c 100644 --- a/content/posts/openbsd-vpn-gateway/index.org +++ b/content/posts/openbsd-vpn-gateway/index.org @@ -167,7 +167,7 @@ We can now set the OpenVPN daemon to launch at boot with our modified profile using =rcctl=. =rcctl= is a tool that comes with - OpenBSD which modifies =/etc/rc.conf.local= on your behalf to + OpenBSD which modifies =/etc/rc.conf.local= on our behalf to ensure it's done properly. The use of =rcctl= is not strictly required, but highly recommended. @@ -187,9 +187,9 @@ - =rcctl start openvpn= starts the =openvpn= daemon. - If things are configured correctly, you should now see a =tun= - device in your =ifconfig=, and your traffic should be going through - the VPN. To easily check this you can make a request to a service + If things are configured correctly, us should now see a =tun= + device in our =ifconfig=, and our traffic should be going through + the VPN. To easily check this us can make a request to a service like https://icanhazip.com or https://ifconfig.so using the =ftp= command. @@ -197,8 +197,8 @@ ftp -o- https://canhazip.com 2>/dev/null #+END_SRC - This should output your current external IP address, which should - belong to your VPN provider. + This should output our current external IP address, which should + belong to our VPN provider. * sysctl OpenVPN should have already reconfigured the our routing table to |