Is there a way to connect with IPSEC mobile users. Basically give them a piece of software and login credentials with the IP address of the unit, and they can connect remotely. I have done the site to site, but I would now like to do mobile users.
I would like it to act the same way as the Cisco easy VPN concentrator or the Cisco asa5505 where users can have a laptop running win 7 connect to the VPN from anywhere using IPSec and then tunnel only networks in the tunnel list. Is this possible?
What VPN client would be used on the client machine? I don’t see one on mikroriks website? Is there a tutorial anywhere? Also this must be done a little differently than the site to site beacuse there I had to specify a source and destination ip which would not be done in this case.
The only example I see is site to site which I have successful done. I just don’t get what is out in when it asks for the remote up address and also where to define to the pool of ips that are assigned to the clients.
Hi I am also doing the same and managed to get this working with static IP addresses on the client.
However, in some cases the remote end will be on a network with dynamically assigned address and the above will not work.
I can see the reply:
“If client address is unknown then set 0.0.0.0/0 as peers address and generate-policy=yes.
See following example http://wiki.mikrotik.com/wiki/MikroTik_ … IPSec/L2TP”
I have a couple of questions:
Where do the remote IP addresses get assigned from?
If we want to give multiple PSK, how can we identify multiple clients if they are all set with the network ID 0.0.0.0/0?
How can we restrict certain traffic types (FTP, SSH for example) to and from the mobile peer?
This works great with one exception…I dont want to route ALL of their traffic (ie: i dont want them to access the internet through my Mtik) I just want to grant them access to specific Internal resources…
It is clients responsibility to decide which traffic to route over the tunnel. Server can pass split nets if ike1/mode-conf is used or use traffic selectors if ike2 is used (examples for both are in the manual), however many client software may not accept multiple splitnets and still route everything over the tunnel.