diff --git a/content/en/docs/Client_Applications/Linux/wireguard/_index.md b/content/en/docs/Client_Applications/Linux/wireguard/_index.md new file mode 100644 index 0000000..f4d2c84 --- /dev/null +++ b/content/en/docs/Client_Applications/Linux/wireguard/_index.md @@ -0,0 +1,45 @@ +--- +title: "Wireguard" +linkTitle: "Wireguard" +date: 2023-05-30 +weight: 2 +description: > + How to configure Wireguard to work with Federated Core. +--- + +{{% pageinfo %}} +This documentation is for users and administrators, not those wanting to install. +{{% /pageinfo %}} + +> Note: you will need to ask your administrator for your configuration file to complete these steps. It should come as a file with the format of "name.conf". + +You will need to download the appropriate version of Wireguard for your system. You can find the installation links at [this URL](https://www.wireguard.com/install/). + +### Configuration for Windows and MacOS + +Once you have downloaded and installed Wireguard, start it up. You should see a window similar to the following. + +{{< imgproc wireguard Resize "1586x1008" >}} +{{< /imgproc >}} + +Click the "+" (Macintosh) or "Add Tunnel" in the bottom left or the button "Import tunnel(s) from file". + +On the Macintosh, you may see the following warning: + +{{< imgproc macwarning Resize "510x494" >}} +{{< /imgproc >}} + +Click "Allow". Now you can click the "Activate" button to connect to your Federated Core VPN. + +{{< imgproc activate Resize "486x112" >}} +{{< /imgproc >}} + +You are connected to your Federated Core and all internet traffic will be tunnelled through the Federated Core. + +### Configuration for Ubuntu-based Linux + +Install Wireguard using the following command: + +> sudo apt install wireguard + +Using the configuration file from your administrator, you can use the command line tools from Wireguard to connect to your Federated Core VPN. \ No newline at end of file diff --git a/content/en/docs/Client_Applications/Linux/wireguard/activate.png b/content/en/docs/Client_Applications/Linux/wireguard/activate.png new file mode 100644 index 0000000..9f79ac4 Binary files /dev/null and b/content/en/docs/Client_Applications/Linux/wireguard/activate.png differ diff --git a/content/en/docs/Client_Applications/Linux/wireguard/macwarning.png b/content/en/docs/Client_Applications/Linux/wireguard/macwarning.png new file mode 100644 index 0000000..931cff8 Binary files /dev/null and b/content/en/docs/Client_Applications/Linux/wireguard/macwarning.png differ diff --git a/content/en/docs/Client_Applications/Linux/wireguard/wireguard.png b/content/en/docs/Client_Applications/Linux/wireguard/wireguard.png new file mode 100644 index 0000000..4200153 Binary files /dev/null and b/content/en/docs/Client_Applications/Linux/wireguard/wireguard.png differ diff --git a/content/en/docs/Client_Applications/MacOS/wireguard/_index.md b/content/en/docs/Client_Applications/MacOS/wireguard/_index.md new file mode 100644 index 0000000..f4d2c84 --- /dev/null +++ b/content/en/docs/Client_Applications/MacOS/wireguard/_index.md @@ -0,0 +1,45 @@ +--- +title: "Wireguard" +linkTitle: "Wireguard" +date: 2023-05-30 +weight: 2 +description: > + How to configure Wireguard to work with Federated Core. +--- + +{{% pageinfo %}} +This documentation is for users and administrators, not those wanting to install. +{{% /pageinfo %}} + +> Note: you will need to ask your administrator for your configuration file to complete these steps. It should come as a file with the format of "name.conf". + +You will need to download the appropriate version of Wireguard for your system. You can find the installation links at [this URL](https://www.wireguard.com/install/). + +### Configuration for Windows and MacOS + +Once you have downloaded and installed Wireguard, start it up. You should see a window similar to the following. + +{{< imgproc wireguard Resize "1586x1008" >}} +{{< /imgproc >}} + +Click the "+" (Macintosh) or "Add Tunnel" in the bottom left or the button "Import tunnel(s) from file". + +On the Macintosh, you may see the following warning: + +{{< imgproc macwarning Resize "510x494" >}} +{{< /imgproc >}} + +Click "Allow". Now you can click the "Activate" button to connect to your Federated Core VPN. + +{{< imgproc activate Resize "486x112" >}} +{{< /imgproc >}} + +You are connected to your Federated Core and all internet traffic will be tunnelled through the Federated Core. + +### Configuration for Ubuntu-based Linux + +Install Wireguard using the following command: + +> sudo apt install wireguard + +Using the configuration file from your administrator, you can use the command line tools from Wireguard to connect to your Federated Core VPN. \ No newline at end of file diff --git a/content/en/docs/Client_Applications/MacOS/wireguard/activate.png b/content/en/docs/Client_Applications/MacOS/wireguard/activate.png new file mode 100644 index 0000000..9f79ac4 Binary files /dev/null and b/content/en/docs/Client_Applications/MacOS/wireguard/activate.png differ diff --git a/content/en/docs/Client_Applications/MacOS/wireguard/macwarning.png b/content/en/docs/Client_Applications/MacOS/wireguard/macwarning.png new file mode 100644 index 0000000..931cff8 Binary files /dev/null and b/content/en/docs/Client_Applications/MacOS/wireguard/macwarning.png differ diff --git a/content/en/docs/Client_Applications/MacOS/wireguard/wireguard.png b/content/en/docs/Client_Applications/MacOS/wireguard/wireguard.png new file mode 100644 index 0000000..4200153 Binary files /dev/null and b/content/en/docs/Client_Applications/MacOS/wireguard/wireguard.png differ diff --git a/content/en/docs/Client_Applications/Windows/wireguard.md b/content/en/docs/Client_Applications/Windows/wireguard.md deleted file mode 100644 index 947baa9..0000000 --- a/content/en/docs/Client_Applications/Windows/wireguard.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "Wireguard" -linkTitle: "Wireguard" -date: 2023-05-30 -weight: 2 -description: > - How to configure Wireguard to work with Federated Core. ---- - -{{% pageinfo %}} -This documentation is for users and administrators, not those wanting to install. -{{% /pageinfo %}} - -(Note: will be finished when Wireguard/VPN is finished/fixed.) \ No newline at end of file diff --git a/content/en/docs/Client_Applications/Windows/wireguard/_index.md b/content/en/docs/Client_Applications/Windows/wireguard/_index.md new file mode 100644 index 0000000..f4d2c84 --- /dev/null +++ b/content/en/docs/Client_Applications/Windows/wireguard/_index.md @@ -0,0 +1,45 @@ +--- +title: "Wireguard" +linkTitle: "Wireguard" +date: 2023-05-30 +weight: 2 +description: > + How to configure Wireguard to work with Federated Core. +--- + +{{% pageinfo %}} +This documentation is for users and administrators, not those wanting to install. +{{% /pageinfo %}} + +> Note: you will need to ask your administrator for your configuration file to complete these steps. It should come as a file with the format of "name.conf". + +You will need to download the appropriate version of Wireguard for your system. You can find the installation links at [this URL](https://www.wireguard.com/install/). + +### Configuration for Windows and MacOS + +Once you have downloaded and installed Wireguard, start it up. You should see a window similar to the following. + +{{< imgproc wireguard Resize "1586x1008" >}} +{{< /imgproc >}} + +Click the "+" (Macintosh) or "Add Tunnel" in the bottom left or the button "Import tunnel(s) from file". + +On the Macintosh, you may see the following warning: + +{{< imgproc macwarning Resize "510x494" >}} +{{< /imgproc >}} + +Click "Allow". Now you can click the "Activate" button to connect to your Federated Core VPN. + +{{< imgproc activate Resize "486x112" >}} +{{< /imgproc >}} + +You are connected to your Federated Core and all internet traffic will be tunnelled through the Federated Core. + +### Configuration for Ubuntu-based Linux + +Install Wireguard using the following command: + +> sudo apt install wireguard + +Using the configuration file from your administrator, you can use the command line tools from Wireguard to connect to your Federated Core VPN. \ No newline at end of file diff --git a/content/en/docs/Client_Applications/Windows/wireguard/activate.png b/content/en/docs/Client_Applications/Windows/wireguard/activate.png new file mode 100644 index 0000000..9f79ac4 Binary files /dev/null and b/content/en/docs/Client_Applications/Windows/wireguard/activate.png differ diff --git a/content/en/docs/Client_Applications/Windows/wireguard/macwarning.png b/content/en/docs/Client_Applications/Windows/wireguard/macwarning.png new file mode 100644 index 0000000..931cff8 Binary files /dev/null and b/content/en/docs/Client_Applications/Windows/wireguard/macwarning.png differ diff --git a/content/en/docs/Client_Applications/Windows/wireguard/wireguard.png b/content/en/docs/Client_Applications/Windows/wireguard/wireguard.png new file mode 100644 index 0000000..4200153 Binary files /dev/null and b/content/en/docs/Client_Applications/Windows/wireguard/wireguard.png differ diff --git a/public/docs/client_applications/android/index.html b/public/docs/client_applications/android/index.html index 2966e16..66e0d77 100644 --- a/public/docs/client_applications/android/index.html +++ b/public/docs/client_applications/android/index.html @@ -143,7 +143,7 @@
  • Thunderbird
  • - Wireguard + Wireguard
  • Office Suite
  • @@ -179,6 +179,8 @@ Ubuntu-based Distribution
  • Wireguard +
  • + Wireguard
  • Office Suite
  • @@ -186,7 +188,9 @@
  • MacOS