OpenVPN Solo4k

    Diese Seite verwendet Cookies. Durch die Nutzung unserer Seite erklären Sie sich damit einverstanden, dass wir Cookies setzen. Weitere Informationen

    • OpenVPN Solo4k

      Moin,

      habe ein Problem mit OpenVPN, leider wird openvpn nicht automatisch gestartet.

      Wenn ich über die vu+ gehe, openvpn for st starte- ist das output successfully, jedoch der status zeigt mir openvpn is not running.
      auch nach einem Neustart passiert nichts, dann irgendwann man nach vielen neuestarts klappt es dann doch endlich ...

      was mich wundert ist, das ich über telnet open vpn starten kann
      openvpn --config /etc/openvpn/openvpnvti.conf
      aber der task sich nicht schliesst ... meine das der cursor nicht zurück kommt.

      über eine 2te session sehe ich das der task aber ohne probleme läuft.

      openvpnvti.conf
      Spoiler anzeigen

      client
      dev tun
      proto udp
      remote no.hide.me 4000
      cipher AES-256-CBC
      auth SHA256
      resolv-retry infinite
      nobind
      persist-key
      persist-tun
      mute-replay-warnings
      verb 3
      auth-user-pass hide.login
      reneg-sec 0
      remote-cert-tls server
      verify-x509-name "*.hide.me" name
      tls-version-min 1.2
      key-direction 0

      log /etc/openvpn/LOG.txt

      <ca>
      -----BEGIN CERTIFICATE-----
      xxxxxx
      -----END CERTIFICATE-----
      </ca>


      Log
      Spoiler anzeigen

      Mon Jun 18 08:55:01 2018 OpenVPN 2.3.6 arm-oe-linux-gnueabi [SSL (OpenSSL)] [LZO] [EPOLL] [MH] [IPv6] built on Mar 2 2018
      Mon Jun 18 08:55:01 2018 library versions: OpenSSL 1.0.2a 19 Mar 2015, LZO 2.09
      Mon Jun 18 08:55:01 2018 WARNING: file 'hide.login' is group or others accessible
      Mon Jun 18 08:55:01 2018 Control Channel Authentication: tls-auth using INLINE static key file
      Mon Jun 18 08:55:01 2018 Outgoing Control Channel Authentication: Using 256 bit message hash 'SHA256' for HMAC authentication
      Mon Jun 18 08:55:01 2018 Incoming Control Channel Authentication: Using 256 bit message hash 'SHA256' for HMAC authentication
      Mon Jun 18 08:55:01 2018 Socket Buffers: R=[163840->131072] S=[163840->131072]
      Mon Jun 18 08:55:01 2018 UDPv4 link local: [undef]
      Mon Jun 18 08:55:01 2018 UDPv4 link remote: [AF_INET]169.51.70.218:4000
      Mon Jun 18 08:55:01 2018 TLS: Initial packet from [AF_INET]169.51.70.218:4000, sid=62ee1cf9 42ea7fbb
      Mon Jun 18 08:55:01 2018 WARNING: this configuration may cache passwords in memory -- use the auth-nocache option to prevent this
      Mon Jun 18 08:55:01 2018 VERIFY OK: depth=2, C=MY, ST=Wilayah Persekutuan, L=Labuan, O=eVenture Limited, OU=Certificate Authority, CN=Hide.Me Root CA
      Mon Jun 18 08:55:01 2018 VERIFY OK: depth=1, C=MY, ST=Wilayah Persekutuan, L=Labuan, O=eVenture Limited, OU=Certificate Authority, CN=Hide.Me Server CA #1
      Mon Jun 18 08:55:01 2018 Validating certificate key usage
      Mon Jun 18 08:55:01 2018 ++ Certificate has key usage 00a0, expects 00a0
      Mon Jun 18 08:55:01 2018 VERIFY KU OK
      Mon Jun 18 08:55:01 2018 Validating certificate extended key usage
      Mon Jun 18 08:55:01 2018 ++ Certificate has EKU (str) TLS Web Server Authentication, expects TLS Web Server Authentication
      Mon Jun 18 08:55:01 2018 VERIFY EKU OK
      Mon Jun 18 08:55:01 2018 VERIFY X509NAME OK: C=MY, ST=Wilayah Persekutuan, L=Labuan, O=eVenture Limited, OU=Certificate Authority, CN=*.hide.me
      Mon Jun 18 08:55:01 2018 VERIFY OK: depth=0, C=MY, ST=Wilayah Persekutuan, L=Labuan, O=eVenture Limited, OU=Certificate Authority, CN=*.hide.me
      Mon Jun 18 08:55:02 2018 Data Channel Encrypt: Cipher 'AES-256-CBC' initialized with 256 bit key
      Mon Jun 18 08:55:02 2018 Data Channel Encrypt: Using 256 bit message hash 'SHA256' for HMAC authentication
      Mon Jun 18 08:55:02 2018 Data Channel Decrypt: Cipher 'AES-256-CBC' initialized with 256 bit key
      Mon Jun 18 08:55:02 2018 Data Channel Decrypt: Using 256 bit message hash 'SHA256' for HMAC authentication
      Mon Jun 18 08:55:02 2018 Control Channel: TLSv1.2, cipher TLSv1/SSLv3 DHE-RSA-AES256-GCM-SHA384, 8192 bit RSA
      Mon Jun 18 08:55:02 2018 [*.hide.me] Peer Connection Initiated with [AF_INET]169.51.70.218:4000
      Mon Jun 18 08:55:04 2018 SENT CONTROL [*.hide.me]: 'PUSH_REQUEST' (status=1)
      Mon Jun 18 08:55:04 2018 PUSH: Received control message: 'PUSH_REPLY,dhcp-option DNS 169.51.70.217,dhcp-option DNS 169.51.70.219,topology subnet,ping 5,ping-restart 15,explicit-exit-notify,sndbuf 8388608,rcvbuf 8388608,route-gateway 10.3.225.254,redirect-gateway,dhcp-renew,dhcp-release,register-dns,block-outside-dns,client-nat dnat 10.3.225.254 255.255.255.255 10.255.255.254,ifconfig 10.3.225.43 255.255.255.0'
      Mon Jun 18 08:55:04 2018 Options error: Unrecognized option or missing parameter(s) in [PUSH-OPTIONS]:11: dhcp-renew (2.3.6)
      Mon Jun 18 08:55:04 2018 Options error: Unrecognized option or missing parameter(s) in [PUSH-OPTIONS]:12: dhcp-release (2.3.6)
      Mon Jun 18 08:55:04 2018 Options error: Unrecognized option or missing parameter(s) in [PUSH-OPTIONS]:13: register-dns (2.3.6)
      Mon Jun 18 08:55:04 2018 Options error: Unrecognized option or missing parameter(s) in [PUSH-OPTIONS]:14: block-outside-dns (2.3.6)
      Mon Jun 18 08:55:04 2018 OPTIONS IMPORT: timers and/or timeouts modified
      Mon Jun 18 08:55:04 2018 OPTIONS IMPORT: explicit notify parm(s) modified
      Mon Jun 18 08:55:04 2018 OPTIONS IMPORT: --sndbuf/--rcvbuf options modified
      Mon Jun 18 08:55:04 2018 Socket Buffers: R=[131072->131072] S=[131072->131072]
      Mon Jun 18 08:55:04 2018 OPTIONS IMPORT: --ifconfig/up options modified
      Mon Jun 18 08:55:04 2018 OPTIONS IMPORT: route options modified
      Mon Jun 18 08:55:04 2018 OPTIONS IMPORT: route-related options modified
      Mon Jun 18 08:55:04 2018 OPTIONS IMPORT: --ip-win32 and/or --dhcp-option options modified
      Mon Jun 18 08:55:04 2018 ROUTE_GATEWAY 192.168.178.1/255.255.255.0 IFACE=eth0 HWADDR=00:1d:ec:0a:c6:9a
      Mon Jun 18 08:55:04 2018 TUN/TAP device tun0 opened
      Mon Jun 18 08:55:04 2018 TUN/TAP TX queue length set to 100
      Mon Jun 18 08:55:04 2018 do_ifconfig, tt->ipv6=0, tt->did_ifconfig_ipv6_setup=0
      Mon Jun 18 08:55:04 2018 /sbin/ip link set dev tun0 up mtu 1500
      Mon Jun 18 08:55:04 2018 /sbin/ip addr add dev tun0 10.3.225.43/24 broadcast 10.3.225.255
      Mon Jun 18 08:55:04 2018 /sbin/ip route add 169.51.70.218/32 via 192.168.178.1
      Mon Jun 18 08:55:04 2018 /sbin/ip route del 0.0.0.0/0
      Mon Jun 18 08:55:04 2018 /sbin/ip route add 0.0.0.0/0 via 10.3.225.254
      Mon Jun 18 08:55:04 2018 Initialization Sequence Completed