Template:Netoworking rutx configuration example mikrotik l2tp ipsec: Difference between revisions
Template:Netoworking rutx configuration example mikrotik l2tp ipsec (view source)
Revision as of 10:18, 1 April 2020
, 1 April 2020no edit summary
No edit summary |
No edit summary |
||
(4 intermediate revisions by the same user not shown) | |||
Line 15: | Line 15: | ||
==Configuration scheme== | ==Configuration scheme== | ||
[[File: | [[File:Networking_rutx_configuration_example_l2tp_ipsec_mikrotik_topology_v1.png|border|class=tlt-border|1100x1100px]] | ||
==Mikrotik configuration== | ==Mikrotik configuration== | ||
Line 59: | Line 59: | ||
==RUT configuration== | ==RUT configuration== | ||
Access RUTXxx WebUI and go to '''Services > VPN > L2TP'''. There create a new configuration by selecting role '''Client'', writing '''New configuration name''' and pressing '''Add''' button. It should appear after a few seconds. Then press '''Edit'''. | Access RUTXxx WebUI and go to '''Services > VPN > L2TP'''. There create a new configuration by selecting role '''Client''', writing '''New configuration name''' and pressing '''Add''' button. It should appear after a few seconds. Then press '''Edit'''. | ||
[[File:Networking_rutx_configuration_example_l2tp_ipsec_mikrotik_3_v1.png|border|class=tlt-border|1100x1100px]] | [[File:Networking_rutx_configuration_example_l2tp_ipsec_mikrotik_3_v1.png|border|class=tlt-border|1100x1100px]] | ||
Line 71: | Line 71: | ||
# Write '''Username''' (write the username which you created with this command /ppp secret add name="username" password="password" service=l2tp profile=ipsec_vpn remote-address=192.168.102.2). | # Write '''Username''' (write the username which you created with this command /ppp secret add name="username" password="password" service=l2tp profile=ipsec_vpn remote-address=192.168.102.2). | ||
# Write '''Password''' (write the password which you created with this command /ppp secret add name="username" password="password" service=l2tp profile=ipsec_vpn remote-address=192.168.102.2). | # Write '''Password''' (write the password which you created with this command /ppp secret add name="username" password="password" service=l2tp profile=ipsec_vpn remote-address=192.168.102.2). | ||
# Press '''Save'''. | # Press '''Save & Apply'''. | ||
Now go to '''Services > VPN > IPsec'''. | Now go to '''Services > VPN > IPsec'''. | ||
Line 90: | Line 90: | ||
# Select '''Encryption algorithm, Authentication''' and '''DH group''' (sellect options that you set with command /ip ipsec proposal set default auth-algorithms=sha1 enc-algorithms=3des pfs-group=modp1024). | # Select '''Encryption algorithm, Authentication''' and '''DH group''' (sellect options that you set with command /ip ipsec proposal set default auth-algorithms=sha1 enc-algorithms=3des pfs-group=modp1024). | ||
# Set all of the settings in '''Phase 2''' to be exactly the same as in the '''Phase 1'''. | # Set all of the settings in '''Phase 2''' to be exactly the same as in the '''Phase 1'''. | ||
# Press '''Save'''. | # Press '''Save & Apply'''. | ||