Can somebody help me with VPN
my client config is:
client
dev tap
proto tcp
remote ip port
ca /etc/openvpn/ca.crt
cert /etc/openvpn/client.crt
key /etc/openvpn/client.key
resolv-retry infinite
nobind
persist-key
persist-tun
ns-cert-type server
comp-lzo
verb 3
after upload files i get:
OpenVPN config /hive-config/openvpn/client.conf
client.crt at /hive-config/openvpn/client3.crt
client.key at /hive-config/openvpn/client3.key
Waiting interface to come up... 1
Waiting interface to come up... 2
Waiting interface to come up... 3
Waiting interface to come up... 4
Waiting interface to come up... 5
Waiting interface to come up... 6
Waiting interface to come up... 7
Waiting interface to come up... 8
Waiting interface to come up... 9
Waiting interface to come up... 10
Waiting interface to come up... 11
Waiting interface to come up... 12
Waiting interface to come up... 13
Waiting interface to come up... 14
Waiting interface to come up... 15
192.168.1.238
when I'm trying to connect manually, it connects but there is no IP assignment
Wed Dec 20 10:06:14 2017 OpenVPN 2.3.10 x86_64-pc-linux-gnu [SSL (OpenSSL)] [LZO] [EPOLL] [PKCS11] [MH] [IPv6] built on Jun 22 2017
Wed Dec 20 10:06:14 2017 library versions: OpenSSL 1.0.2g 1 Mar 2016, LZO 2.08
Wed Dec 20 10:06:14 2017 WARNING: file '/etc/openvpn/client.key' is group or others accessible
Wed Dec 20 10:06:14 2017 Socket Buffers: R=[87380->87380] S=[16384->16384]
Wed Dec 20 10:06:14 2017 Attempting to establish TCP connection with [AF_INET][nonblock]
Wed Dec 20 10:06:15 2017 TCP connection established with [AF_INET]
Wed Dec 20 10:06:15 2017 TCPv4_CLIENT link local: [undef]
Wed Dec 20 10:06:15 2017 TCPv4_CLIENT link remote: [AF_INET]
Wed Dec 20 10:06:15 2017 TLS: Initial packet from [AF_INET] , sid=ce589c8f 7a86d6c6
Wed Dec 20 10:06:16 2017 Data Channel Encrypt: Cipher 'BF-CBC' initialized with 128 bit key
Wed Dec 20 10:06:16 2017 WARNING: this cipher's block size is less than 128 bit (64 bit). Consider using a --cipher with a larger block size.
Wed Dec 20 10:06:16 2017 Data Channel Encrypt: Using 160 bit message hash 'SHA1' for HMAC authentication
Wed Dec 20 10:06:16 2017 Data Channel Decrypt: Cipher 'BF-CBC' initialized with 128 bit key
Wed Dec 20 10:06:16 2017 WARNING: this cipher's block size is less than 128 bit (64 bit). Consider using a --cipher with a larger block size.
Wed Dec 20 10:06:16 2017 Data Channel Decrypt: Using 160 bit message hash 'SHA1' for HMAC authentication
Wed Dec 20 10:06:16 2017 Control Channel: TLSv1.2, cipher TLSv1/SSLv3 DHE-RSA-AES256-GCM-SHA384, 1024 bit RSA
Wed Dec 20 10:06:16 2017 [] Peer Connection Initiated with [AF_INET]
Wed Dec 20 10:06:18 2017 SENT CONTROL []: 'PUSH_REQUEST' (status=1)
Wed Dec 20 10:06:18 2017 PUSH: Received control message: 'PUSH_REPLY,route-gateway dhcp,ping 15,ping-restart 60'
Wed Dec 20 10:06:18 2017 OPTIONS IMPORT: timers and/or timeouts modified
Wed Dec 20 10:06:18 2017 OPTIONS IMPORT: route-related options modified
Wed Dec 20 10:06:18 2017 TUN/TAP device tap0 opened
Wed Dec 20 10:06:18 2017 TUN/TAP TX queue length set to 100
Wed Dec 20 10:06:18 2017 Initialization Sequence Completed
different OS clients connects without issues