Difference between revisions of "Wireguard Peer To Peer Configuration example"

From Teltonika Networks Wiki
Line 4: Line 4:
  
 
This page will show you an example on how to configure a basic tunnel between WireGuard interface and its peers.
 
This page will show you an example on how to configure a basic tunnel between WireGuard interface and its peers.
<u><b>Note:</b> WireGuard is additional software that can be installed from the <b>Services → Package Manager</b> page</u> (in RUT9/RUT2 this page is located in <b>System → Package Manager</b>).
+
<u><b>Note:</b> WireGuard is additional software that can be installed from the <b>System → Package Manager</b> page.</u>
  
 
==Prerequisites==
 
==Prerequisites==

Revision as of 15:19, 3 October 2023

Main Page > General Information > Configuration Examples > VPN > Wireguard Peer To Peer Configuration example

Introduction

Introduction to a Peer-to-Peer WireGuard configuration example, this also covers LAN-TO-LAN connectivity aspect as well. WireGuard is simple, fast, lean, and modern VPN that utilizes secure and trusted cryptography.

This page will show you an example on how to configure a basic tunnel between WireGuard interface and its peers. Note: WireGuard is additional software that can be installed from the System → Package Manager page.

Prerequisites

For this example you need:

  • Three RUTOS devices
  • An end device to configure devices (PC, Laptop, Tablet or Smartphone)
  • One end device must have Public IP address
  • WireGuard Instances

    To create Instance enter its name and click the Add button. Then click the EditNetworking rutx manual edit button v1.png button to configure it. Wireguard Add.png


    Server Configuration

    Peer to Peer Setup

    The following part of example applies to both devices. Before editing any fields click Networking rutx manual generate button v1.png button to generate Public and Private keys. After that you need to Enable this instance and in the Listen Port field enter your desired port. WireGuard by default uses 51820 port which will be used in this example. Lastly you need to enter IP Address for instance. We will set the SERVER will have 10.0.0.1 and Clients will have 10.0.0.2 IP addresses and increasing. Note: enter IP address and its mask e.g. 10.0.0.1/24 Note: You will need to copy the Public and Private Keys for Peer instances between server and Clients

  • Please ensure that you save the Public key for later use
  • Enter the IP address of the WireGuard Interface on the server (e.g. 10.0.0.1/24)
  • WireGuard Server.png Please ensure that on the Server side, that you allow the Firewall to accept traffic going through the Server router for Peer-to-Peer traffic to flow This can be located in Network -> Firewall -> General settings A zone for WireGuard to WireGuard can be created as below to ensure traffic is not restricted from the server WireGuard Firewall Rules.png

    Peers Configuration

    Peer to Peer Setup

    In the General Setup section you need to enter Public Key and Allowed IPs from the Remote instance you want to connect to. In this example a peer from Client1 needs to connect to RUTX11, which means SERVER will enter Public Key and Allowed IPs from Client1. You will need the Public Keys of the Client VPN users that you setup, so it is recommended to create the Instances to Generate the Keys for use of Peer instances

    Peers Configuration Client 1

    Client 1 is setup with the following details, WireGuard Interface IP is set as 10.0.0.2 with a LAN range of 192.168.5.0/24 You will need to create a new WireGuard instance and Peer connection, please ensure you copy the public Key that was generated via the creation of the instance, as this will be used on the Server side for the VPN.

  • Copy the Public Key and save it in a text file for later use, as it will be used on the Server Peer configuration
  • Enter the IP address of the WireGuard interface e.g. 10.0.0.2/24
  • Now we will Create a Peer connection
  • Point 1 is the Server’s Public Key that was acquired when creating the instance on the Server/Main router side
  • Allowed IPs are the IP ranges you want to have access to over the VPN (the remote side)
  • Please ensure you enable “Route allowed IPs”
  • Under “Advanced Settings” please ensure you enter the Server side Public IP address
  • Save and Apply the settings
  • WireGuard Client1.png WireGuard Client1 IP list.png WireGuard Client1 HostEnd.png

    Peers Configuration Client 2

    Client 2 is setup with the following details, WireGuard Interface IP is set as 10.0.0.3 with a LAN range of 192.168.10.0/24 You will need to create a new WireGuard instance and Peer connection, please ensure you copy the public Key that was generated via the creation of the instance, as this will be used on the Server side for the VPN.

  • Copy the Public Key and save it in a text file for later use, as it will be used on the Server Peer configuration
  • Enter the IP address of the WireGuard interface e.g. 10.0.0.3/24
  • Now we will Create a Peer connection
  • Point 1 is the Server’s Public Key that was acquired when creating the instance on the Server/Main router side
  • Allowed IPs are the IP ranges you want to have access to over the VPN (the remote side)
  • Please ensure you enable “Route allowed IPs”
  • Under “Advanced Settings” please ensure you enter the Server side Public IP address
  • Save and Apply the settings
  • WireGuard Client2.png WireGuard Client2 IP list.png WireGuard Client2 HostEnd.png

    Peers Configuration Client 3

    Please ensure you download WireGuard for your PC (Windows Client) Installation: https://www.wireguard.com/install/ Once you have created a new Tunnel, you will need to add the below lines of code to finish the VPN setup,

  • Address = 10.0.0.4/24
  • DNS = 8.8.8.8
  • [Peer]
  • PublicKey = Which will be the Server’s Public Key
  • AllowedIPs = IP ranges you want access to (Remote side)
  • EndPoint = Server’s IP (our instance was 192.168.1.1 as it was part of the LAN)
  • WireGuard PC Client.png

    Peers Configuration Server

    Server to Peer Setup

    In the General Setup section you need to enter Public Key and Allowed IPs from the Remote instance you want to connect to. We will be creating 3 instances, these will be the remote Peers we created above and will make use of their Public Keys to create them, such as below

    WireGuard Server Clients.png

    Server To Client 1

    Create your 1st client peer under the server

  • Enter the Public Key you created for Client 1
  • Enter in the IP address you want to access on Client 1 side(LAN side and WireGuard Interface IP)
  • Ensure you have enabled “Route allowed IPs”
  • WireGuard Server Client1.png

    Server To Client 2

    Create your 2nd client peer under the server

  • Enter the Public Key you created for Client 2
  • Enter in the IP address you want to access on Client 2 side(LAN side and WireGuard Interface IP)
  • Ensure you have enabled “Route allowed IPs”
  • WireGuard Server Client2.png

    Server To Client 3 (PC)

    Create your 3rd client peer under the server

  • Enter the Public Key you created for Client 2
  • Enter in the IP address you want to access on Client 3 side(LAN side and WireGuard Interface IP)
  • Ensure you have enabled “Route allowed IPs”
  • WireGuard Server Client3.png

    Testing the Setup

    Testing

    Once you have setup the WireGuard Server and Peer settings, you can test by making use of the below Once you have created your Peers and Host, via the CLI you will be able to see the new WireGuard interfaces and ping across the new VPN, below is an example Show peers and uptime of WireGuard instances with use of “wg” command in the CLI

    WireGuard Test interface Server.png

    Ping LAN to LAN

    WireGuard Server Test.png

    Ping PC Client to Client 1

    Client to Client Test.png