Skip to content

Commit 3b9ca2a

Browse files
committed
Mention multiple IP addresses for gateway VPN
1 parent 4223ec6 commit 3b9ca2a

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

admin-and-features/features-and-configuration/wireguard/create-your-vpn-network.md

+7-5
Original file line numberDiff line numberDiff line change
@@ -28,18 +28,20 @@ It's a name that will be visible both on the UI, but also in the desktop client
2828

2929
<figure><img src="../../../.gitbook/assets/Screenshot 2024-11-21 at 14.37.51.png" alt="" width="375"><figcaption></figcaption></figure>
3030

31-
### **Gateway VPN IP address and mask:**
31+
### Gateway VPN IP address and mask
3232

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.
3436

3537
#### Examples
3638

3739
1. 10.11.0.1/8
3840
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
4042
2. 192.168.8.1/24
4143
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
4345

4446
### Gateway address
4547

@@ -71,7 +73,7 @@ If you want the _All Traffic_ to work in the desktop client you need to also con
7173

7274
This specifies DNS resolvers and search domains. Supported format is by comma separation, eg.:
7375

74-
`IP, IP, search.domain.net, second.search,domain.com`
76+
`IP, IP, search.domain.net, second.search.domain.com`
7577

7678
### Allowed groups
7779

0 commit comments

Comments
 (0)