Skip to content

Instantly share code, notes, and snippets.

@basitengr
basitengr / Tutorial.md
Created September 11, 2021 23:44 — forked from topdockerlead/Tutorial.md
Wireguard on CentOS 7/8

Set Up Your Own WireGuard VPN Server on CentOS

This tutorial is going to show you how to set up your own WireGuard VPN server on CentOS. WireGuard is made specifically for the Linux kernel. It runs inside the Linux kernel and allows you to create fast, modern, and secure VPN tunnel. TL;DR

Prerequisites

This tutorial assumes that the VPN server and VPN client are both running CentOS operating system.

Step 1: Install WireGuard on CentOS Server and Desktop

Log into your CentOS server, then run the following commands to install WireGuard.

# CentOS 8
## This will be fixed by
find /var/www -type d -exec chmod 755 {} \;
find /var/www -type f -exec chmod 644 {} \;
@basitengr
basitengr / README.md
Created March 17, 2023 00:57 — forked from hwdsl2/README.md
My IPTables rules for securing the Asterisk VoIP server