Networking Forums

Networking Forums > Computer Networking > Linux Networking > squidGuard with ident

Reply
Thread Tools Display Modes

squidGuard with ident

 
 
Mark Atherton
Guest
Posts: n/a

 
      03-06-2005, 08:28 PM
Hi,

I'm trying to set up squidGuard so it allows access based on ident
(rfc931/1413). I have a mixed LAN with Windows 98 and Linux PCs. I'd
like to allow unrestricted access for some users , while restricting
access (based on both urls and time of day) for anyone else (including
anyone I can't identify).

First I had to recompile squid from a source rpm with
--enable-ident-lookups because the squid supplied with Mandrake 10.1 is
compiled with it disabled.

I've set up ident on a client and verified that it works by SSHing in
and then using netcat to access port 113 and ident the SSH connection.

I first tried simply inserting

ident_lookup_access deny all

into squid.conf. This didn't work. After some googling I tried instead

acl rfc1413 ident REQUIRED
http_access allow rfc1413
ident_lookup_access allow rfc1413

which works, but now I can't access it without identd running on the
client. I realise that ident is worthless a Windows 98 client, but I
will simply restrict access where ident is unavailable. Essentially I
think the problem is how to require an ident query, but where one is
unavailable to redirect to squidGuard anyway.

Any ideas?

Mark Atherton
 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
squidGuard not install correct Wito Linux Networking 1 01-09-2007 12:09 AM
Filter Ident port 113 Jefferis NoSpamme Wireless Internet 3 01-03-2005 06:50 PM
ident on mirc FF8 Broadband Hardware 2 03-07-2004 05:26 AM
bitchx and ident - connecting problem xEM Linux Networking 1 02-02-2004 05:17 PM
ident Anders Linux Networking 1 10-02-2003 04:58 PM



1 2 3 4 5 6 7 8 9 10 11