Please help me connect Surfshark VPN. i was follow instruction (https://support.surfshark.com/hc/en-us/articles/360012906220-MikroTik-router-tutorial-with-IKEv2). but cant connect to vpn. Costumer support said all looks good and i should try the Forum.
ROuter config:
2024-01-30 21:57:23 by RouterOS 7.12.1
# software id = QRQ2-656B
#
# model = RB941-2nD
# serial number = A1C409EF342E
/interface bridge
add admin-mac=B8:69:F4:88:E1:01 auto-mac=no comment=defconf name=bridge
/interface wireless
set [ find default-name=wlan1 ] band=2ghz-b/g/n channel-width=20/40mhz-Ce \
disabled=no distance=indoors frequency=auto installation=indoor mode=\
ap-bridge ssid=FastsVpn wireless-protocol=802.11
/interface list
add comment=defconf name=WAN
add comment=defconf name=LAN
/interface wireless security-profiles
set [ find default=yes ] authentication-types=wpa-psk,wpa2-psk mode=\
dynamic-keys supplicant-identity=MikroTik
/ip ipsec mode-config
add name=FRBD responder=no src-address-list=local
/ip ipsec policy group
add name=FRBD
/ip ipsec profile
add dh-group=modp1024 enc-algorithm=aes-256,aes-192,aes-128,3des lifetime=8h \
name=cyberghost
add name=FRBD
/ip ipsec peer
add address=us-mia.prod.surfshark.com exchange-mode=ike2 name=FRBD profile=\
FRBD
/ip ipsec proposal
add name=FRBD pfs-group=none
/ip pool
add name=default-dhcp ranges=192.168.88.10-192.168.88.254
/ip dhcp-server
add address-pool=default-dhcp interface=bridge lease-time=10m name=defconf
#error exporting "/snmp/community" (timeout)
/interface bridge port
add bridge=bridge comment=defconf interface=ether2
add bridge=bridge comment=defconf interface=ether3
add bridge=bridge comment=defconf interface=ether4
add bridge=bridge comment=defconf interface=pwr-line1
add bridge=bridge comment=defconf interface=wlan1
/ip neighbor discovery-settings
set discover-interface-list=LAN
/interface list member
add comment=defconf interface=bridge list=LAN
add comment=defconf interface=ether1 list=WAN
/ip address
add address=192.168.88.1/24 comment=defconf interface=bridge network=\
192.168.88.0
/ip dhcp-client
add comment=defconf interface=ether1
/ip dhcp-server network
add address=192.168.88.0/24 comment=defconf dns-server=192.168.88.1 gateway=\
192.168.88.1
/ip dns
set allow-remote-requests=yes
/ip dns static
add address=192.168.88.1 comment=defconf name=router.lan
#interrupted
My steps:
/ip ipsec profile
add name=FRBD
/ip ipsec proposal
add name=FRBD pfs-group=none
/ip ipsec policy group
add name=FRBD
/ip ipsec policy
add dst-address=0.0.0.0/0 group=FRBD proposal=FRBD src-address=0.0.0.0/0 template=yes
/ip ipsec mode-config
add name=FRBD responder=no
/ip ipsec peer
add address=us-mia.prod.surfshark.com exchange-mode=ike2 name=FRBD profile=FRBD
/ip firewall address-list
add address=192.168.88.10 list=local
/ip firewall address-list
add address=192.168.88.254 list=local
/ip ipsec mode-config
set [ find name=FRBD ] src-address-list=local
certificate in a file like:
-----BEGIN CERTIFICATE-----
Ib3DQEB*** CERTIFICATE ***AGBTR2pXmj
-----END CERTIFICATE-----
In Active Peers it’s coming for 8 seconds and trying connecting again i believe. appears and disappears.

