You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: admin-and-features/features-and-configuration/wireguard/create-your-vpn-network.md
+7-5
Original file line number
Diff line number
Diff line change
@@ -28,18 +28,20 @@ It's a name that will be visible both on the UI, but also in the desktop client
28
28
29
29
<figure><imgsrc="../../../.gitbook/assets/Screenshot 2024-11-21 at 14.37.51.png"alt=""width="375"><figcaption></figcaption></figure>
30
30
31
-
### **Gateway VPN IP address and mask:**
31
+
### Gateway VPN IP address and mask
32
32
33
-
By providing the VPN IP/mask, you are configuring both: **the VPN internal network and VPN server IP**. Every gateway will bind to this address and defguard will also generate and assign IP addresses for devices in this location from this network.
33
+
By providing the VPN IP/mask, you are configuring both: **the VPN internal network and VPN server IP**. Every gateway will bind to this address and Defguard will also generate and assign IP addresses for devices in this location from this network.
34
+
35
+
This field can contain multiple IP addresses (both IPv4 and IPv6), separated by a comma (e.g. 10.10.20.1/24,fc00::abcd:0:1/96). The first (leftmost) address is the primary address, and this one will be used for IP address assignment for devices. The other IP addresses are auxiliary and are not managed by Defguard.
34
36
35
37
#### Examples
36
38
37
39
1. 10.11.0.1/8
38
40
1. internal VPN network will be: 10.11.0.0 with netmask 255.0.0.0
39
-
2. VPN gateway internal ip will be: 10.11.0.1
41
+
2. VPN gateway internal IP address will be: 10.11.0.1
40
42
2. 192.168.8.1/24
41
43
1. internal VPN network will be: 192.168.8.0 with netmask 255.255.255.0
42
-
2. VPN gateway internal ip will be: 192.168.8.1
44
+
2. VPN gateway internal IP address will be: 192.168.8.1
43
45
44
46
### Gateway address
45
47
@@ -71,7 +73,7 @@ If you want the _All Traffic_ to work in the desktop client you need to also con
71
73
72
74
This specifies DNS resolvers and search domains. Supported format is by comma separation, eg.:
0 commit comments