We operate a central POP router with 50+ remote sites using mainly ISDN and serial.
I wish to block web traffic over these lines to stop users accessing the internet over there local browser.
I previously tried the following:
access-list 101 deny tcp any any eq www
This resulted in the interface blocking all traffic? I would have thought it would just block traffic using port 80?
I am about to try this tonight, 40.10 is our proxy server.
access-list 101 deny tcp any 192.168.40.10 0.0.0.0 eq ftp eq ftp-data
Will the above block all web ftp and ftp traffic?
Thanks,
steven
I wish to block web traffic over these lines to stop users accessing the internet over there local browser.
I previously tried the following:
access-list 101 deny tcp any any eq www
This resulted in the interface blocking all traffic? I would have thought it would just block traffic using port 80?
I am about to try this tonight, 40.10 is our proxy server.
access-list 101 deny tcp any 192.168.40.10 0.0.0.0 eq ftp eq ftp-data
Will the above block all web ftp and ftp traffic?
Thanks,
steven