Hi Hall,
I’d like to configure my router(rb1200 on ROS 5.13) for VPN gateway for clients RoadWarrior (TheGreenBow).
Have you an example configuration for my rb1200?
Thank you in advance for your answers
Hi Hall,
I’d like to configure my router(rb1200 on ROS 5.13) for VPN gateway for clients RoadWarrior (TheGreenBow).
Have you an example configuration for my rb1200?
Thank you in advance for your answers
Hi,
My config work find but I’d like use login/password authentification for my client.
my config:
[admin@MikroTik] > ip ipsec export compact
# mar/06/2012 11:50:20 by RouterOS 5.13
#
/ip ipsec proposal
set [ find default=yes ] auth-algorithms=md5 enc-algorithms=aes-128 lifetime=1h
/ip ipsec peer
add dpd-interval=disable-dpd dpd-maximum-failures=1 enc-algorithm=aes-128 \
generate-policy=yes lifetime=4h
add disabled=yes generate-policy=yes hash-algorithm=sha1
Have you an idea?
Thank!
We use OpenVPN http://wiki.mikrotik.com/wiki/OpenVPN which works very well on the Mikrotik. This will give you more reliable access when connecting from remote locations that block IPSEC or are double NAT’d. The tutorial on the link pasted above was pretty easy to follow (once you get the hang of generating your certs). The rest of the info you need will be on OpenVPNs site. Good luck!
Hi Dannas,
I finally used SSTP… OpenVPN with login/password dosn’t work for me.
SSTP is very easy and funny solution!