I need to connect to a remote network where a fortigate device is installed.
I would like to use my mikrotik router to connect to the fortigate device using an ssl-vpn connection.
I am not the administrator of the fortigate device, so I will need to get the assistance of the administrator on the remote side to assist
What would I use with the mikrotik router?
What settings would I need to get from the fortigate device to correspond to the mikrotik settings
I tried using SSTP, but I get an error... "terminating... - broken http connection"
Code: Select all
0 X name="SSTP Connection" max-mtu=1500 max-mru=1500 mrru=disabled connect-to=x.x.x.x:10443
http-proxy=0.0.0.0:443 certificate=none verify-server-certificate=no
verify-server-address-from-certificate=yes user="y" password="z" profile=default-encryption
keepalive-timeout=60 add-default-route=no dial-on-demand=no authentication=pap,chap,mschap1,mschap2
Thanks