Page 1 of 1

8am to 5 pm only

Posted: Fri Dec 17, 2010 9:36 am
by Myron
Hi to all expert

Can you please share your idea how to make a script example my WAN port i want to start my connection at 8AM and off in 5PM.

Thanks to all and Merry Christmas

Re: 8am to 5 pm only

Posted: Fri Dec 17, 2010 11:26 am
by ditonet
Hi,

Add firewall filter rule which allow traffic only from 8 AM to 5 PM, thats all.
time_property.JPG
Regards, Grzegorz.

Re: 8am to 5 pm only

Posted: Fri Dec 17, 2010 2:08 pm
by blake
Or
/ip firewall filter
add chain=forward action=accept out-interface=ether1 time=8h-17h,sun,mon,tue,wed,thu,fri,sat
add chain=forward action=drop out-interface=ether1 comment="Block traffic if outside permitted time range"