Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Squid and different user access
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Networking & Security
View previous topic :: View next topic  
Author Message
Sylhouette
n00b
n00b


Joined: 18 Apr 2002
Posts: 70
Location: Beverwijk , Holland

PostPosted: Wed Jul 17, 2002 6:46 pm    Post subject: Squid and different user access Reply with quote

Is it possible to give everyone just http over my gateway(proxy) box except for my administrater box (i like to be able to download .exe and so on)
I used the squid.conf from the security howto and it works great only now nobody can download .exe files anymore and sometimes i still need them.

So can i get my box pass all the filters and so on. and to use ftp and irc as well

Thanks in advance


Johan
Back to top
View user's profile Send private message
UnderScore
n00b
n00b


Joined: 14 Jul 2002
Posts: 25
Location: Long Island, NY, USA

PostPosted: Wed Jul 17, 2002 8:38 pm    Post subject: I don't have squid installed now ... Reply with quote

but I did have it configured a while ago.

http://squid-docs.sourceforge.net/latest/html/x1501.htm

You will want to visit that link. I am sure you have probably know that you need to use ACLs.

Code:
Example 7-3. Corrected example 6-1, explicit deny all

acl myIP src 10.0.0.3/255.255.255.255
acl all src 0.0.0.0/0.0.0.0
http_access allow myIP
http_access deny all


Just like in this example you need to make yourself an ACL where your PC/IP/UserID is an exception to the lockdown.

As for the specifics & details to do it, sorry I don't know. :cry:
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Networking & Security All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum