I want to disable an Ethernet port from time to time, can this be done via the app software or is a script the only way. The same goes for my Wifi as well.
Thanks
I want to disable an Ethernet port from time to time, can this be done via the app software or is a script the only way. The same goes for my Wifi as well.
Thanks
You should use a script for that…
Check out the “kid protect” feature, it may do what you need.
Does not disable Ethernet or WiFI interfaces !
True… I only suggested it might do “what he actually wanted,” not necessarily “the way he thought he wanted to do it.”
This will disable Ether5 everyday at 13:00
/system scheduler
add interval=1d name=schedule1 on-event="/interface disable ether5" policy=ftp,reboot,read,write,policy,test,password,sniff,sensitive,romon start-date=apr/05/2020 start-time=13:00:00
This will enable Ether5 everyday at 08:00
/system scheduler
add interval=1d name=schedule2 on-event="/interface enable ether5" policy=ftp,reboot,read,write,policy,test,password,sniff,sensitive,romon start-date=apr/05/2020 start-time=08:00:00