Hi
I have created a simple firewall filter rule to disable internet access on certain ip addresses at a certain time. Everything works fine but if the user is using a video call service such as Skype or MS Teams and the rule kicks in, the user is not disconnected and is able to proceed with the video call. I would like the rule to disable anything to do with internet which also includes terminating any active video calls etc. The rule I used is the following:
add action=drop chain=forward comment="Disable Internet by time" src-address-list="!Allow Lan" time=23h-5h,sun,mon,tue,wed,thu,fri,sat
Thank you