Displaying 1 result from an estimated 1 matches for "my_ip_extern".
Did you mean:
my_ip_external
2003 Oct 28
2
litle question (proxy transparent+authtenticate+shorewall)
...ransparent and shorewall
In my squid.conf have this configuration:
http_port 8000
acl all src 0.0.0.0/0.0.0.0
acl password REQUIRED
http_access allow password
http_access deny all
authentica_program /usr/lib/squid/ncsa_auth /etc/squid/passwd
In my rules have:
REDIRECT loc 8000 tcp 80 - !MY_IP_EXTERNAL
ACCEPT fw net tcp 80
I try probe this configuration (in my browser try access to
http://www.redhat.com) the access_log the squid say:
192.168.100.228 - - [28/Oct/2003:11:41:35 -0300] "GET / HTTP/0.0" 400
1076 NONE:NONE
192.168.100.228 - - [28/Oct/2003:11:41:37 -03...