Editing Template:Netoworking rutx configuration example mikrotik l2tp ipsec
Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 4: | Line 4: | ||
This article provides a guide on how to configure L2TP/IPsec tunnel between RUTXxx and Mikrotik routers. | This article provides a guide on how to configure L2TP/IPsec tunnel between RUTXxx and Mikrotik routers. | ||
+ | |||
+ | {{#ifeq:{{{series}}}|RUTX| | ||
+ | <span style="color: red;">The information in this page is updated in accordance with the <span style="color: #0054A6;"><b>[[Media:{{{fw_version}}}_single.bin|{{{fw_version}}}]]</b></span> firmware version.</span>| | ||
+ | }} | ||
==Prerequisites== | ==Prerequisites== | ||
Line 15: | Line 19: | ||
==Configuration scheme== | ==Configuration scheme== | ||
− | [[File: | + | [[File:Networking_rutxxx_configuration_example_l2tp_ipsec_mikrotik_topology_v1.png|border|class=tlt-border|1100x1100px]] |
==Mikrotik configuration== | ==Mikrotik configuration== | ||
Line 84: | Line 88: | ||
# '''Enable''' instance. | # '''Enable''' instance. | ||
+ | # Select '''Type''' (Transport). | ||
# Write '''Remote endpoint''' (MikroTik public IP address). | # Write '''Remote endpoint''' (MikroTik public IP address). | ||
− | + | # Select '''DH group''' (MODP1024) | |
− | |||
− | |||
− | # Select | ||
# 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'''. | ||
+ | # Write '''Pre-shared key''' (write the password which you created with this command /ip ipsec identity add generate-policy=port-override auth-method=pre-shared-key secret="password" peer=l2tpserver ). | ||
# Press '''Save & Apply'''. | # Press '''Save & Apply'''. | ||
− | |||
− | |||
==Testing configuration== | ==Testing configuration== |