Hi All,
I’m VERY new to Mikrotik.
I was looking for a new router to buy when upgrading my internet at home for a higher speed & needed better wifi.
After looking at all the consumer options, I decided to go with a hapac2!! (Just released recently).
OH BOY! was I miserable I did that.
For the first three weeks, I was using my crappy ISP router because of the hapac2 wifi didn’t work! → but that’s another story.
BTW thanks for fixing the wifi on 6v43.rc5 Guys!!!
So I setup a VPN on my windows10 Laptop following these instructions.
\
Execute the following command in Powershell:
Add-VpnConnection -Name “IKEv2” -ServerAddress “SERVER.HOSTNAME.COM” -TunnelType “Ikev2” -RememberCredential -AuthenticationMethod EAP -EncryptionLevel Maximum
Set-VpnConnectionIPsecConfiguration -ConnectionName “IKEv2” -AuthenticationTransformConstants GCMAES256 -CipherTransformConstants GCMAES256 -EncryptionMethod AES256 -IntegrityCheckMethod SHA256 -DHGroup ECP384 -PfsGroup ECP384 -Force
The VPN connects and works very well, very fast for around 60seconds to 2 mins.
and then windows reports there is No internet from my Ethernet/WIfi connection (Tried both)
and subsequently, my transfers stop and web browsers can no longer resolve any websites.
As if the router has kicked my connection off the internet!
I have tried this same VPN using my ISP’s router. And the connection DOES NOT DROP.
Could you tell me how to fix it? Sorry if it is a newbie question.
Again, thats an IKEv2 vpn from my computer I am not having the router directly connect to VPN!!!
thanks!~