Linux Forums - Linux Help,Advice & support community:LinuxSolved.com

Network Troublshooting => Linux Proxy Server Support => Topic started by: damien on March 28, 2007, 09:59:40 AM

Title: about MSN Blocking
Post by: damien on March 28, 2007, 09:59:40 AM
Hi All,

I'm new comer Here and in Linux . I'm using Redhat 8 for my squid proxy, want to block MSN's Web pages . Here is my setting on ACL and http_access , but not work... Please advise ..
  1414 #Recommended minimum configuration:
   1415 acl all src 0.0.0.0/0.0.0.0
   1416 acl manager proto cache_object
   1417 acl localhost src 192.168.1.0/255.255.255.0
   1418 acl SSL_ports port 443 563
   1419 acl Safe_ports port 80          # http
   1420 acl Safe_ports port 21          # ftp
   1421 acl Safe_ports port 443 563     # https, snews
   1422 acl Safe_ports port 70          # gopher
   1423 acl Safe_ports port 210         # wais
   1424 acl Safe_ports port 1025-65535  # unregistered ports
   1425 acl Safe_ports port 280         # http-mgmt
   1426 acl Safe_ports port 488         # gss-http
   1427 acl Safe_ports port 591         # filemaker
   1428 acl Safe_ports port 777         # multiling http
   1429 acl msn dstdomain *.ebuddy.com
   1430 acl CONNECT method CONNECT

   1463 # INSERT YOUR OWN RULE(S) HERE TO ALLOW ACCESS FROM YOUR CLIENTS
   1464 http_access deny msn
   1465 # And finally deny all other access to this proxy
   1466 http_access allow localhost
   1467 http_access deny all


Thx to all of you


 :cry:  :cry:
Title: about MSN Blocking
Post by: Ricky on March 30, 2007, 10:27:05 PM
You are actually blocking ebuddy.com .. is it something related to MSN ?
I think you should block msn related domains.
You can find them by cleaning squid logs then login via msn and see what URL were requested and then block them.
Title: about MSN Blocking
Post by: damien on April 02, 2007, 10:09:43 AM
Dear RIcky ,

Thx for your prompt action .

Regards / Damien