Re: [Mikrotik] My first time based filter rule

2009-03-05 Thread Hilton Ralphs
Looks like it will work but not for http traffic if you are using the internal 
proxy server.

-- 
Regards
Hilton


-Original Message-
From: Josh Luthman

What I am trying to accomplish is to allow traffic from this IP between 8am
and 5:30PM but drop it if not in those hours.  Is this the most efficient
way of doing this?

add action=accept chain=forward comment= disabled=no src-address=\
172.16.10.16 time=8h-17h30m,sun,mon,tue,wed,thu,fri,sat
add action=accept chain=forward comment= disabled=no dst-address=\
172.16.10.16 time=8h-17h30m,sun,mon,tue,wed,thu,fri,sat
add action=drop chain=forward comment= disabled=no
src-address=172.16.10.16
add action=drop chain=forward comment= disabled=no
dst-address=172.16.10.16



___
Mikrotik mailing list
Mikrotik@mail.butchevans.com
http://www.butchevans.com/mailman/listinfo/mikrotik

Visit http://blog.butchevans.com/ for tutorials related to Mikrotik RouterOS


Re: [Mikrotik] My first time based filter rule

2009-03-05 Thread Josh Luthman
Nope no proy server on that intf :)

Thanks for the help!

On 3/5/09, Hilton Ralphs hil...@think.co.za wrote:
 Looks like it will work but not for http traffic if you are using the
 internal proxy server.

 --
 Regards
 Hilton


 -Original Message-
 From: Josh Luthman

 What I am trying to accomplish is to allow traffic from this IP between 8am
 and 5:30PM but drop it if not in those hours.  Is this the most efficient
 way of doing this?

 add action=accept chain=forward comment= disabled=no src-address=\
 172.16.10.16 time=8h-17h30m,sun,mon,tue,wed,thu,fri,sat
 add action=accept chain=forward comment= disabled=no dst-address=\
 172.16.10.16 time=8h-17h30m,sun,mon,tue,wed,thu,fri,sat
 add action=drop chain=forward comment= disabled=no
 src-address=172.16.10.16
 add action=drop chain=forward comment= disabled=no
 dst-address=172.16.10.16



 ___
 Mikrotik mailing list
 Mikrotik@mail.butchevans.com
 http://www.butchevans.com/mailman/listinfo/mikrotik

 Visit http://blog.butchevans.com/ for tutorials related to Mikrotik RouterOS



-- 
Josh Luthman
Office: 937-552-2340
Direct: 937-552-2343
1100 Wayne St
Suite 1337
Troy, OH 45373

Those who don't understand UNIX are condemned to reinvent it, poorly.
--- Henry Spencer
___
Mikrotik mailing list
Mikrotik@mail.butchevans.com
http://www.butchevans.com/mailman/listinfo/mikrotik

Visit http://blog.butchevans.com/ for tutorials related to Mikrotik RouterOS


Re: [Mikrotik] My first time based filter rule

2009-03-05 Thread Butch Evans
On Wed, 2009-03-04 at 17:37 -0500, Josh Luthman wrote:
 What I am trying to accomplish is to allow traffic from this IP between 8am
 and 5:30PM but drop it if not in those hours.  Is this the most efficient
 way of doing this?

It should do what you want.  Make certain that you have a working NTP
server and that this router is properly configured to use it.

-- 

* Butch Evans   * Professional Network Consultation*
* http://www.butchevans.com/* Network Engineering  *
* http://www.wispa.org/ * WISPA Board Member   *
* http://blog.butchevans.com/   * Wired or Wireless Networks   *



___
Mikrotik mailing list
Mikrotik@mail.butchevans.com
http://www.butchevans.com/mailman/listinfo/mikrotik

Visit http://blog.butchevans.com/ for tutorials related to Mikrotik RouterOS


Re: [Mikrotik] My first time based filter rule

2009-03-05 Thread Josh Luthman
Double checked :)

Thanks again!

On 3/5/09, Butch Evans but...@butchevans.com wrote:
 On Wed, 2009-03-04 at 17:37 -0500, Josh Luthman wrote:
 What I am trying to accomplish is to allow traffic from this IP between
 8am
 and 5:30PM but drop it if not in those hours.  Is this the most efficient
 way of doing this?

 It should do what you want.  Make certain that you have a working NTP
 server and that this router is properly configured to use it.

 --
 
 * Butch Evans   * Professional Network Consultation*
 * http://www.butchevans.com/* Network Engineering  *
 * http://www.wispa.org/ * WISPA Board Member   *
 * http://blog.butchevans.com/   * Wired or Wireless Networks   *
 


 ___
 Mikrotik mailing list
 Mikrotik@mail.butchevans.com
 http://www.butchevans.com/mailman/listinfo/mikrotik

 Visit http://blog.butchevans.com/ for tutorials related to Mikrotik RouterOS



-- 
Josh Luthman
Office: 937-552-2340
Direct: 937-552-2343
1100 Wayne St
Suite 1337
Troy, OH 45373

Those who don't understand UNIX are condemned to reinvent it, poorly.
--- Henry Spencer
___
Mikrotik mailing list
Mikrotik@mail.butchevans.com
http://www.butchevans.com/mailman/listinfo/mikrotik

Visit http://blog.butchevans.com/ for tutorials related to Mikrotik RouterOS