Last modified by Xiaoye on 2024/04/19 19:52

From version 6.1
edited by Xiaoye
on 2023/11/10 15:30
Change comment: There is no comment for this version
To version 14.1
edited by Edwin Chen
on 2023/12/30 18:28
Change comment: There is no comment for this version

Summary

Details

Page properties
Title
... ... @@ -1,1 +1,1 @@
1 -LoRaWAN Gateway version with Wireguard Support
1 +Use Wireguard VPN in Dragino Gateways
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.Xiaoye
1 +XWiki.Edwin
Content
... ... @@ -1,11 +1,46 @@
1 -= How to configure Wireguard on the LPS8N/DLOS8N/LG308N =
1 +(% class="wikigeneratedid" %)
2 +**Table of Contents:**
2 2  
3 -== **1. Configuration via command line** ==
4 +{{toc/}}
4 4  
5 -=== 1.1 Key Management ===
6 6  
7 -#Generate keys
8 8  
8 +
9 += 1. What is Wireguard VPN? =
10 +
11 +
12 +[[WireGuard>>https://www.wireguard.com/]]^^®^^ is an extremely simple yet fast and modern VPN that utilizes **state-of-the-art [[cryptography>>url:https://www.wireguard.com/protocol/]]**. It aims to be [[faster>>url:https://www.wireguard.com/performance/]], [[simpler>>url:https://www.wireguard.com/quickstart/]], leaner, and more useful than IPsec, while avoiding the massive headache. It intends to be considerably more performant than OpenVPN. WireGuard is designed as a general purpose VPN for running on embedded interfaces and super computers alike, fit for many different circumstances. Initially released for the Linux kernel, it is now cross-platform (Windows, macOS, BSD, iOS, Android) and widely deployable. It is currently under heavy development, but already it might be regarded as the most secure, easiest to use, and simplest VPN solution in the industry.
13 +
14 +
15 +Network Structure for WireGuard VPN:
16 +
17 +[[image:image-20231121160528-1.png]]
18 +
19 +
20 += 2. Run WireGuard VPN in PC =
21 +
22 +There are many methods to install and set WireGuard server. Below is an example for reference to set up WireGuard Server in Windows.
23 +
24 +**Video Instruction**: [[Install WireGuard Server in Windows>>https://www.youtube.com/watch?v=1AWVvW5oJtU]].
25 +
26 +For other OS and method, please search google for more.
27 +
28 +
29 += 3. Configure Wireguard VPN on Gatewaythe LPS8N/DLOS8N/LG308N =
30 +
31 +== 3.1 For LPS8N/DLOS8N/LG308N ==
32 +
33 +
34 +Due to the size of Wireguard packages. We didn't add it as a default feature of gateways. If the user wants to use Wireguard Please upgrade your gateway firmware with the special [[firmware>>https://www.dragino.com/downloads/index.php?dir=LoRa_Gateway/DLOS8/Firmware/Wireguard-firmware/]].
35 +
36 +
37 +=== 3.1.1 Configuration via command line ===
38 +
39 +==== 3.1.1.1 Key Management ====
40 +
41 +
42 +**#Generate keys**
43 +
9 9  (% class="box infomessage" %)
10 10  (((
11 11  umask go=
... ... @@ -20,14 +20,11 @@
20 20  [[image:image-20231110150147-1.png||height="82" width="566"]]
21 21  
22 22  
23 -=== 1.2 Firewall configuration ===
58 +==== 3.1.1.2 Firewall configuration ====
24 24  
25 -(((
26 -#Configure firewall
27 -)))
28 28  
29 29  (((
30 -
62 +**#Configure firewall**
31 31  )))
32 32  
33 33  (% class="box infomessage" %)
... ... @@ -43,7 +43,7 @@
43 43  
44 44  
45 45  (((
46 -#Reload firewall
78 +**#Reload firewall**
47 47  )))
48 48  
49 49  (% class="box infomessage" %)
... ... @@ -52,13 +52,13 @@
52 52  )))
53 53  
54 54  
55 -=== 1.3. Network configuration ===
87 +==== 3.1.1.3 Network configuration ====
56 56  
89 +
57 57  (((
58 -#Configure network
91 +**#Configure network**
59 59  )))
60 60  
61 -
62 62  (% class="box infomessage" %)
63 63  (((
64 64   uci -q delete network.vpn
... ... @@ -72,7 +72,7 @@
72 72  
73 73  
74 74  (((
75 -#Add VPN peers
107 +**#Add VPN peers**
76 76  )))
77 77  
78 78  (% class="box infomessage" %)
... ... @@ -94,7 +94,7 @@
94 94  
95 95  
96 96  (((
97 -#reload network service
129 +**#reload network service**
98 98  )))
99 99  
100 100  (% class="box infomessage" %)
... ... @@ -103,5 +103,4 @@
103 103  )))
104 104  
105 105  
106 -
107 107  
image-20231121160528-1.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Edwin
Size
... ... @@ -1,0 +1,1 @@
1 +78.9 KB
Content