Mikrotik Address List Setting on Cloud

From EasyZone wiki
Jump to: navigation, search

Mikrotik Address List setting to block websites by group

Requirements: Schools need to block facebook, not for students to use. But allow teachers to use

Method

1. login to the cloud system

2. Select the hotspot you want to manage.

3. Click the billing plan menu

4. Create a billing plan for the teacher named teacher. Set the details as needed. Press advance setting to the Mikrotik Address List menu. Fill in List Name: teacher. Then click Save.

Mtt.png

5. Create a billing plan for students named student, set in detail as needed. Press advance setting to menu Mikrotik Address List, enter List Name: student, then click Save.

Stb.png

6. Create an account for teachers and students. Give away internet jobs.

7. Log in to mikrotik's winbox. Go to ip> firewall> address list.

Press the blue plus sign, set Name: teacher, then press OK.

Tc.png

Press the blue plus sign, set Name: student, then click OK.

Stds.png

Press the blue plus sign, set Name: facebook, then press OK.

Fbb.png

8. Press the new terminal and paste the text below and press enter (the command to save the ip list of facebook)

Termi.png


/ip firewall filter add list=facebook address=31.13.24.0/21

/ip firewall filter add list=facebook address=31.13.64.0/18

/ip firewall filter add list=facebook address=45.64.40.0/22

/ip firewall filter add list=facebook address=66.220.144.0/20

/ip firewall filter add list=facebook address=69.63.176.0/20

/ip firewall filter add list=facebook address=69.171.224.0/19

/ip firewall filter add list=facebook address=74.119.76.0/22

/ip firewall filter add list=facebook address=103.4.96.0/22

/ip firewall filter add list=facebook address=157.240.0.0/17

/ip firewall filter add list=facebook address=173.252.64.0/19

/ip firewall filter add list=facebook address=173.252.96.0/19

/ip firewall filter add list=facebook address=179.60.192.0/22

/ip firewall filter add list=facebook address=185.60.216.0/22

/ip firewall filter add list=facebook address=204.15.20.0/22


9. Put the block facebook command for the student group to place in the new terminal and press Enter.

Termi.png

'/ ip firewall filter add action = drop chain = forward dst-address-list = facebook src-address-list = student'

Finished the setup process