使用 mikrotik 阻止除 gmail 和 google 之外的所有网站
block all websites except gmail & google using mikrotik
我试过很多教程如何阻止任何网站,但某些网站除外。
我可以在 Bridge-HIS 界面中屏蔽除 Google、Youtube、drive.google、google 文档(Gsuite 解决方案)和 Gmail 之外的网站。
我可以访问允许的网站和 Gmail 加载器中的网站,
!但是无法访问 Gmail 收件箱。
这是我的屏幕截图和配置:
add chain=forward protocol=tcp dst-port=25,443,465,587,2525 中。 Interface=Bridge-HIS action=drop
add chain=forward protocol=tcp dst-port=25,443,465,587,2525 中。 Interface=Bridge-HIS Dst-address-list="Allowed Websites" action=accept
地址列表(允许的网站)
https://i.ibb.co/PG6sbLd/Untitled3.png"
Gmail 加载器
https://i.ibb.co/BKT4HhH/Untitled.png
Gmail 收件箱无法访问
https://i.ibb.co/0Qysk4S/Untitled5.png
注意: 我不能 post imges Whosebug 显示消息 "You need at least 10 reputation to post images."
你能帮帮我吗?
我能解决问题
我让更改防火墙过滤规则在操作中接受并检查其他网站网络连接添加到地址列表。
This my screenshot
我试过很多教程如何阻止任何网站,但某些网站除外。
我可以在 Bridge-HIS 界面中屏蔽除 Google、Youtube、drive.google、google 文档(Gsuite 解决方案)和 Gmail 之外的网站。
我可以访问允许的网站和 Gmail 加载器中的网站,
!但是无法访问 Gmail 收件箱。
这是我的屏幕截图和配置:
add chain=forward protocol=tcp dst-port=25,443,465,587,2525 中。 Interface=Bridge-HIS action=drop
add chain=forward protocol=tcp dst-port=25,443,465,587,2525 中。 Interface=Bridge-HIS Dst-address-list="Allowed Websites" action=accept
地址列表(允许的网站) https://i.ibb.co/PG6sbLd/Untitled3.png"
Gmail 加载器 https://i.ibb.co/BKT4HhH/Untitled.png
Gmail 收件箱无法访问 https://i.ibb.co/0Qysk4S/Untitled5.png
注意: 我不能 post imges Whosebug 显示消息 "You need at least 10 reputation to post images."
你能帮帮我吗?
我能解决问题
我让更改防火墙过滤规则在操作中接受并检查其他网站网络连接添加到地址列表。
This my screenshot