Skip to main content

Posts

How to block Facebook, Youtube, any webpage and apps from Mikrotik effectively

 Steps 1: First of all we create a address list of local ip lan in IP Firewall Address List in Mikrotik Firewall or Router. Step 2: Then we can create a Firewall Raw rule for domain  .facebook.com  which can create a dynamic IP address list which can make a ip list for Facebook. here we have uses list name IP-Facebook. Similar way, we can use address list IP-Facebook in all raw rule for .facebook.net, .fbcdn.net, .fbsbx.com, .fb.com, .fb.gg, .messenger.com. Now we can create a Firewall raw rule for domain .facebook.com. First here, we can select chain prerouting in general tab. Then, in Raw advance tab, select IP-LAN address list which we have create earlier in src and dst address list as like as screenshot and select not ! sign in dst. address list. And in content option write .facebook.com similarly for .facebook.net, .fbcdn.net, .fbsbx.com, .fb.com, .fb.gg, .messenger.com. Then in action tab, we can select add dst to address list and in Address list we can ...

VPN Client Setup in Windows

PPTP and L2TP Client Setup on Windows 10: From  “ Control Panel “, select the  “ Network and Sharing Center ” and then choose “ Set up a new connection or network “ On the next window, choose “ Connect to a workplace “ then click Next Then select " No,create a new connection" .then click Next .     Choose “ Use my Internet Connection (VPN) ” from the next window. Select the server address which is a Public ip used in your vpn server. Destination Name will be whatever you want here Destination Name is VPN Connection.Then click on Create.then PPTP client will be create. Now we can see a VPN Connection client will be create.From adapter setting we will see a VPN Connection Adapter will create. Then click Mouse Right Button on VPN Connection and go to Properties and select Security Tab. In security window select type of VPN, if you want to keep it Automatic or PPTP or L2TP/IPsec you can select it from Drop Down ...