Squid ACL Rule --- I NEEDDD HELP Please

Discussion in 'Server Operation' started by bobthenob, Feb 28, 2011.

  1. bobthenob

    bobthenob New Member

    Hi

    I registered with this fourm and I am asking for some help regarding squid
    I have 7 years experience using linux and hopefully ill be able to help somone else on this forum in time to come

    My Problem
    I have squid Running on my Linux server (OS not relavant)
    I need to configure this setup

    Any IP address using the proxy is allowed to view http://internal.company.info

    But you need to register your IP address on this webpage to gain full access and be allowed browse the internet using the proxy

    So I have these rules setup

    ######################################


    acl default_ips src * (Any IP address I think)
    acl special_url url_regex ^http://internal.company.info
    acl allowed_ips src "/opt/squid3/etc/ips.info"

    http_access allow ??????????????
    http_access deny all



    ######################################

    The Red lines I think are wrong

    So I need to know
    1) How to have 1 specific url always available to all IP's

    2) registered IP address can view all pages on internet

    Any help is appreciated



    bob-the-nob
     
  2. bobthenob

    bobthenob New Member

    can anyone help me out here please...
     

Share This Page