How can i create a schedule to disable Wifi Access at 8:00pm and enable Access at 6:00am?
What i would like to is shutdown the Wifi Vlan interface on my router. How would i use the system scheduler to do this?
Thank you
interface wireless disable wlan1
csickles has been very helpful and gave you almost everything. You just need to add 5 minutes of thinking.Im looking for the proper script code
/system script
add name=EnableWLAN policy=ftp,reboot,read,write,policy,test,winbox,password,sniff source="interface wireless enable wlan2"
add name=DisableWLAN policy=ftp,reboot,read,write,policy,test,winbox,password,sniff source="interface wireless disable wlan2"
if you use static IP's for CPEs in your network I would create 2 block firewall filter rules based on address list and enable/disable those rules based on a scheduled enable/disable rules.How can i create a schedule to disable Wifi Access at 8:00pm and enable Access at 6:00am?
What i would like to is shutdown the Wifi Vlan interface on my router. How would i use the system scheduler to do this?
Thank you