{"id":9670,"date":"2022-09-09T10:53:02","date_gmt":"2022-09-09T08:53:02","guid":{"rendered":"https:\/\/knowal.sfida.me\/pppoe-server-configuration-in-mikrotik-router\/"},"modified":"2022-09-09T11:21:25","modified_gmt":"2022-09-09T09:21:25","slug":"pppoe-server-configuration-in-mikrotik-router","status":"publish","type":"post","link":"https:\/\/know.al\/en\/pppoe-server-configuration-in-mikrotik-router\/","title":{"rendered":"PPPoE Server Configuration in MikroTik Router"},"content":{"rendered":"<p><strong>PPPoE (<\/strong><strong>P<\/strong><strong>oint to&nbsp;<\/strong><strong>P<\/strong><strong>oint&nbsp;<\/strong><strong>P<\/strong><strong>rotocol&nbsp;<\/strong><strong>o<\/strong><strong>ver&nbsp;<\/strong><strong>E<\/strong><strong>thernet)<\/strong> is one of the most popular services in <strong>MikroTik<\/strong> Router. <strong>PPPoE<\/strong> is an extension of the standard&nbsp;<strong>Point to Point Protocol<\/strong>&nbsp;(PPP). The difference between them is expressed in transport method: <strong>PPPoE<\/strong> employs Ethernet instead of serial modem connection. <strong>PPPoE<\/strong> is a client-server protocol that means <strong>PPPoE<\/strong> client (IP devices such as Desktop, Laptop, wireless Router etc.) will request for IP information to <strong>PPPoE<\/strong> server providing security information (username and password) and <strong>PPPoE<\/strong> server will provide IP information by matching that security information.<\/p>\n<p><strong>PPPoE<\/strong> provides extensive user management, network management and accounting benefits to ISPs and network administrators. <strong>PPPoE<\/strong> is used mainly by ISPs to control client connections for xDSL and cable modems as well as plain Ethernet networks. <strong>PPPoE<\/strong> is now most popularly used in local ISP company because local ISP user can so easily be maintained with this service.<\/p>\n<h5><strong>ISP Setup with PPPoE Configuration<\/strong><\/h5>\n<p>As a system administrator of an ISP company, you have to maintain various offered bandwidth packages such as 512kbps connection, 1Mbps connection, 2Mbps connection and so on. The users of these packages can so easily maintain with <strong>MikroTik<\/strong> <strong>PPPoE<\/strong> service. Now I\u2019ll show you how to configure a <strong>PPPoE<\/strong> service in <strong>MikroTik<\/strong> router to maintain your various offered packages. But before starting configuration, I\u2019ll show you a basic simple network diagram where a <strong>MikroTik<\/strong> router is serving as a <strong>PPPoE<\/strong> server.<\/p>\n<p><img decoding=\"async\" class=\"aligncenter size-full wp-image-7384\" src=\"https:\/\/know.al\/wp-content\/uploads\/2020\/09\/1-pp.png\" alt=\"\" width=\"1056\" height=\"816\"><\/p>\n<p style=\"text-align: center;\">PPPoE Network Diagram<\/p>\n<p>In the above network diagram, <strong>MikroTik<\/strong> router WAN port (ether 1) is connected to internet and LAN port (ether 2, where we\u2019ll configure <strong>PPPoE<\/strong> server) is connected to a distribution switch. <strong>PPPoE<\/strong> clients (PC, Laptop, Tablet and Wireless Router) are connected to the <strong>PPPoE<\/strong> server through this distribution switch. This is a basic and small network. In practical, your network will be an enterprise network where there may have thousands of clients. But the configuration will be almost same. Only the difference is that you might use multiple Ethernet ports for network simplicity, where we are using only one port here. You might use multiple WAN ports for handling&nbsp;load balancing&nbsp;or network redundancy where we are using only one WAN port here. If you want to use multiple Ethernet ports for your LAN, you have to create <strong>MikroTik<\/strong> Bridge virtual interface for accumulating multiple interfaces into a single interface and then configure <strong>PPPoE<\/strong> server in that virtual interface.<\/p>\n<p>As <strong>PPPoE<\/strong> is a client-server protocol, there are two end configurations for <strong>PPPoE<\/strong> service.<\/p>\n<ol>\n<li><strong>PPPoE<\/strong> server configuration in <strong>MikroTik<\/strong> Router<\/li>\n<li><strong>PPPoE<\/strong> client configuration<\/li>\n<\/ol>\n<p>To run a <strong>PPPoE<\/strong> service in your network, first you have to configure <strong>PPPoE<\/strong> server in <strong>MikroTik<\/strong> router and then you have to learn how to configure various <strong>PPPoE<\/strong> clients. &nbsp;In the rest of this article I\u2019ll show you how to configure <strong>PPPoE<\/strong> server in <strong>MikroTik<\/strong> router and how to configure <strong>PPPoE<\/strong> client in windows operating system. However, I\u2019ll recommend you that search in Google and learn how to configure <strong>PPPoE<\/strong> client in various operating platform.<\/p>\n<h5><strong>5 Steps to Configure PPPoE Server in MikroTik Router<\/strong><\/h5>\n<p>Now we are going to configure <strong>PPPoE<\/strong> server in <strong>MikroTik<\/strong> to maintain the clients of a Local ISP. Generally, any ISP company has various offered packages depending on bandwidth.&nbsp; It is always better to maintain client bandwidth with <strong>MikroTik<\/strong> <strong>Queues<\/strong> service although bandwidth can also be maintained with <strong>PPPoE<\/strong> service. Specially we\u2018ll recommend you to use <strong>MikroTik<\/strong> <strong>PCQ<\/strong> service&nbsp;to maintain your different bandwidth packages. Now we\u2019ll use <strong>PPPoE<\/strong> server only for assigning different IP Block\u2019s IP to different clients according to their bandwidth packages. For example, our proposed IP blocks for different bandwidth packages will be like below.<\/p>\n<ol>\n<li>512kbps client will get 172.16.0.0\/24 block IP<\/li>\n<li>1Mbps client will get 172.16.1.0\/24 block IP<\/li>\n<li>2Mbps client will get 172.16.2.0\/24 block IP<\/li>\n<\/ol>\n<p>So, now we will configure our <strong>PPPoE<\/strong> server like that when a user purchase 512kbps connection, he\/she will get a 172.16.0.0\/24 block IP with his username and password. Similarly, when a user will purchase 1Mbps connection, he\/she will get a 172.16.1.0\/24 block IP and a 2Mbps user will get a 172.16.2.0\/24 block IP. Complete <strong>PPPoE<\/strong> server configuration in <strong>MikroTik<\/strong> router can be divided into 5 steps.<\/p>\n<ol>\n<li><strong>MikroTik<\/strong> router basic configuration<\/li>\n<li><strong>IP Pool<\/strong> configuration<\/li>\n<li><strong>PPPoE<\/strong> server configuration<\/li>\n<li><strong>PPP<\/strong> profile configuration<\/li>\n<li><strong>PPP<\/strong> secrets (username and password) configuration<\/li>\n<\/ol>\n<h5><strong>Step 1. MikroTik Router Basic Configuration<\/strong><\/h5>\n<p><strong>MikroTik<\/strong> router basic configuration is the prerequisite to complete <strong>PPPoE<\/strong> server configuration. <strong>MikroTik<\/strong> router basic configuration includes assigning <strong>WAN<\/strong> and <strong>LAN<\/strong> IP addresses, Gateway configuration, DNS configuration and NAT configuration. So, if you are familiar with <strong>MikroTik<\/strong> router, follow below steps to complete <strong>MikroTik<\/strong> router basic configuration.<\/p>\n<ul>\n<li>Login to your <strong>MikroTik<\/strong> router using winbox software and go to&nbsp;<em>IP &gt; Addresses<\/em>and then click on&nbsp;<em>add new button<\/em>&nbsp;(Plus Sign).&nbsp;<em>New Address<\/em>&nbsp;window will appear now.<\/li>\n<li>In this window, put your <strong>WAN<\/strong> address that you have got from <strong>ISP<\/strong> company in&nbsp;<em>Address<\/em>field and choose ether1 or your WAN interface that like from&nbsp;<em>Interface<\/em>&nbsp;drop-down menu and then click&nbsp;<em>Apply<\/em>&nbsp;and&nbsp;<em>OK<\/em> <strong>WAN<\/strong> address will be assigned successfully.<\/li>\n<li>Again, click on&nbsp;<em>add new button<\/em>(Plus Sign) and put your <strong>LAN<\/strong> address (in this article, I am using 172.16.0.1\/24) in Address field and then choose your <strong>LAN<\/strong> interface from Interface drop-down menu. Now click Apply and OK button. <strong>LAN<\/strong> address will be assigned successfully.<\/li>\n<\/ul>\n<p><img decoding=\"async\" class=\"aligncenter size-full wp-image-7386\" src=\"https:\/\/know.al\/wp-content\/uploads\/2020\/09\/2-pp.png\" alt=\"\" width=\"1280\" height=\"1024\"><\/p>\n<ul>\n<li>Now go to&nbsp;<em>IP &gt; DNS<\/em> DNS Settings window will appear. In this window, put DNS server address that you have got from ISP company or you can use Google\u2019s public DNS IP (8.8.8.8) in&nbsp;<em>Servers <\/em>input box. You can put secondary DNS server IP by clicking&nbsp;<em>add new value<\/em>&nbsp;button located after the Servers input box. Optionally, you can turn your <strong>MikroTik<\/strong> router as a <strong>DNS<\/strong> server. Turning your <strong>MikroTik<\/strong> router as a DNS server is a better idea, I think. Because if you use public <strong>DNS<\/strong> server in your network, every <strong>DNS<\/strong> request of your user will consume your paid bandwidth. But if you turn <strong>MikroTik<\/strong> router as a <strong>DNS<\/strong> sever, your user will get <strong>DNS<\/strong> solution from <strong>MikroTik<\/strong> router without consuming your paid bandwidth. So, if you want to turn <strong>MikroTik<\/strong> as a <strong>DNS<\/strong> server, click the&nbsp;<em>Allow Remote Requests<\/em>&nbsp;check box and click Apply and OK button. Your <strong>MikroTik<\/strong> router is now a <strong>DNS<\/strong> server. All <strong>MikroTik<\/strong> IP addresses can now be used as a <strong>DNS<\/strong> server IP including <strong>WAN<\/strong> IP which is a public IP and problem will arise here. If anyone outside of your <strong>LAN<\/strong> use your WAN IP as a DNS IP, your <strong>MikroTik<\/strong> will be happy by serving him\/her <strong>DNS<\/strong> solution consuming your paid bandwidth. So, for stopping <strong>DNS<\/strong> request from outside of your <strong>LAN<\/strong>, you should apply a firewall rule that will drop all <strong>DNS<\/strong> requests coming from your <strong>WAN<\/strong> interface (in this article, ether1).<\/li>\n<\/ul>\n<p><img decoding=\"async\" class=\"aligncenter size-full wp-image-7388\" src=\"https:\/\/know.al\/wp-content\/uploads\/2020\/09\/3-pp.png\" alt=\"\" width=\"1279\" height=\"985\"><\/p>\n<ul>\n<li>For this, go to&nbsp;<em>IP &gt; Firewall<\/em>&nbsp;menu and click on&nbsp;<em>add new button<\/em>&nbsp;(Plus Sign). New Firewall Rule window will appear now. Under General tab, choose&nbsp;<em>Chain: input<\/em>,&nbsp;<em>Protocol: udp<\/em>,&nbsp;<em>Dst. Port: 53<\/em>&nbsp;and&nbsp;<em>In. Interface: ether1<\/em>. Now choose&nbsp;<em>Action: drop<\/em>&nbsp;from Action Tab and click Apply and OK button.<\/li>\n<\/ul>\n<p><img decoding=\"async\" class=\"aligncenter size-full wp-image-7390\" src=\"https:\/\/know.al\/wp-content\/uploads\/2020\/09\/4-pp.png\" alt=\"\" width=\"1277\" height=\"983\"> <img decoding=\"async\" class=\"aligncenter size-full wp-image-7392\" src=\"https:\/\/know.al\/wp-content\/uploads\/2020\/09\/5-pp.png\" alt=\"\" width=\"1277\" height=\"987\"><\/p>\n<ul>\n<li>Create another similar rule for TCP connection. Click on&nbsp;<em>add new button<\/em>&nbsp;(Plus Sign) again and choose&nbsp;<em>Chain: input<\/em>,&nbsp;<em>Protocol: tcp<\/em>,&nbsp;<em>Dst.Port: 53<\/em>&nbsp;and&nbsp;<em>In. Interface: ether1<\/em>&nbsp;and then choose<em>&nbsp;Action: drop<\/em>&nbsp;under Action tab and click&nbsp;<em>Apply<\/em>&nbsp;and&nbsp;<em>OK<\/em>&nbsp;button.<\/li>\n<\/ul>\n<p><img decoding=\"async\" class=\"aligncenter size-full wp-image-7394\" src=\"https:\/\/know.al\/wp-content\/uploads\/2020\/09\/6-pp.png\" alt=\"\" width=\"1279\" height=\"985\"><\/p>\n<p><img decoding=\"async\" class=\"aligncenter size-full wp-image-7396\" src=\"https:\/\/know.al\/wp-content\/uploads\/2020\/09\/7-pp.png\" alt=\"\" width=\"1273\" height=\"975\"><\/p>\n<ul>\n<li>Now your <strong>MikroTik<\/strong> <strong>DNS<\/strong> server is safe from outside of your <strong>LAN<\/strong>.<\/li>\n<li>Go to&nbsp;<em>IP &gt; Routes <\/em>menu for setting <strong>Gateway<\/strong>. From Route list window, click on&nbsp;<em>add new button<\/em>&nbsp;(Plus).&nbsp;<em>New Route<\/em>&nbsp;window will appear now. Put your gateway address that you have got from your <strong>ISP<\/strong> in&nbsp;<em>Gateway<\/em>&nbsp;input field and click&nbsp;<em>Apply<\/em>&nbsp;and&nbsp;<em>OK<\/em> <strong>MikroTik<\/strong> default gateway will be assigned now.<\/li>\n<\/ul>\n<p><img decoding=\"async\" class=\"aligncenter size-full wp-image-7398\" src=\"https:\/\/know.al\/wp-content\/uploads\/2020\/09\/8-pp.png\" alt=\"\" width=\"1279\" height=\"965\"><\/p>\n<ul>\n<li>Now you have to create <strong>NAT<\/strong> rule so that your <strong>LAN<\/strong> user can access internet through your router. For this, go to&nbsp;<em>IP &gt; Firewall<\/em>menu and click on <strong>NAT<\/strong> Now click on&nbsp;<em>add new button<\/em>&nbsp;(Plus Sign). New <strong>NAT<\/strong> Rule window will appear. Choose&nbsp;<em>Chain: srcnat<\/em>&nbsp;and&nbsp;<em>Address: 172.16.0.0\/16<\/em>&nbsp;under General tab and choose&nbsp;<em>Action: masquerade<\/em>&nbsp;from Action tab and then click&nbsp;<em>Apply<\/em>&nbsp;and&nbsp;<em>OK<\/em>&nbsp;button. Note that we are using all Class B IP blocks for masquerading because all our <strong>LAN<\/strong> IP block will be within this block.<\/li>\n<\/ul>\n<p><img decoding=\"async\" class=\"aligncenter size-full wp-image-7400\" src=\"https:\/\/know.al\/wp-content\/uploads\/2020\/09\/9-pp.png\" alt=\"\" width=\"1279\" height=\"983\"><\/p>\n<p><img decoding=\"async\" class=\"aligncenter size-full wp-image-7402\" src=\"https:\/\/know.al\/wp-content\/uploads\/2020\/09\/10-pp.png\" alt=\"\" width=\"1277\" height=\"985\"><\/p>\n<p><strong>MikroTik<\/strong> router basic configuration for configuring a <strong>PPPoE<\/strong> server will be completed if you follow the above steps carefully. Now we will do our second step about IP Pool configuration for configuring a <strong>PPPoE<\/strong> server successfully.<\/p>\n<h5><strong>Step 2. IP Pool Configuration<\/strong><\/h5>\n<p>We will now create three IP Pools because we assume that we have three offered packages and our user will get different IP block IP according to their package purchase. So, follow below steps to create IP Pools in your <strong>MikroTik<\/strong> router.<\/p>\n<ol>\n<li>Go to&nbsp;<em>IP &gt; Pool<\/em>menu and click on&nbsp;<em>add new button<\/em>&nbsp;(Plus Sign). New IP Pool window will appear now. Put&nbsp;<em>Name: 512kbps_Pool<\/em>&nbsp;and&nbsp;<em>Addresses: 172.16.0.2-172.16.0.254<\/em>&nbsp;in New IP Pool window and click&nbsp;<em>Apply<\/em>&nbsp;and&nbsp;<em>OK<\/em> When a user will purchase a 512kbps connection, he\/she will get an IP from this IP address range. Note that address range excludes the first IP because it will be used as a Gateway address.<\/li>\n<li>Similarly, create another two new IP Pool named as 1Mbps_Pool and 2Mbps_Pool and Address range will be 172.16.1.2-172.16.1.254 and 172.16.2.2-172.16.2.254 accordingly.<\/li>\n<\/ol>\n<p><img decoding=\"async\" class=\"aligncenter size-full wp-image-7404\" src=\"https:\/\/know.al\/wp-content\/uploads\/2020\/09\/11-pp.png\" alt=\"\" width=\"1277\" height=\"985\"><\/p>\n<p>IP pool configuration has been completed. Now we\u2019ll go our next step about <strong>PPPoE<\/strong> server configuration in <strong>MikroTik<\/strong> Router.<\/p>\n<h5><strong>Step 3. PPPoE Server Configuration<\/strong><\/h5>\n<p>Now we\u2019ll configure our PPPoE server in MikroTik router. Follow bellow steps carefully for proper PPPoE server configuration in MikroTik router.<\/p>\n<ul>\n<li>Click on&nbsp;<em>PPP<\/em>menu item from left menu.&nbsp;<em>PPP window<\/em>&nbsp;will appear now. Click on Plus sign and choose <strong>PPPoE<\/strong> If you want, you can change your interface name or keep it default. Click Apply and OK button.<\/li>\n<li>Now click on&nbsp;<strong><em>PPPoE<\/em><\/strong><em> Servers<\/em>&nbsp;tab and then click add new button (Plus Sign).&nbsp;<em>New <strong>PPPoE<\/strong> Service<\/em>&nbsp;window will appear now. In this window, put your <strong>PPPoE<\/strong> server name (in this article I am giving Service Name ISP_PPPoE_Server) as you like in&nbsp;<em>Service Name<\/em>&nbsp;input box.<\/li>\n<li>Now choose your LAN interface where <strong>PPPoE<\/strong> server will be created from&nbsp;<em>Interface <\/em>drop-down menu. In this article, I am using ether1. If you create bridge interface, your bridge interface will be available in this list. So, choose bridge interface if you want to create <strong>PPPoE<\/strong> server in your bridge interface.<\/li>\n<li>Click on&nbsp;<em>One Session Per Host&nbsp;<\/em>If you left it blank, multiple host\/devices can be connected with the same username and password. Obviously, you don\u2019t want it.<\/li>\n<li>At the bottom of this window, you can see there are 4 authentication methods. Here only select&nbsp;<em>PAP<\/em>, and unselect all others. Now click&nbsp;<em>Apply <\/em>and&nbsp;<em>OK<\/em><\/li>\n<\/ul>\n<p><img decoding=\"async\" class=\"aligncenter size-full wp-image-7406\" src=\"https:\/\/know.al\/wp-content\/uploads\/2020\/09\/12-pp.png\" alt=\"\" width=\"1277\" height=\"983\"><\/p>\n<p><strong>PPPoE<\/strong> server configuration in <strong>MikroTik<\/strong> router has been completed. Now we\u2019ll create three profiles from where our clients will get IP address.<\/p>\n<h5><strong>Step 4. PPP Profile Configuration<\/strong><\/h5>\n<p>Now we will create there profiles those will be used by our clients for getting IP addresses. Follow below steps to create PPP profile in <strong>MikroTik<\/strong> router.<\/p>\n<ol>\n<li>Open PPP window by clicking&nbsp;<em>PPP <\/em>menu from <strong>MikroTik<\/strong> menu bar and then click on Profiles tab. You will see already two default profiles are created by <strong>MikroTik<\/strong>. We will do nothing these default profiles. We will create three new profiles here. For this, click on&nbsp;<em>add new button<\/em>&nbsp;(Plus Sign). New <strong>PPP<\/strong> Profile window will appear now.<\/li>\n<li>In&nbsp;<em>New <strong>PPP<\/strong> Profile <\/em>window, put your profile name as you want in&nbsp;<em>Name<\/em>&nbsp;For simplicity, I am using 512kbps_Connection. Now put&nbsp;<em>Local Address: 172.16.0.1<\/em>&nbsp;and choose 512kbps_Pool from&nbsp;<em>Remote Address<\/em>&nbsp;drop-down menu. Note that&nbsp;<em>Local Address<\/em>&nbsp;is the gateway address of this IP block which not included in 512kbps_Pool. So, when a 512kbps user will connect to this profile, he\/she will get an IP from 512kbps_Pool and his\/her gateway will be 172.16.0.1 that means this IP is one of the <strong>MikroTik<\/strong><\/li>\n<li>At the bottom of this window, put <strong>MikroTik<\/strong> IP that you have used for Local Address (for this profile: 172.16.0.1) as <strong>DNS<\/strong> Server because we have turned our <strong>MikroTik<\/strong> router as a <strong>DNS<\/strong> Optionally, you can put another <strong>DNS<\/strong> server IP that you have got from your <strong>ISP<\/strong> or Google\u2019s public <strong>DNS<\/strong> 8.8.8.8 by clicking&nbsp;<em>add new value <\/em>button located after <strong>DNS<\/strong> Server input box.<\/li>\n<li>Now click Apply and OK button.<\/li>\n<li>Similarly, create another two profiles for 1Mbps connection and 2Mbps connection. In this case, put 172.16.1.1 and 172.16.2.1 as&nbsp;<em>Local Address <\/em>and choose 1Mbps_Pool and 2Mbps_Pool for&nbsp;<em>Remote Address<\/em><\/li>\n<\/ol>\n<p><img decoding=\"async\" class=\"aligncenter size-full wp-image-7408\" src=\"https:\/\/know.al\/wp-content\/uploads\/2020\/09\/13-pp.png\" alt=\"\" width=\"1279\" height=\"979\"><\/p>\n<ol>\n<li>Optionally, you can set limit for these users from&nbsp; For this, click on Limits tab and put download and upload speed in&nbsp;<em>Rate Limit (rx\/tx)&nbsp;<\/em>input box in bit. For example, type as 512000\/512000 for this profile. My experience using this option is not so good. So, I\u2019ll recommend to use <strong>MikroTik<\/strong> PCQ service for control user bandwidth.<\/li>\n<\/ol>\n<p>PPP profile configuration has been completed. Now we will create user secret (username and password) so that they can connect to our <strong>PPPoE<\/strong> server with this secret.<\/p>\n<p><img decoding=\"async\" class=\"aligncenter size-full wp-image-7410\" src=\"https:\/\/know.al\/wp-content\/uploads\/2020\/09\/14-pp.png\" alt=\"\" width=\"1275\" height=\"981\"><\/p>\n<h5><strong>Step 5.&nbsp; PPP Secret Configuration<\/strong><\/h5>\n<p>Now we will create secret that means username and password of a client by which he\/she will be connected to our network. Follow bellow steps to create secrets of your clients.<\/p>\n<ol>\n<li>Open PPP window and click on&nbsp;<em>Secrets <\/em><em>New PPP Secret<\/em>&nbsp;window will appear now.<\/li>\n<li>Put the username of any client in the&nbsp;<em>Name <\/em>input box and put password in&nbsp;<em>Password<\/em>&nbsp;input box. Note that username and password are necessary when any client will be connected from his workstation (PC, Laptop, Router and so on). Also, it is case-sensitive. So, be careful to put these field.<\/li>\n<li>Now choose&nbsp;<em>Service: pppoe <\/em>from <strong>Service<\/strong> drop-down list and choose profile for this user from&nbsp;<em>Profile<\/em>&nbsp;drop-down list. If this user purchase a 512kbps connection, choose 512kbps_Connection profile or choose the option according to the connection type of this user.<\/li>\n<li>Optionally, you can bind any device with this username and password by providing MAC address. For this, put MAC address of any device in&nbsp;<em>Caller ID <\/em>input box. If you put MAC address of any device in&nbsp;<em>Caller ID<\/em>, only this device can be connected with this secret (username and password).<\/li>\n<li>Do the above steps for all your clients and provide him\/her username and password to connect to your <strong>PPPoE<\/strong><\/li>\n<\/ol>\n<p>PPP secret configuration has been completed as well as all the steps for configuring a <strong>PPPoE<\/strong> service in <strong>MikroTik<\/strong> router has been completed. Now I\u2019ll show you how to configure <strong>PPPoE<\/strong> client in windows operating system in the rest of this article.<\/p>\n<h5><strong>PPPoE Client Configuration<\/strong><\/h5>\n<p>We have completely configured a <strong>PPPoE<\/strong> service in <strong>MikroTik<\/strong> router. Now your <strong>MikroTik<\/strong> is ready to accept <strong>PPPoE<\/strong> client. A number of <strong>PPPoE<\/strong> clients are present now a day. Among them, now I\u2019ll show you how to configure <strong>PPPoE<\/strong> client in windows 7 operating system. All other versions of windows operating system follow almost the same procedure. So, you don\u2019t face any difficulty, I think. However, if you feel any problem to configure <strong>PPPoE<\/strong> client of any operating platform, I recommend you to do Google and learn how to configure <strong>PPPoE<\/strong> client of that specific operating platform.<\/p>\n<h5><strong>Steps to Create PPPoE dial Up Connection in Windows 7<\/strong><\/h5>\n<p>Microsoft PC dialer is used to connect remote <strong>PPPoE<\/strong> server in window 7 to get access to the internet. So, you have to configure Microsoft PC dialer in windows 7 PC to get access to the internet through your <strong>MikroTik<\/strong> router. Follow my bellow steps to create <strong>PPPoE<\/strong> connection in windows 7 with built in <strong>PPPoE<\/strong> wizard.<\/p>\n<ol>\n<li>Connect an Ethernet cable to windows 7 PC from your network switch.<\/li>\n<li>Open&nbsp;<em>Network and Sharing Center <\/em>from&nbsp;<em>Control Panel<\/em>.<\/li>\n<li>Now click on&nbsp;<em>Setup a new connection or network <\/em>link under&nbsp;<em>Change your networking settings area.<\/em>&nbsp;<em>Set Up a Connection or Network<\/em>&nbsp;window will appear.<\/li>\n<li>In this window, click on&nbsp;<em>Connect to the internet <\/em>option and click the&nbsp;<em>Next<\/em>&nbsp;Connect to the Internet window will appear.<\/li>\n<\/ol>\n<p><img decoding=\"async\" class=\"aligncenter size-full wp-image-7420\" src=\"https:\/\/know.al\/wp-content\/uploads\/2020\/09\/19-pp.png\" alt=\"\" width=\"1279\" height=\"773\"><\/p>\n<ol>\n<li>Click on&nbsp;<em>Broadband (<strong>PPPoE<\/strong>)<\/em>option from this window and put username and password that you have created in PPP secret configuration step in&nbsp;<em>User name<\/em>&nbsp;and&nbsp;<em>Password<\/em>&nbsp;input field accordingly. Optionally, you can change connection name in Connection name input field and you can also click on&nbsp;<em>Remember this password<\/em>&nbsp;option otherwise you have to provide password every time you start your PC. Now click on&nbsp;<em>Connect<\/em>&nbsp;If you provide correct username and password,&nbsp;<em>The connection to the Internet is ready to use<\/em>&nbsp;message will be shown. Now click on&nbsp;<em>Close<\/em> A dialer will be created in your windows 7 PC and you can enter your credential anytime to connect Internet with this dialer.<\/li>\n<\/ol>\n<p>&nbsp;<\/p>\n<p><img decoding=\"async\" class=\"aligncenter size-full wp-image-7412\" src=\"https:\/\/know.al\/wp-content\/uploads\/2020\/09\/15-pp.png\" alt=\"\" width=\"1271\" height=\"767\"><img decoding=\"async\" class=\"aligncenter size-full wp-image-7414\" src=\"https:\/\/know.al\/wp-content\/uploads\/2020\/09\/16-pp.png\" alt=\"\" width=\"1279\" height=\"775\"><\/p>\n<p>&nbsp;<\/p>\n<p><img decoding=\"async\" class=\"aligncenter size-full wp-image-7416\" src=\"https:\/\/know.al\/wp-content\/uploads\/2020\/09\/17-pp.png\" alt=\"\" width=\"1269\" height=\"779\"><img decoding=\"async\" class=\"aligncenter size-full wp-image-7418\" src=\"https:\/\/know.al\/wp-content\/uploads\/2020\/09\/18-pp.png\" alt=\"\" width=\"1277\" height=\"983\"><\/p>\n<p>You are now connected to the internet with <strong>PPPoE<\/strong> dialer. Browse any site. I hope, you will be successful to browse any site now.<\/p>\n<p><strong>PPPoE<\/strong> server configuration for a local ISP or a office network will be successful if you follow the above steps carefully.<\/p>\n<p><strong>PPPoE server configuration in MikroTik router<\/strong>&nbsp;has been explained step by step in this article. Also, PPPoE client configuration in windows operating system has been shown here. I hope, you are now able to configure a PPPoE server in MikroTik router to maintain your ISP clients.<\/p>\n<h4>If you would like to learn more and certify your knowledge in MikroTik, don\u2019t hesitate to contact us and participate in our trainings. Thank you!<\/h4>\n","protected":false},"excerpt":{"rendered":"<p>PPPoE (Point to&nbsp;Point&nbsp;Protocol&nbsp;over&nbsp;Ethernet) is one of the most popular services in MikroTik Router. PPPoE is an extension of the standard&nbsp;Point to Point Protocol&nbsp;(PPP). The difference between them is expressed in transport method: PPPoE employs Ethernet instead of serial modem connection. PPPoE is a client-server protocol that means PPPoE client (IP devices such as Desktop, Laptop, [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":9673,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_seopress_robots_primary_cat":"","footnotes":""},"categories":[26],"tags":[],"class_list":["post-9670","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-uncategorized","post-wrapper","thrv_wrapper"],"_links":{"self":[{"href":"https:\/\/know.al\/en\/wp-json\/wp\/v2\/posts\/9670","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/know.al\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/know.al\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/know.al\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/know.al\/en\/wp-json\/wp\/v2\/comments?post=9670"}],"version-history":[{"count":0,"href":"https:\/\/know.al\/en\/wp-json\/wp\/v2\/posts\/9670\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/know.al\/en\/wp-json\/wp\/v2\/media\/9673"}],"wp:attachment":[{"href":"https:\/\/know.al\/en\/wp-json\/wp\/v2\/media?parent=9670"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/know.al\/en\/wp-json\/wp\/v2\/categories?post=9670"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/know.al\/en\/wp-json\/wp\/v2\/tags?post=9670"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}