From 6832a08595f393e261c19516a3e7f98c9dee2f03 Mon Sep 17 00:00:00 2001 From: kiichan Date: Sun, 3 Apr 2022 13:31:21 -0500 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b77b628..904c04c 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ Save this file for now and close it. You may want to change this file's permissi At this point, you likely will need to forward ports on your router to make the port you chose in the configuration file publically accessable. Consult your router's documentation for more information. You will need to know the public-facing port later. -The server will also need to change a configuration file for packet forwarding to work. Open `/etc/sysctl.conf` and uncomment the line `net.ipv4.ip_forward=1`, or do it with `sed`: `suo sed -i 's/#net.ipv4.ip_forward=1/net.ipv4.ip_forward=1/' /etc/sysctl.conf`. After this is set, reload the configuration with `sudo sysctl -p` +The server will also need to change a configuration file for packet forwarding to work. Open `/etc/sysctl.conf` and uncomment the line `net.ipv4.ip_forward=1`, or do it with `sed`: `sudo sed -i 's/#net.ipv4.ip_forward=1/net.ipv4.ip_forward=1/' /etc/sysctl.conf`. After this is set, reload the configuration with `sudo sysctl -p` ## Step 3: Initial Client Configuration