diff options
author | rebortg <github@ghlr.de> | 2021-06-11 22:19:55 +0200 |
---|---|---|
committer | rebortg <github@ghlr.de> | 2021-06-11 22:19:55 +0200 |
commit | df504dd6c16277b305757fe4500e05b81c150da0 (patch) | |
tree | 0f0dc1153b2767d523944266c44523a1a683a36d /docs/configuration/interfaces/openvpn.rst | |
parent | 21bcc2ccba5be75a600195aefdd6b5bc71f2f50c (diff) | |
download | vyos-documentation-df504dd6c16277b305757fe4500e05b81c150da0.tar.gz vyos-documentation-df504dd6c16277b305757fe4500e05b81c150da0.zip |
autosectionlabel: add custom headline ref
Diffstat (limited to 'docs/configuration/interfaces/openvpn.rst')
-rw-r--r-- | docs/configuration/interfaces/openvpn.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/configuration/interfaces/openvpn.rst b/docs/configuration/interfaces/openvpn.rst index 8b32743f..a30a0b81 100644 --- a/docs/configuration/interfaces/openvpn.rst +++ b/docs/configuration/interfaces/openvpn.rst @@ -481,6 +481,8 @@ and another VyOS router acting as OpenVPN client. The Server also pushes a static client IP address to the OpenVPN client. Remember, clients are identified using their CN attribute in the SSL certificate. +.. _openvpn:client_server: + Server ------ @@ -505,6 +507,8 @@ Server set interfaces openvpn vtun10 tls key-file '/config/auth/server.key' set interfaces openvpn vtun10 use-lzo-compression +.. _openvpn:client_client: + Client ------ |