
Maybe it is a good Idea here to enable DNS service on the router otherwise, our L2TP client will not be able to access DNS server 10.1.101.1, and they can not open any website. > ppp profile set default-encryption local-address = 10.1.101.1 remote-address = L2TP dns-server = 10.1.101.1, 8.8.8.8 bridge = local Let's take a look at Default Profile - Default-Encryption and make some changes there.Ĭomand for this in MikroTik Router OS terminal:

> interface l2tp-server server set enabled = yes default-profile = default-encryption use-ipsec = yes ipsec-secret = bgocloud authentication = chap, mschap1, mschap2, pap

The command for this in MikroTik Router OS Terminal is: It is crucial to enable IPsec and set IPsec Secret! I choose from our local IP address network.įirst of all, we have to еnable the L2TP server. The easiest way to do this is with this command in MikroTik Router Os Terminal. It is a good idea to add IP Pool from where our L2TP customers will receive their IP addresses. Now we have our Mikrotik Router with Public IP address and Private One. > ip address add address = 10.1.101.1 / 24 interface = local It can be done easily with this command in MikroTik OS terminal: If you have your IP address configured, you can skip these steps. You can use the IP address from your network topology. We are looking from the first pictures, and the IP address will be: 10.1.101.1 with netmask 255.255.255.0 (10.1.101.1/24) and place it on the "local" interface. Now it is time to set an IP address for our Local network. We can see the result in the Interfaces tab Or you can make it from Web interface or Winbox: You can add fast and easy the new bridge with this command in Router OS terminal: It is not mandatory to do this if you already have configured network topologies.

Maybe you already have some bridge and local IP address. In our case, I will add a bridge interface to our router and name it "local." The router will be restarted automatically.Īfter the restart, you have to login again and press the WebFig button. This option will download the latest version of Router OS and install it. When you click Check for Update, if your router OS is not latest version, you can choose Download and Install option. From left-side menu we choose: System -> Packages -> Press Check for Update
