! ! Dialer access list 101 ! no access-list 101 ! Flush any previous list access-list 101 deny TCP any any eq 123 access-list 101 deny UDP any any eq 20 access-list 101 deny UDP any any eq 123 ! ! End of dialer access list 101 ! ! Outbound packet access list 102 ! no access-list 102 ! Flush any previous list ! ----- Note: address mask needs fixing ----- access-list 102 permit ip 193.123.216.64 255.255.255.192 193.123.216.64 255.255.255.192 ! ----- Note: address range needs fixing ----- access-list 102 deny ip 193.123.216.101 193.123.216.120 any access-list 102 permit TCP any any eq 1214 time-range DownloadTimes access-list 102 permit TCP any any eq 6346 time-range DownloadTimes access-list 102 permit TCP any any eq 6347 time-range DownloadTimes access-list 102 deny TCP any any eq 1214 access-list 102 deny TCP any any eq 6346 access-list 102 deny TCP any any eq 6347 access-list 102 permit ip host 193.123.216.74 any access-list 102 permit ip host 193.123.216.72 any access-list 102 permit ip host 193.123.216.77 any access-list 102 permit ip host 193.123.216.65 any access-list 102 permit ip any any time-range PlayTimes access-list 102 deny ip any any ! ! End of outbound packet access list 102 ! ! Time range for AllTimes ! time-range AllTimes periodic daily 0:0 to 24:0 ! ! End of time range AllTimes ! ! Time range for DownloadTimes ! time-range DownloadTimes periodic Saturday 20:00 to 22:00 periodic Sunday 04:00 to 08:00 ! ! End of time range DownloadTimes ! ! Time range for PlayTimes ! time-range PlayTimes periodic weekday 8:45 to 10:15 periodic weekday 16:00 to 16:45 periodic weekday 20:00 to 22:00 periodic weekend 8:45 to 11:15 periodic weekend 16:00 to 22:00 ! ! End of time range PlayTimes