You are on page 1of 1

Setup WireGuard ubuntu

Tuesday, March 16, 2021


1:18 PM
 
Download and execute the script. Answer the questions asked by the script and it will take care
of the rest.
curl -O https://raw.githubusercontent.com/angristan/wireguard-install/master/wireguard-install.sh
<<wireg
uard-
install.s
h>>
chmod +x wireguard-install.sh
 
sudo ./wireguard-install.sh
 
It will install WireGuard (kernel module and tools) on the server, configure it, create a systemd
service and a client configuration file.

Run the script again to add or remove clients!

sudo apt-get remove wireguard


Từ <https://github.com/angristan/wireguard-install>
 
 
 
 
Setup IPSEC VPN
For Debian and Ubuntu:
 
wget https://git.io/vpnsetup -O vpnsetup.sh && sudo sh vpnsetup.sh
<<vpnsetup.sh>>
 
For RHEL and CentOS:
 
wget https://git.io/vpnsetup-centos -O vpnsetup.sh && sudo sh vpnsetup.sh
 
Từ <https://rtd.ditatompel.com/ipsec-l2tp-xauth-ikev2-vpn-server-auto-setup/>

You might also like