Changes between Initial Version and Version 1 of Ticket #264, comment 6


Ignore:
Timestamp:
09/18/19 20:40:48 (5 years ago)
Author:
netravnen
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #264, comment 6

    initial v1  
    55
    66I prefer if the upper-limit is **increased** from {{{/124}}} to {{{/127}}}.
     7
     8
     9{{{
     10Sep 18 20:37:28 vm372 ovpn-tun0[17491]: Options error: ifconfig-ipv6: /netbits must be between 64 and 124, not '/127'
     11Sep 18 20:37:28 vm372 ovpn-tun0[17491]: Use --help for more information.
     12Sep 18 20:37:28 vm372 systemd[1]: openvpn@tun0.service: Main process exited, code=exited, status=1/FAILURE
     13-- Subject: Unit process exited
     14-- Defined-By: systemd
     15-- Support: https://www.debian.org/support
     16--
     17-- An ExecStart= process belonging to unit openvpn@tun0.service has exited.
     18}}}
     19
     20{{{
     21$ dpkg -s openvpn
     22Package: openvpn
     23Status: install ok installed
     24Priority: optional
     25Section: net
     26Installed-Size: 1140
     27Maintainer: Bernhard Schmidt <berni@debian.org>
     28Architecture: amd64
     29Version: 2.4.7-1
     30Depends: debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.15), liblz4-1 (>= 0.0~r130), liblzo2-2, libpam0g (>= 0.99.7.1), libpkcs11-helper1 (>= 1.11), libssl1.1 (>= 1.1.1), libsystemd0, iproute2, lsb-base (>= 3.0-6)
     31Recommends: easy-rsa
     32Suggests: openssl, resolvconf, openvpn-systemd-resolved
     33Conffiles:
     34 /etc/default/openvpn 3c4d9d1b3f89320396784cc21a142a22
     35 /etc/init.d/openvpn cf1bc30e71de3b3e4a2f05dc8bf095e4
     36 /etc/network/if-down.d/openvpn 33ce4a4608a2f2e129c1feb05daa2f97
     37 /etc/network/if-up.d/openvpn 5c1e39845a263f512b81ee62c1f37b92
     38 /etc/openvpn/update-resolv-conf b75b20ba3fd750b33e47dd81e2c427a8
     39Description: virtual private network daemon
     40 OpenVPN is an application to securely tunnel IP networks over a
     41 single UDP or TCP port. It can be used to access remote sites, make
     42 secure point-to-point connections, enhance wireless security, etc.
     43 .
     44 OpenVPN uses all of the encryption, authentication, and certification
     45 features provided by the OpenSSL library (any cipher, key size, or
     46 HMAC digest).
     47 .
     48 OpenVPN may use static, pre-shared keys or TLS-based dynamic key exchange. It
     49 also supports VPNs with dynamic endpoints (DHCP or dial-up clients), tunnels
     50 over NAT or connection-oriented stateful firewalls (such as Linux's iptables).
     51Homepage: https://openvpn.net/
     52}}}