diff options
author | Christian Poessinger <christian@poessinger.com> | 2019-10-06 21:39:46 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-06 21:39:46 +0200 |
commit | 876cc35b343bf05997dcd65f511c715faa971d1b (patch) | |
tree | e2ee8a37ce7ac652cd905c6617257c53634e9b94 | |
parent | 7eba29e40c7707485abb3b9d225547e0b29b34c4 (diff) | |
parent | 014167cec66f91c5d9c177dc833450ef0901f0e0 (diff) | |
download | vyos-documentation-876cc35b343bf05997dcd65f511c715faa971d1b.tar.gz vyos-documentation-876cc35b343bf05997dcd65f511c715faa971d1b.zip |
Merge pull request #124 from kroy-the-rabbit/master
T1700: Adding note to address this limitation
-rw-r--r-- | docs/vpn/wireguard.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/vpn/wireguard.rst b/docs/vpn/wireguard.rst index bf14179c..a9d27330 100644 --- a/docs/vpn/wireguard.rst +++ b/docs/vpn/wireguard.rst @@ -79,6 +79,8 @@ below is always the public key from your peer, not your local one. set interfaces wireguard wg01 port '12345' set protocols static interface-route 10.2.0.0/24 next-hop-interface wg01 +.. note:: The `endpoint` must be an IP and not a fully qualified domain name (FQDN). Using a FQDN will result in unexpected behavior. + The last step is to define an interface route for 10.2.0.0/24 to get through the wireguard interface `wg01`. Multiple IPs or networks can be defined and routed, the last check is allowed-ips which either prevents or allows the |