Skip to main content

Posts

Showing posts from September, 2019

How to Setup VPN PPTP Server in Mikrotik Router? (Tutorial)

PPTP Server is using for VPN. Its so easy to configure pptp server in Mikrotik. Now we can see how easily configure pptp server in Mikrotik router. Lets see the below diagram. Login to the Mikrotik Router via Winbox and click IP then Pool : Click on the “ + Symbol ” to add new pool, Name will be whatever you want like I named it VPN_Pool_20  add the address range ( 192.168.20.2-192.168.20.30 , in my case), then click  OK. Now go to the PPP Section and Click “ PPTP Server ” and check the Enabled : Now on the PPP  page, switch to the “ Profiles ” tab. Click on the + sign to create new profile, Name will be whatever you like (like I use VPN-POOL ), set the pool that we have created earlier for “Local Address” AND “Remote address“, then click  OK . Now click on  the “ Secrets ” tab of the PPP window. Click on the + sign to create new user, add the name(which act as username), password and service may be any or pptp and profile that we

"How To Set up NAT on a Mikrotik Router: A Comprehensive Guide"

  In this tutorial, we will configure Source NAT (srcnat) on Mikrotik router. From diagram we see that local network is 192.168.0.0/24 and our public network is 10.5.8.0/24 and local interface or gateway ip is 192.168.0.1/24 and public interface ip is 10.5.8.10/24. By Using Winbox: 1. First, configure the local gateway ip address 192.168.0.1/24 in ether1 and public ip 10.5.8.10/24 interface in ether2. 2. Then click on IP tab    3. After click IP tab click on Firewall tab 4. In Firewall we can see NAT tab and click on NAT tab then click + sign.then NAT RULE will appear. 5. In NAT RULE, click General tab. here we select chain will be srcnat select by drop down list.then select ether2 in Out.Interface select by drop down list.  6. Then click Action tab in NAT Rule page and action will be masquerade select by drop down list.then click OK. After click OK NAT configuration will be done. By Using Termina