Community discussions

MikroTik App
 
tcp65
just joined
Topic Author
Posts: 1
Joined: Wed Feb 10, 2016 6:28 pm

VPN Server (pptp) and more then 1 vpn sessions

Wed Feb 10, 2016 6:45 pm

Hello.

Just turn on VPN server, add one user, and add firewall rule. Everything working fine.
But I have problem when more then one VPN session start via same username and password.
User establish VPN connection (no errors), but doesn't have access to local network, computers, printers.
I suspect, that this is due to the fact, that I input only one IP address in PPP->Secrets->User1->Remote Address and every new VPN session get same IP address.
 
some
just joined
Posts: 20
Joined: Tue Jan 12, 2016 2:30 pm

Re: VPN Server (pptp) and more then 1 vpn sessions

Fri Feb 12, 2016 4:55 pm

Yes, you have to créate a pool for the VPN Profile like:

/ip pool
add name="VPN Pool" ranges=192.168.150.2/31

/ppp profile
set *FFFFFFFE local-address=192.168.150.1 remote-address="VPN Pool"

To get acces from VPN to local LAN:

/ip firewall filter
add chain=forward connection-state=established,related
 
User avatar
BlackRat
Member Candidate
Member Candidate
Posts: 105
Joined: Sat Jul 21, 2012 8:37 am

Re: VPN Server (pptp) and more then 1 vpn sessions

Thu Mar 24, 2016 1:00 pm

Have the same troubles. I try to connect more than one pptp session to the MikroTik. The second VPN sessions stale on User login/password checking ant terminate with 806 error.
Try to investigate the reason. May be troubles are connected to the local firewall.

Who is online

Users browsing this forum: korpaczov and 30 guests