Hi,
I have a problem with vpn connection (L2TP/Ipsec).
I establish vpn connection and is all about. How do I connect the second user disconnects the first and after a while the second user
My hardware is:
RB951G-2HnD
RouterOS v.6.37.3
My configuration:
[admin@MikroTik] > ip address print
Flags: X - disabled, I - invalid, D - dynamic
ADDRESS NETWORK INTERFACE
0 192.168.254.1/24 192.168.254.0 bridge1
1 192.168.100.1/30 192.168.100.0 ether5
2 D 88.156.242.147/22 88.156.240.0 ether1
bridge1 (wifi,lan)
ether1 - WAN
ether5 - DMZ
[admin@MikroTik] > ip pool print
NAME RANGES
0 dhcp_pool1 192.168.254.2-192.168.254.254
1 POOL-VPN 10.10.10.2-10.10.10.100
[admin@MikroTik] > ppp profile print
Flags: * - default
0 * name=“default” use-mpls=default use-compression=default use-encryption=default only-one=default change-tcp-mss=yes use-upnp=default address-list=“” on-up=“” on-down=“”
1 name=“Profile-VPN” local-address=10.10.10.1 remote-address=POOL-VPN use-mpls=default use-compression=default use-encryption=yes only-one=default change-tcp-mss=default use-upnp=default address-list=“” on-up=“” on-down=“”
2 * name=“default-encryption” use-mpls=default use-compression=default use-encryption=yes only-one=default change-tcp-mss=yes use-upnp=default address-list=“” on-up=“” on-down=“”
[admin@MikroTik] > ppp secret print
Flags: X - disabled
NAME SERVICE CALLER-ID PASSWORD PROFILE REMOTE-ADDRESS
0 user1 any pass1 Profile-VPN
1 user2 any pass2 Profile-VPN
[admin@MikroTik] /ip ipsec peer> print
Flags: X - disabled, D - dynamic
0 address=0.0.0.0/0 local-address=:: passive=no port=500 auth-method=pre-shared-key secret=“password” generate-policy=port-override policy-template-group=default exchange-mode=main-l2tp
send-initial-contact=yes nat-traversal=no hash-algorithm=sha1 enc-algorithm=aes-128,3des dh-group=modp1024 lifetime=1d dpd-interval=2m dpd-maximum-failures=5
[admin@MikroTik] /ip ipsec> proposal print
Flags: X - disabled, * - default
0 * name=“default” auth-algorithms=sha1 enc-algorithms=aes-128-cbc lifetime=30m pfs-group=modp1024
[admin@MikroTik] > interface l2tp-server server print
enabled: yes
max-mtu: 1450
max-mru: 1450
mrru: disabled
authentication: mschap1,mschap2
keepalive-timeout: disabled
max-sessions: unlimited
default-profile: Profile-VPN
use-ipsec: no
ipsec-secret:
allow-fast-path: no