> Hi List, > > Is it possible to configure squid to use both basic auth and ip based > auth, heres the situation: There's a difference , between authentication and authorization; in the ip case you probably mean : ip access allowed for a known list. In the latter case use the 'src' ACL type. See the FAQ on 'Access Controls' > > some users of the proxy have static ips on their Internet connection, > which means that I can authenticate them with out the hassle of IE/FFox > prompting for a password. > some users dont have static ip's and need to be prompted for a uname / pass. > > I've played about a bit but cant get the users with static ip's to not > be prompted for a pass. > Perfectly possible if you put http_access line(s) allowing the known ip range (ACL) , before the auth. enforcing http_access line(s). M.