I would like to get at VPN client able to connect to the Mikroitik Router.
I'm using securepoint SSL as VPN klient on the laptop.
What I would like is:
Getting a VPN that accesses the LAN network behind the Mikrotik.
I've followed this guide:
Create Certificate for creating Mikrotik Certificate
Then the RoadWarrior setup in the Wiki: RW Setup
(shouldn't there be any rules for this setup ??? )
Imported the certificate into my SecurepointSSL
But here I'm in doubt - which port would this connection coinnect to 500 udp ?
But I'm getting this in my logfile for the VPN client:
Code: Select all
Try to start OpenVPN connection XXXXXX C:/Users/pbjud/AppData/Roaming/Securepoint SSL VPN/config/XXXX
Mon Jul 11 07:44:44 2016 OpenVPN 2.3.11 x86_64-w64-mingw32 [SSL (OpenSSL)] [LZO] [PKCS11] [IPv6] built on May 10 2016
Mon Jul 11 07:44:44 2016 Windows version 6.2 (Windows 8 or greater) 64bit
Mon Jul 11 07:44:44 2016 library versions: OpenSSL 1.0.1t 3 May 2016, LZO 2.09
Mon Jul 11 07:44:49 2016 Socket Buffers: R=[65536->65536] S=[64512->64512]
Mon Jul 11 07:44:49 2016 UDPv4 link local: [undef]
Mon Jul 11 07:44:49 2016 UDPv4 link remote: [AF_INET]96.161.XX.XX:500
Mon Jul 11 07:45:49 2016 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity)
ERROR: TLS error! See log for details
Mon Jul 11 07:45:49 2016 TLS Error: TLS handshake failed
Mon Jul 11 07:45:49 2016 SIGUSR1[soft,tls-error] received, process restarting
Mon Jul 11 07:45:49 2016 Restart pause, 2 second(s)
Mon Jul 11 07:45:51 2016 Socket Buffers: R=[65536->65536] S=[64512->64512]
Mon Jul 11 07:45:51 2016 UDPv4 link local: [undef]
Mon Jul 11 07:45:51 2016 UDPv4 link remote: [AF_INET]96.161.XX.XX:500
Mon Jul 11 07:46:51 2016 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity)
ERROR: TLS error! See log for details
Mon Jul 11 07:46:51 2016 TLS Error: TLS handshake failed
Disconnected
Code: Select all
##############################################
###
### Configuration file created by Securepoint SSL VPN ma jul 11 2016 - 07:44:39
### Project website: http://sourceforge.net/projects/securepoint/
### Securepoint GmbH, Salzstrasse 1, Lueneburg, Germany; www.securepoint.de
###
### For further information about the configuration file,
### please visit: http://www.openvpn.net/index.php/open-source/documentation
###
##############################################
client
float
float
nobind
persist-key
persist-tun
auth-nocache
dev tun
tun-mtu 1500
remote 96.161.XX.XX 500
proto udp
ca "cert_export_MyCA.crt"
cert "cert_export_bdh.crt"
key "cert_export_bdh.key"
ns-cert-type server
mssfix
route-method exe
verb 3
route-delay 2
mute 20
2. should there be added som firewall rules for tyhis - since the Guide does not describes this
What am I missing - or is there any other roadwarrior VPN setup to Mikrotik thats easier?=
Thanks in advance
Per