Hello,
I’m trying by several days to make a working IPSec VPN connection for roadwarrior but for some reasons i cannot make it.
My Miktotik is behind the router of my ISP with a private IP address: below the scheme:
INTERNET->ISP Router->MikroTik->LAN->RW IPSEC
Could you please suggest me a working configuration? i tried to configure it using the script below:
/ip pool
add name=ipsec-RW ranges=10.0.10.10-10.0.10.50
/ip ipsec mode-config
add address-pool=ipsec-RW name=RW-cfg split-include=
LOCAL_SUBNET/24
/ip ipsec policy group
add name=tpg2rw
/ip ipsec policy
add dst-address=10.0.15.0 group=tpg2rw src-address=LOCAL_SUBNET/24
template=yes
/ip ipsec user
add name=USER_1 password=PASSWORD
add name=USER_2 password=PASSWORD
/ip ipsec peer
add auth-method=pre-shared-key-xauth generate-policy=port-strict mode-config=RW-cfg
policy-group=GROUP secret=PASSWORD passive=yes
Please, help me!!! ![]()
Thanks!
RIccardo