SHA256
1
0
forked from pool/openvpn
openvpn/openvpn.README.SUSE
Alexandre Vicenzi bd1ac08c0b Accepting request 1174409 from home:bmwiedemann:branches:network:vpn
Enable Data-Channel-Offloading (DCO) for better performance (jsc#PED-8305)
  if libnl >= 3.4 is available

now recommends ovpn-dco kmp

still needs testing

OBS-URL: https://build.opensuse.org/request/show/1174409
OBS-URL: https://build.opensuse.org/package/show/network:vpn/openvpn?expand=0&rev=207
2024-06-14 08:55:43 +00:00

29 lines
821 B
Plaintext

Notes about the OpenVPN package
In a fresh installation, you will find an empty directory /etc/openvpn.
The directory is meant to contain *.conf files.
With openSUSE post-12.3 either all enabled instances are handled by
calling
'systemctl <start|stop|status> openvpn.target'
or each one tunnel/config separately using openvpn service template:
'systemctl <start|stop|status|enable|disbale> openvpn@<name>.service'
while <name> is the name of the configuration file /etc/openvpn/<name>.conf.
The OPENVPN_AUTOSTART sysconfig variable, which were specifying the
list of enabled configs is migrated to systemctl enable on update.
Alternatively, you can also use the rcopenvpn compatiblity wrapper:
rcopenvpn <start|stop|status>
or per config/tunnel:
rcopenvpn <start|stop|status|enable|disable> <name>