OPEN VPN ON MIKROTIK and WINDOWS client

This forum is for general conversation and user-user networking.

Moderators: TinCanTech, TinCanTech, TinCanTech, TinCanTech, TinCanTech, TinCanTech

Post Reply
alofogk
OpenVpn Newbie
Posts: 1
Joined: Tue Dec 11, 2018 1:50 pm

OPEN VPN ON MIKROTIK and WINDOWS client

Post by alofogk » Tue Dec 11, 2018 2:25 pm

Hi all,

today i set openvpn onmikrotik RB1100 and install openvpn client to windows 10. But I can not connect. My log from client:

Tue Dec 11 14:27:35 2018 WARNING: --ns-cert-type is DEPRECATED. Use --remote-cert-tls instead.
Tue Dec 11 14:27:35 2018 TCP/UDP: Preserving recently used remote address: [AF_INET]x.x.x.x:1194
Tue Dec 11 14:27:35 2018 Socket Buffers: R=[65536->65536] S=[65536->65536]
Tue Dec 11 14:27:35 2018 Attempting to establish TCP connection with [AF_INET]x.x.x.x:1194 [nonblock]
Tue Dec 11 14:27:35 2018 MANAGEMENT: >STATE:1544534855,TCP_CONNECT,,,,,,
Tue Dec 11 14:27:36 2018 TCP connection established with [AF_INET]x.x.x.x:1194
Tue Dec 11 14:27:36 2018 TCP_CLIENT link local: (not bound)
Tue Dec 11 14:27:36 2018 TCP_CLIENT link remote: [AF_INET]x.x.x.x:1194
Tue Dec 11 14:27:36 2018 MANAGEMENT: >STATE:1544534856,WAIT,,,,,,
Tue Dec 11 14:27:36 2018 MANAGEMENT: >STATE:1544534856,AUTH,,,,,,
Tue Dec 11 14:27:36 2018 TLS: Initial packet from [AF_INET]x.x.x.x:1194, sid=bb8f3fa2 d6e22a90
Tue Dec 11 14:27:36 2018 VERIFY OK: depth=1, CN=CA
Tue Dec 11 14:27:36 2018 VERIFY OK: nsCertType=SERVER
Tue Dec 11 14:27:36 2018 VERIFY KU OK
Tue Dec 11 14:27:36 2018 Validating certificate extended key usage
Tue Dec 11 14:27:36 2018 ++ Certificate has EKU (str) TLS Web Server Authentication, expects TLS Web Server Authentication
Tue Dec 11 14:27:36 2018 VERIFY EKU OK
Tue Dec 11 14:27:36 2018 VERIFY OK: depth=0, CN=Server
Tue Dec 11 14:27:36 2018 Connection reset, restarting [0]
Tue Dec 11 14:27:36 2018 SIGUSR1[soft,connection-reset] received, process restarting
Tue Dec 11 14:27:36 2018 MANAGEMENT: >STATE:1544534856,RECONNECTING,connection-reset,,,,,
Tue Dec 11 14:27:36 2018 Restart pause, 20 second(s)

my client config:
client
dev tap
proto tcp
remote x.x.x.x 1194
resolv-retry infinite
nobind
persist-key
persist-tun
ca ca.crt
cert client1.crt
key client1.key
remote-cert-tls server
cipher AES-256-CBC
auth SHA1
auth-user-pass
# redirect-gateway def1
ns-cert-type server
verb 3

Could you Anybody help me?

Thenks alofogk

TinCanTech
OpenVPN Protagonist
Posts: 11137
Joined: Fri Jun 03, 2016 1:17 pm

Re: OPEN VPN ON MIKROTIK and WINDOWS client

Post by TinCanTech » Tue Dec 11, 2018 4:43 pm

See your server log.

Post Reply