How to Block website in Mikrotik | Block Website using TLS-Host, Layer7,Mangle Mark-Packet | iT Info

Published: 15 February 2021
on channel: iT Info
1,464
16

"iT Info"
#iTInfo
How to Block website in Mikrotik | Block Website using TLS-Host, Layer7,Mangle Mark-Packet | iT Info

Hi Friends.Welcome to my channel iT Info.
Today we Learn how to Block websites in Mikrotik using three Different ways. We will done the task using Layer-7 , TLS-Host & Mangle Mark Packet.
Watch my Complete video and enjoy it.

Commands are bellow.
Method 1:
Layer 7 = regexp: ^.+(facebook).*$
/ip firewall layer7-protocol add name=facebook-L7 regexp="^.+(facebook).*\$"
/ ip fire fil add chain=forward layer7-protocol=facebook-L7 action=drop
Method 2:
/ip firewall mangle
add chain=prerouting protocol=udp connection-mark=no-mark layer7-protocol=facebook-L7 action=mark-connection new-connection-mark=facebook_conn
add chain=prerouting new-connection-mark=facebook_conn action=mark-packet new-packet-mark=facebook-packet passthrough=no
/ip firewall filter add chain=forward packet-mark=facebook-packet action=drop
Method 3:
/ip firewall filter
add chain=forward protocol=tcp dst-port=443 tls-host=*.facebook.com action=drop
________________________________________________________________________
Don’t forget subscribe my channel “iT info”


#MikrotikBlockWebsites
#MikrotikBlockWebsitesLaye7
#MikrotikBlockWebsitesTLS-Host
#MikrotikBlockWebsitesMangkeMarkPacket
#MikrotikBlockWebsitesUsingThreeDifferentMethod
#MikrotikBlockWebsitesUrdu
#HowToBlockWebsiteInMikrotik

00:00:00 Intro
00:00:13 Short Detail About Video
00:00:50 Using Hardware for this Project
00:01:53 Block Website METHOD 1
00:04:35 Block Website METHOD 2
00:07:20 Block Website METHOD 3
00:08:45 Overview
00:9:34 End Intro

How to Block website in Mikrotik | Block Website using TLS-Host. Layer7. Mangle Mark-Packet | iT Info


Watch video How to Block website in Mikrotik | Block Website using TLS-Host, Layer7,Mangle Mark-Packet | iT Info online without registration, duration hours minute second in high quality. This video was added by user iT Info 15 February 2021, don't forget to share it with your friends and acquaintances, it has been viewed on our site 1,464 once and liked it 16 people.