mikrotikq BLOKIR FACEBOOK DENGAN MENUTUP IP ADDRESS FACEBOOK NYA

BLOKIR FACEBOOK DENGAN MENUTUP IP ADDRESS FACEBOOK NYA

/ip firewall filter add chain=forward dst-address=69.171.229.11 src-address-list=!unrestricted action=drop comment=fb1
/ip firewall filter add chain=forward dst-address=69.220.149.11 src-address-list=!unrestricted action=drop comment=fb2
/ip firewall filter add chain=forward dst-address=69.171.242.11 src-address-list=!unrestricted action=drop comment=fb3
/ip firewall filter add chain=forward dst-address=66.220.158.11 src-address-list=!unrestricted action=drop comment=fb4

Script buat alow atau mengijinkan pengguna melakukan akses ke facebook :

/system script add name=”fb-hidup” policy=write,read,policy,test,sniff source={/ip firewall filter set [/ip firewall filter find comment="fb1"] disabled=”yes”
/ip firewall filter set [/ip firewall filter find comment="fb2"] disabled=”yes”
/ip firewall filter set [/ip firewall filter find comment="fb3"] disabled=”yes”
/ip firewall filter set [/ip firewall filter find comment="fb4"] disabled=”yes”}

Source :
IZINKAN FACEBOOK

/ip firewall filter disable [/ip firewall filter find comment="fb1"]
/ip firewall filter disable [/ip firewall filter find comment="fb2"]
/ip firewall filter disable [/ip firewall filter find comment="fb3"]
/ip firewall filter disable [/ip firewall filter find comment="fb4"]

==========================================================================================================================================

Script buat deny atau tidak mengijinkan pengguna melakukan akses ke facebook :

/system script add name=”fb-mati” policy=write,read,policy,test,sniff source={/ip firewall filter set [/ip firewall filter find comment="fb1"] disable=”no”
/ip firewall filter set [/ip firewall filter find comment="fb2"] disable=”no”
/ip firewall filter set [/ip firewall filter find comment="fb3"] disable=”no”
/ip firewall filter set [/ip firewall filter find comment="fb4"] disable=”no”}

Source :
MENOLAK FACEBOOK

/ip firewall filter enable [/ip firewall filter find comment="fb1"]
/ip firewall filter enable [/ip firewall filter find comment="fb2"]
/ip firewall filter enable [/ip firewall filter find comment="fb3"]
/ip firewall filter enable [/ip firewall filter find comment="fb4"]

======================================================================================================================================

Tidak mengijinkan FB pada pagi hari pukul 08.00 AM

/system scheduler add name=”tutup-fb-pagi” start-date=jan/01/1970 start-time=08:00:00 interval=1d on-event=”fb-mati”

Mengijinkan FB pada Istirahat siang pukul 12.00 PM

/system scheduler add name=”buka-fb-siang” start-date=jan/01/1970 start-time=12:00:00 interval=1d on-event=”fb-hidup”

Tidak mengijinkan FB setelah istirahat siang hari pukul 01.30 PM

/system scheduler add name=”tutup-fb-siang” start-date=jan/01/1970 start-time=13:30:00 interval=1d on-event=”fb-mati”

Mengijinkan FB pada Sore hari pukul 06.00 PM

/system scheduler add name=”buka-fb-sore-sampai-pagi” start-date=jan/01/1970 start-time=06:00:00 interval=1d on-event=”fb-hidup”

Tidak ada komentar:

Posting Komentar