Доброго времени суток.
Помогите пожалуйста разобраться с NetworkManaget, никак не хочет соединяться по OpenVPN. Если я соединяюсь командой:
# openvpn client.conf
Содержимое client.conf:
client
dev tap
proto udp
remote xx.xx.xx.xx 1194
resolv-retry infinite
nobind
persist-key
persist-tun
ca ca.crt
cert client1.crt
key client1.key
remote-cert-tls server
tls-auth ta.key 1
cipher AES-256-CBC
verb 3
При этом в syslog валится:
Jan 30 14:23:41 rav-mini nm-openvpn[7771]: OpenVPN 2.4.0 x86_64-pc-linux-gnu [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [PKCS11] [MH/PKTINFO] [AEAD] built on Jul 18 2017
Jan 30 14:23:41 rav-mini nm-openvpn[7771]: library versions: OpenSSL 1.0.2l 25 May 2017, LZO 2.08
Jan 30 14:23:41 rav-mini nm-openvpn[7771]: WARNING: No server certificate verification method has been enabled. See http://openvpn.net/howto.html#mitm for more info.
Jan 30 14:23:41 rav-mini nm-openvpn[7771]: NOTE: the current --script-security setting may allow this configuration to call user-defined scripts
Jan 30 14:23:41 rav-mini nm-openvpn[7771]: TCP/UDP: Preserving recently used remote address: [AF_INET]xx.xx.xx.xx:1194
Jan 30 14:23:41 rav-mini nm-openvpn[7771]: UDP link local: (not bound)
Jan 30 14:23:41 rav-mini nm-openvpn[7771]: UDP link remote: [AF_INET]95.79.96.171:1194
Jan 30 14:23:41 rav-mini nm-openvpn[7771]: NOTE: chroot will be delayed because of --client, --pull, or --up-delay
Jan 30 14:23:41 rav-mini nm-openvpn[7771]: NOTE: UID/GID downgrade will be delayed because of --client, --pull, or --up-delay
Jan 30 14:24:41 rav-mini NetworkManager[553]: <warn> [1517311481.0608] vpn-connection[0x562935758640,43970ddf-5682-489d-8369-afc24682da6b,"home server openvpn",0]: VPN connection: connect timeout exceeded.
Jan 30 14:24:41 rav-mini nm-openvpn-serv[7768]: Connect timer expired, disconnecting.
Jan 30 14:24:41 rav-mini nm-openvpn[7771]: SIGTERM[hard,] received, process exiting
Jan 30 14:24:41 rav-mini NetworkManager[553]: <warn> [1517311481.0725] vpn-connection[0x562935758640,43970ddf-5682-489d-8369-afc24682da6b,"home server openvpn",0]: VPN plugin: failed: connect-failed (1)
Jan 30 14:24:41 rav-mini NetworkManager[553]: <info> [1517311481.0742] vpn-connection[0x562935758640,43970ddf-5682-489d-8369-afc24682da6b,"home server openvpn",0]: VPN plugin: state changed: stopping (5)
Jan 30 14:24:41 rav-mini NetworkManager[553]: <info> [1517311481.0758] vpn-connection[0x562935758640,43970ddf-5682-489d-8369-afc24682da6b,"home server openvpn",0]: VPN plugin: state changed: stopped (6)