Salve a tutti
c'è qualcuno che mi può dare una configurazione o meglio un metodo per bloccare determinati siti su da un router cisco???
grazie a tutti!!!
Bloccare siti
Moderatore: Federico.Lagni
- valerio1976
- Network Emperor
- Messaggi: 263
- Iscritto il: ven 05 mar , 2010 9:05 am
ciao
class-map match-any ADULT-URL
match protocol http url *porn*
match protocol http url *porn
match protocol http url porn*
match protocol http url .*xxx*.
match protocol http url xxx
match protocol http url *facebook
match protocol http url *youtube*
match protocol http host *youtube*
match protocol http host *facebook*
match protocol http url video*
match protocol http host "*youtube.com*|*video.google.com*"
match protocol http mime "video/flv|video/x-flv|video/mp4|video/x-m4v|audio/mp4"
match protocol http mime "video/3gpp|video/quicktime
match protocol http url *.flv|*.mp4|*.m4v|*.m4a|*.3gp|*.mov
match protocol http mime video,porn,xxx,sex
!
!
policy-map FILTER-ADULT
class ADULT-URL
drop
e poi lo applichi all'interfaccia con
service-policy input FILTER-ADULT
cmq se cerchi su vari post c'è già una conf. di kamikaze
ciao
class-map match-any ADULT-URL
match protocol http url *porn*
match protocol http url *porn
match protocol http url porn*
match protocol http url .*xxx*.
match protocol http url xxx
match protocol http url *facebook
match protocol http url *youtube*
match protocol http host *youtube*
match protocol http host *facebook*
match protocol http url video*
match protocol http host "*youtube.com*|*video.google.com*"
match protocol http mime "video/flv|video/x-flv|video/mp4|video/x-m4v|audio/mp4"
match protocol http mime "video/3gpp|video/quicktime
match protocol http url *.flv|*.mp4|*.m4v|*.m4a|*.3gp|*.mov
match protocol http mime video,porn,xxx,sex
!
!
policy-map FILTER-ADULT
class ADULT-URL
drop
e poi lo applichi all'interfaccia con
service-policy input FILTER-ADULT
cmq se cerchi su vari post c'è già una conf. di kamikaze
ciao