I got a problem with my squid. I do recieve no error win I run my squid. I try to check squid.out messages.log
Action taken:
I am able to ping the client from the server.
But my client can not have internet access. I used authentication. It did not prompt me of username and password.
can somebody help me pls... what should i do? I am always online in my ym pls add me if you want to help. ym id:
rrbanez@yahoo.com
Here is my network information
eth0 Link encap:Ethernet HWaddr 00:00:01:00:B9:7E
inet addr:192.168.2.20 Bcast:192.168.2.255 Mask:255.255.255.0
inet6 addr: fe80::200:1ff:fe00:b97e/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:48355 errors:0 dropped:0 overruns:0 frame:0
TX packets:77089 errors:0 dropped:0 overruns:0 carrier:0
collisions:31 txqueuelen:1000
RX bytes:32319255 (30.8 MiB) TX bytes:6519055 (6.2 MiB)
Interrupt:18 Base address:0x9000
eth1 Link encap:Ethernet HWaddr 00:14:85:17
0:36
inet addr:192.168.4.1 Bcast:192.168.4.255 Mask:255.255.255.0
inet6 addr: fe80::214:85ff:fe17:d036/64 Scope:Link
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:122593 errors:0 dropped:0 overruns:0 frame:0
TX packets:66259 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:7663419 (7.3 MiB) TX bytes:5972117 (5.6 MiB)
Interrupt:18 Base address:0x8000
Here is my squid configuration
visible_hostname lsca
http_port 3128
hierarchy_stoplist cgi-bin ?
acl QUERY urlpath_regex cgi-bin \?
cache deny QUERY
acl apache rep_header Server ^Apache
broken_vary_encoding allow apache
logformat common %>a %ui %un [%tl] "%rm %ru HTTP/%rv" %Hs %<st %Ss:%Sh
access_log /var/log/squid/access.log squid
auth_param basic program /usr/lib/squid/ncsa_auth /etc/squid/squid_passwd
auth_param basic children 5
auth_param basic realm La Salle Antipolo
auth_param basic credentialsttl 2 hours
refresh_pattern ^ftp: 1440 20% 10080
refresh_pattern ^gopher: 1440 0% 1440
refresh_pattern . 0 20% 4320
acl all src 0.0.0.0/0.0.0.0
acl manager proto cache_object
acl localhost src 127.0.0.1/255.255.255.255
acl to_localhost dst 127.0.0.0/8
acl SSL_ports port 443
acl Safe_ports port 80 # http
acl Safe_ports port 21 # ftp
acl Safe_ports port 443 # https
acl Safe_ports port 70 # gopher
acl Safe_ports port 210 # wais
acl Safe_ports port 1025-65535 # unregistered ports
acl Safe_ports port 280 # http-mgmt
acl Safe_ports port 488 # gss-http
acl Safe_ports port 591 # filemaker
acl Safe_ports port 777 # multiling htt
acl CONNECT method CONNECT
http_access allow manager localhost
http_access deny manager
http_access deny !Safe_ports
http_access deny CONNECT !SSL_ports
acl lasalle_net src 192.168.100.0/24
acl lasalle_auth proxy_auth REQUIRED
http_access allow lasalle_net lasalle_auth
http_access allow localhost
http_access deny all
http_reply_access allow all
icp_access allow all
httpd_suppress_version_string on
coredump_dir /var/spool/squid