Guest User!

You are not Sophos Staff.

This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Throttling or cutting internal to external access?

I'm looking for a way to impose network usage limits based on time on a per host  basis.  For example, I've added two hosts under Definitions for my kids pc's.  I already have http/s profiles to cut web browsing for a certain time range each day (forced homework period [:)]  But since my son likes to play FPS's which are unaffected by the profiles, I'm looking for a way to either throttle or completely cut inside/out access..akin to the http/s profiles only it'd be all communications.

Is this possible?

Thanks


This thread was automatically locked due to age.
  • Hi, I believe you can create time-based PacketFilter rules too. 

    Can't do time-based throttling, afaik.

    Barry
  • Hi,
    you will need to work through your logic on paper before trying on the ASG otherwise you will end up allowing everything through.

    You only need to create PF rules for the allow periods and use the default drop for other times.
    Things to watch
    1/. make sure you don't have any rules that have a internal network -> any port -> allow 
    2/. top rule will need to be for your PC and any others you want to allow open access.


    Ian M[:)]
  • Conversely, you could have

    the top rules be
    deny PC groups at certain times

    and below,
    an allow all outgoing

    Barry