User:TomJepp/RouterOS L2TP: Difference between revisions
Appearance
Content deleted Content added
No edit summary |
No edit summary |
||
| Line 3: | Line 3: | ||
This is a simple starter config that you can use to connect straight away, or to build from if you need something more complex. |
This is a simple starter config that you can use to connect straight away, or to build from if you need something more complex. |
||
| ⚫ | This guide was written by the A&A community & was tested using RouterOS 7.16.1 on a [https://mikrotik.com/product/hap_ax2 hAP ax2], but it should also work well with other affordable Mikrotik routers - such as the [https://mikrotik.com/product/hap_ac2 hAP ac2], the [https://mikrotik.com/product/RB750Gr3 hEX], or the [https://mikrotik.com/product/hex_2024 hEX Refresh]. |
||
| ⚫ | |||
| ⚫ | |||
| ⚫ | |||
== TODO == |
== TODO == |
||
| Line 15: | Line 19: | ||
# Read the whole guide before you start. |
# Read the whole guide before you start. |
||
# Make sure |
# Make sure your router is running reasonably up to date RouterOS. |
||
| ⚫ | |||
# This guide assumes that ether1 is connected to your existing internet connection, and that DHCP will be used to get an IP address. Devices will be connected to ether2, ether3, ether4 and ether5, which we will bridge together. The PC being used for configuration should be connected to one of these four ports. |
# This guide assumes that ether1 is connected to your existing internet connection, and that DHCP will be used to get an IP address. Devices will be connected to ether2, ether3, ether4 and ether5, which we will bridge together. The PC being used for configuration should be connected to one of these four ports. |
||
# Make sure you know your account details provided by A&A for the L2TP connection. Check what IP addresses you've been assigned too. This guide will assume you have 1x IPv4 assigned (198.51.100.127) and a /48 IPv6 block (2001:8b0:db8::/48). |
# Make sure you know your account details provided by A&A for the L2TP connection. Check what IP addresses you've been assigned too. This guide will assume you have 1x IPv4 assigned (198.51.100.127) and a /48 IPv6 block (2001:8b0:db8::/48). |
||
| Line 22: | Line 25: | ||
# This guide assumes you start from a freshly factory reset router without any default configuration. |
# This guide assumes you start from a freshly factory reset router without any default configuration. |
||
# This guide will use WinBox to set up your router. You can grab the latest version from https://mikrotik.com/download and this guide was written & tested with v3.41. A config export is provided at the bottom for |
# This guide will use WinBox to set up your router. You can grab the latest version from https://mikrotik.com/download and this guide was written & tested with v3.41. A config export is provided at the bottom for |
||
# |
|||
| ⚫ | |||
== Getting started == |
== Getting started == |
||
If you're using a freshly reset router, the first thing you'll be prompted to do once you're connected to your router is to set a password. This is a very important step for security and you should not skip it! |
If you're using a freshly reset router, the first thing you'll be prompted to do once you're connected to your router is to set a password. This is a very important step for security and you should not skip it! |
||
You may also wish to set up a new admin user under '''System, Users'''. |
|||
== Network interface setup == |
== Network interface setup == |
||