From fb184adafb3e7d65cacf8442748f94ddee5f0289 Mon Sep 17 00:00:00 2001 From: Peppa Pig Date: Mon, 23 Sep 2019 23:31:19 -0400 Subject: [PATCH] Update wireguard-install.sh --- wireguard-install.sh | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/wireguard-install.sh b/wireguard-install.sh index 50de3ff..97cc391 100644 --- a/wireguard-install.sh +++ b/wireguard-install.sh @@ -100,7 +100,7 @@ else ENDPOINT="$SERVER_PUB_IP:$SERVER_PORT" fi -function wireguard-install () { +function wireguard-install() { # Install WireGuard tools and module if [[ "$OS" = 'ubuntu' ]]; then add-apt-repository ppa:wireguard/wireguard @@ -183,11 +183,14 @@ esac chmod 600 -R /etc/wireguard/ +function forwarding-ip() { # Enable routing on the server echo "net.ipv4.ip_forward = 1 net.ipv6.conf.all.forwarding = 1" > /etc/sysctl.d/wg.conf - sysctl --system +} + +forwating-ip -systemctl start "wg-quick@$SERVER_WG_NIC" systemctl enable "wg-quick@$SERVER_WG_NIC" +systemctl start "wg-quick@$SERVER_WG_NIC"