From f234121e3fd5f5157d0e82eb8fb6bccf4536bd74 Mon Sep 17 00:00:00 2001 From: Tanner Collin Date: Fri, 23 Jul 2021 12:56:38 +0000 Subject: [PATCH] Add corrections to bypassing ports --- content/bypassing-ports.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/bypassing-ports.md b/content/bypassing-ports.md index f85ee28..cdf638b 100644 --- a/content/bypassing-ports.md +++ b/content/bypassing-ports.md @@ -52,7 +52,7 @@ $ sudo make-cadir easy-rsa/ $ sudo chown -R tanner:tanner easy-rsa/ ``` -Replace `tanner` with your own username, this is temporary. +Replace `tanner` with your Linux username, this is temporary. The `.rnd` file prevents a warning @@ -88,7 +88,7 @@ We make a `mediaserver` client because we want to assign a static IP to it. You need to make a different one for each client you want with a static IP. Also, if you want generic clients that all get dynamic IPs for use on your -laptop, phone, etc. to protect you from public WiFi, create only a single extra one: +laptop, phone, etc. to protect you from public WiFi (like a normal VPN), create only a single extra one: ``` $ ./easyrsa build-client-full client nopass # optional @@ -376,7 +376,7 @@ To add your VPN on Gnome, open VPN settings, import file, and select You should now be fine to access your home server from over the internet. To forward additional ports, just edit the `/etc/ufw/before.rules` file like -above. +above and apply the changes to `ufw`. You can now point a domain to your virtual server's IP and use that to connect to your home server. Use a CNAME to make it easy to change later: