Template:Networking rutos configuration example l2tp over ipsec android: Difference between revisions
Template:Networking rutos configuration example l2tp over ipsec android (view source)
Revision as of 09:15, 2 July 2020
, 2 July 2020no edit summary
No edit summary |
|||
(57 intermediate revisions by the same user not shown) | |||
Line 3: | Line 3: | ||
<th width=325; style="border-bottom: 1px solid white;></th> | <th width=325; style="border-bottom: 1px solid white;></th> | ||
<th width=820; style="border-bottom: 1px solid white;" rowspan=2;> | <th width=820; style="border-bottom: 1px solid white;" rowspan=2;> | ||
[[File: | [[File:Networking_rutos_configuration_example_l2tp_over_ipsec_android_topology_v1.png|border|class=tlt-border|750px|right]]</th> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
Line 21: | Line 21: | ||
* At least one Android device | * At least one Android device | ||
The topology above depicts the L2TP/IPsec scheme. | The topology above depicts the L2TP/IPsec scheme. The router with the Public IP address ('''RUTX''') acts as the '''L2TP/IPsec server''' and the '''Android device''' acts as '''client'''. L2TP connects the networks of '''RUTX''' and '''Android client''', IPsec provides the encryption for the L2TP tunnel. Created VPN tunnel will allow Android device to reach home network behind the RUTX router, but the rest of Android device network traffic will not be redirected through VPN. This way the VPN tunnel will not be under a huge load and will provide greater speeds. | ||
When the scheme is realized, you will be able to | When the scheme is realized, you will be able to log on to your home network from anywhere - work, hotel, car. You will have access to all of your home resources, and your data will still be secure, even if you will be using public WiFi. | ||
==Configuring home router (RUTX)== | ==Configuring home router (RUTX)== | ||
Line 32: | Line 32: | ||
<tr> | <tr> | ||
<th width=355; style="border-bottom: 1px solid white;></th> | <th width=355; style="border-bottom: 1px solid white;></th> | ||
<th width=790; style="border-bottom: 1px solid white;" rowspan=2> [[File: | <th width=790; style="border-bottom: 1px solid white;" rowspan=2> | ||
[[File:Networking_rutos_configuration_example_l2tp_over_ipsec_android_1_v1.png|770px|right]]</th> | |||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td style="border-bottom: 1px solid white;> | <td style="border-bottom: 1px solid white;> | ||
Login to the router's WebUI | Login to the router's WebUI, navigate to the '''Services → VPN → L2TP''' page and do the following: | ||
<ol> | <ol> | ||
<li>Enter a '''custom configuration name'''.</li> | |||
<li>Select '''Role: Server'''.</li> | <li>Select '''Role: Server'''.</li> | ||
<li>Click the '''Add''' button.</li> | <li>Click the '''Add''' button.</li> | ||
<li>Click the '''Edit''' button next to the newly created L2TP instance.</li> | <li>Click the '''Edit''' button next to the newly created L2TP instance.</li> | ||
Line 52: | Line 53: | ||
<tr> | <tr> | ||
<th width=355; style="border-bottom: 1px solid white;></th> | <th width=355; style="border-bottom: 1px solid white;></th> | ||
<th width=790; style="border-bottom: 1px solid white;" rowspan=2>[[File: | <th width=790; style="border-bottom: 1px solid white;" rowspan=2> | ||
[[File:Networking_rutos_configuration_example_l2tp_over_ipsec_android_2_v1.png|770px|right]]</th> | |||
</tr> | </tr> | ||
<tr> | <tr> | ||
Line 58: | Line 60: | ||
<ol> | <ol> | ||
<li>'''Enable''' the L2TP instance.</li> | <li>'''Enable''' the L2TP instance.</li> | ||
<li>Enter a ''' | <li>Enter a '''Username''' and '''Password''' which later will be used for client authentication.</li> | ||
<li> | <li>Optionally, set a fixed IP for this client (if left empty, client will receive first free IP from the IP range).</li> | ||
<li>Don't forget to '''Save''' the changes.</li> | <li>Don't forget to '''Save''' the changes.</li> | ||
</ol> | </ol> | ||
Line 72: | Line 74: | ||
<tr> | <tr> | ||
<th width=355; style="border-bottom: 1px solid white;></th> | <th width=355; style="border-bottom: 1px solid white;></th> | ||
<th width=790; style="border-bottom: 1px solid white;" rowspan=2>[[File: | <th width=790; style="border-bottom: 1px solid white;" rowspan=2> | ||
[[File:Networking_rutos_configuration_example_l2tp_over_ipsec_android_3_v1.png|770px|right]]</th> | |||
</tr> | </tr> | ||
<tr> | <tr> | ||
Line 78: | Line 81: | ||
Go to the '''Services → VPN → IPsec''' page and do the following: | Go to the '''Services → VPN → IPsec''' page and do the following: | ||
<ol> | <ol> | ||
<li>Enter a custom | <li>Enter a custom '''Name''' for the IPsec instance.</li> | ||
<li>Click the '''Add''' button.</li> | <li>Click the '''Add''' button.</li> | ||
<li>Click the '''Edit''' button next to the newly created instance.</li> | <li>Click the '''Edit''' button next to the newly created instance.</li> | ||
Line 91: | Line 94: | ||
<tr> | <tr> | ||
<th width=355; style="border-bottom: 1px solid white;></th> | <th width=355; style="border-bottom: 1px solid white;></th> | ||
<th width=790; style="border-bottom: 1px solid white;" rowspan=2>[[File: | <th width=790; style="border-bottom: 1px solid white;" rowspan=2> | ||
[[File:Networking_rutos_configuration_example_l2tp_over_ipsec_android_4_v1.png|770px|right]]</th> | |||
</tr> | </tr> | ||
<tr> | <tr> | ||
Line 100: | Line 104: | ||
<li>Enter your '''Pre-shared key'''.</li> | <li>Enter your '''Pre-shared key'''.</li> | ||
<li>Select '''Type: Transport'''.</li> | <li>Select '''Type: Transport'''.</li> | ||
<li>Set '''DH group''' to '''MODP1024'''.</li> | |||
<li>Go to '''Phase 2''' settings and also set '''DH group''' to '''MODP1024'''.</li> | |||
<li>'''Save''' changes.</li> | <li>'''Save''' changes.</li> | ||
</ol> | </ol> | ||
Line 106: | Line 112: | ||
</table> | </table> | ||
== | ===Firewall=== | ||
---- | |||
<table class="nd-othertables_2"> | <table class="nd-othertables_2"> | ||
<tr> | <tr> | ||
<th width= | <th width=355; style="border-bottom: 1px solid white;></th> | ||
<th width= | <th width=790; style="border-bottom: 1px solid white;" rowspan=2> | ||
[[File:Networking_rutos_configuration_example_l2tp_over_ipsec_android_11_v1.png|770px|right]]</th> | |||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td style="border-bottom: 1px solid white> | <td style="border-bottom: 1px solid white> | ||
Now go to the '''Network → Firewall → General Settings''' page and press '''Edit''' button next to the L2TP forward rule: | |||
</td> | </td> | ||
</tr> | </tr> | ||
Line 124: | Line 132: | ||
<table class="nd-othertables_2"> | <table class="nd-othertables_2"> | ||
<tr> | <tr> | ||
<th width= | <th width=355; style="border-bottom: 1px solid white;></th> | ||
<th width= | <th width=790; style="border-bottom: 1px solid white;" rowspan=2> | ||
[[File:Networking_rutos_configuration_example_l2tp_over_ipsec_android_12_v1.png|770px|right]]</th> | |||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td style="border-bottom: 1px solid white> | <td style="border-bottom: 1px solid white> | ||
<ol> | |||
<li>Set '''Forward: accept'''.</li> | |||
<li>Select '''Covered networks: LAN'''.</li> | |||
<li>'''Save''' changes.</li> | |||
</ol> | |||
</td> | </td> | ||
</tr> | </tr> | ||
</table> | </table> | ||
==Android phone== | |||
<table class="nd-othertables_2"> | <table class="nd-othertables_2"> | ||
<tr> | <tr> | ||
<th width=525; style="border-bottom: 1px solid white;"></th> | <th width=525; style="border-bottom: 1px solid white;"></th> | ||
<th width=620; style="border-bottom: 1px solid white;" rowspan=2>[[File: | <th width=620; style="border-bottom: 1px solid white;" rowspan=2> | ||
[[File:Networking_rutos_configuration_example_l2tp_over_ipsec_android_5_v2.png|border|class=tlt-border|300px|center]]</th> | |||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td style="border-bottom: 1px solid white> | <td style="border-bottom: 1px solid white> | ||
Go to your Android device '''VPN settings''' and create a new VPN network: | |||
</td> | </td> | ||
</tr> | </tr> | ||
Line 163: | Line 167: | ||
<tr> | <tr> | ||
<th width=525; style="border-bottom: 1px solid white;"></th> | <th width=525; style="border-bottom: 1px solid white;"></th> | ||
<th width=620; style="border-bottom: 1px solid white;" rowspan=2>[[File: | <th width=620; style="border-bottom: 1px solid white;" rowspan=2> | ||
[[File:Networking_rutos_configuration_example_l2tp_over_ipsec_android_6_v3.png|border|class=tlt-border|300px|center]]</th> | |||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td style="border-bottom: 1px solid white> | <td style="border-bottom: 1px solid white> | ||
Type ''' | Apply the following configuration: | ||
<ol> | |||
<li>Select '''Type: L2TP/IPsec PSK'''.</li> | |||
<li>Enter the router's WAN IP address into the '''Server''' field.</li> | |||
<li>Enter the '''Pre-shared key''' exactly as it was specified in the router's IPsec settings.</li> | |||
<li>Press '''Show advanced options'''</li> | |||
</ol> | |||
</td> | </td> | ||
</tr> | </tr> | ||
Line 177: | Line 188: | ||
<tr> | <tr> | ||
<th width=525; style="border-bottom: 1px solid white;"></th> | <th width=525; style="border-bottom: 1px solid white;"></th> | ||
<th width=620; style="border-bottom: 1px solid white;" rowspan=2>[[File: | <th width=620; style="border-bottom: 1px solid white;" rowspan=2> | ||
[[File:Networking_rutos_configuration_example_l2tp_over_ipsec_android_7_v3.png|border|class=tlt-border|300px|center]]</th> | |||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td style="border-bottom: 1px solid white> | <td style="border-bottom: 1px solid white> | ||
<ol> | |||
<li>Write the '''DNS servers''' you are planning to use (in this example we used google DNS servers).</li> | |||
<li>Add '''Forwarding routes''' (RUTX LAN network).</li> | |||
<li>'''Save''' settings.</li> | |||
</ol> | |||
</td> | </td> | ||
</tr> | </tr> | ||
Line 191: | Line 207: | ||
<tr> | <tr> | ||
<th width=525; style="border-bottom: 1px solid white;"></th> | <th width=525; style="border-bottom: 1px solid white;"></th> | ||
<th width=620; style="border-bottom: 1px solid white;" rowspan=2>[[File: | <th width=620; style="border-bottom: 1px solid white;" rowspan=2> | ||
[[File:Networking_rutos_configuration_example_l2tp_over_ipsec_android_8_v2.png|border|class=tlt-border|300px|center]]</th> | |||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td style="border-bottom: 1px solid white> | <td style="border-bottom: 1px solid white> | ||
Now open your newly created VPN instance and connect to it: | |||
<ol> | |||
<li>Write the '''Username''' you created in router's L2TP settings.</li> | |||
<li>Write the '''Password''' you created in router's L2TP settings.</li> | |||
<li>Press '''Connect'''.</li> | |||
</ol> | |||
</td> | </td> | ||
</tr> | </tr> | ||
Line 205: | Line 227: | ||
<tr> | <tr> | ||
<th width=525; style="border-bottom: 1px solid white;"></th> | <th width=525; style="border-bottom: 1px solid white;"></th> | ||
<th width=620; style="border-bottom: 1px solid white;" rowspan=2>[[File: | <th width=620; style="border-bottom: 1px solid white;" rowspan=2> | ||
[[File:Networking_rutos_configuration_example_l2tp_over_ipsec_android_9_v2.png|border|class=tlt-border|300px|center]]</th> | |||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td style="border-bottom: 1px solid white> | <td style="border-bottom: 1px solid white> | ||
If you applied the configuration correctly, after a moment it should indicate '''Connected''': | |||
</td> | </td> | ||
</tr> | </tr> | ||
</table> | </table> | ||
==Results== | |||
<table class="nd-othertables_2"> | <table class="nd-othertables_2"> | ||
<tr> | <tr> | ||
<th width=525; style="border-bottom: 1px solid white; | <th width=525; style="border-bottom: 1px solid white;></th> | ||
<th width=620; style="border-bottom: 1px solid white;" rowspan=2>[[File: | <th width=620; style="border-bottom: 1px solid white;" rowspan=2>[[File:Networking_rutos_configuration_example_l2tp_over_ipsec_android_10_v1.png|border|class=tlt-border|300px|center]]</th> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td style="border-bottom: 1px solid white> | <td style="border-bottom: 1px solid white> | ||
Now | Now you should be able to access your home network resources. | ||
To verify the connection you can try accessing your router's WebUI without being connected to it in any way. If you are able to do that, you have successfully connected to your home network. | |||
</td> | </td> | ||
</tr> | </tr> | ||
Line 230: | Line 255: | ||
---- | ---- | ||
'''Disclaimer:''' | |||
This configuration example was created by using Android version 10. The IPsec '''Phase 1''' and '''Phase 2''' settings, which were used in this configuration example, might not work with other Android versions and might require adjustment. | |||