Netflix IP Addresses
/ip firewall address-list
add address=23.246.0.0/18 list=NetflixListByITLearnweb
add address=23.246.2.0/24 list=NetflixListByITLearnweb
add address=23.246.3.0/24 list=NetflixListByITLearnweb
add address=23.246.6.0/24 list=NetflixListByITLearnweb
add address=23.246.7.0/24...
Wednesday, March 18, 2020
Sunday, January 5, 2020
Block HTTPS Sites (Facbook & Youtube) TLS Hosts
● Since Most of the Internet now uses HTTPS, it
has become much harder to filter specific
WWW content.
● For this reason, RouterOS 6.41 introduces a
new firewall option that allows you to block
HTTPS websites (TLS traffic).
● Based on the TLS SNI extension, called “TLSHost”. The...
Tuesday, May 28, 2019
Block TikTok App
/ip firewall filter add action=drop chain=forward comment="Tiktok Block " protocol=tcp tls-host=\ *.musical.ly
copie...
Sunday, June 17, 2018
PPTP Server For Wan Network
/ip pooladd name=PPTP ranges=174.16.1.2-174.16.1.254/ip dnsset servers=8.8.8.8,8.8.4.4/ip firewall service-portset gre disabled=noset pptp disabled=no/ppp profileadd change-tcp-mss=yes local-address=174.16.1.1 name=PPTP remote-address=PPTP \ use-encryption=yes/interface pptp-server...
Sunday, October 1, 2017
Mikrotik Users Base Routing (PPPoE Users)
/ip address
add address=192.168.1.10/24 interface=ether1 network=192.168.1.0
add address=192.168.2.10/24 interface=ether2 network=192.168.2.0
add address=10.10.0.1/24 interface=ether5 network=10.10.0.0
/ip dns
set servers=8.8.8.8,8.8.8.4.4
/ip pool
add name=ISP-1 ranges=172.16.1.1-172.16.1.254
add...
Sunday, August 27, 2017
Sunday, August 20, 2017
Payment Reminder For PPPoE
/ip pool
add name=block ranges=172.16.202.1-172.16.202.254
/ppp profile
add change-tcp-mss=no local-address=10.10.0.1 name=Block rate-limit=100K/100K remote-address=block
/ip firewall nat
add action=redirect chain=dstnat comment="Payment redirect" dst-port=80 protocol=tcp src-address=\
...
Sunday, July 16, 2017
Secondary Link For Backup
/interface bonding
add mode=active-backup name=Wan-bonding1 slaves=ether1,ether2
/ip address
add address=98.140.10.54/30 comment="Wan Network" interface=Wan-bonding1 network=\
98.140.10....