Changes

no edit summary
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 84: Line 88:     
# '''Enable''' instance.
 
# '''Enable''' instance.
# Write '''Remote endpoint''' (MikroTik public IP address).
  −
# Sellect '''Authentication method''' (Pre-shared key)
  −
# 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).
   
# Select '''Type''' (Transport).
 
# Select '''Type''' (Transport).
# 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).
+
# Write '''Remote VPN endpoint''' (MikroTik public IP address).
 +
# Select '''DH 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'''.
 
+
# 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'''.
    
==Testing configuration==
 
==Testing configuration==

Navigation menu