Network Troublshooting > Linux Servers Support

This is what happen after.

<< < (2/2)

Ricky:
Have u configured ur browsers on clients to use proxy??
If not then for
IE :: goto> interent options>connection>LAN>connect using proxy..
and there put the ipaddress of ur machine running proxy and the proxy port..
192.168.1.1    3128 put the same for all..

and for mozilla
edit>preferences>advanced>proxies>connect using proxy...
and put the ip of ur proxy machine and port 3128.

and tell us!!

segun1ng:
[root@proxy squid]# egrep -v "^$|^#" /etc/squid/squid.conf
http_port 192.168.1.1:8080
hierarchy_stoplist cgi-bin ?
acl QUERY urlpath_regex cgi-bin \?
no_cache deny QUERY
cache_mem 16 MB
cache_dir ufs /var/spool/squid 200 16 256
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 SSL_ports port 443 563
acl Safe_ports port 80          # http
acl Safe_ports port 21          # ftp
acl Safe_ports port 443 563     # https, snews
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 http
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 ourlan src 192.168.1.0/255.255.255.0
http_access allow ourlan
http_access deny all
icp_access allow all
http_port
3128#           icp_port
[root@proxy squid]#

HAVE ALSO CHANGE THE BROWSER SETTINGS IN MY WORK STATIONS TO (192.168.1.1:8080)
AND MY MOZILA AS WELL.. tHAT DID WORK QUIT ALRIGHT BUT THE WORK STATION DID NOT WORK.

Ricky:
you have specified the wrong port for ur proxy in ur client's browsers..

you have to give 3128 not 8080

segun1ng:
Got your messege.

Please, can u remove squid and install again. Do this after installing squid.
Open |squid.conf and edit squid according to this specifications ok and your squid will work fine. |

[root@proxy squid]# egrep -v "^$|^#" /etc/squid/squid.conf
http_port 192.168.1.1:3128
hierarchy_stoplist cgi-bin ?
acl QUERY urlpath_regex cgi-bin \?
no_cache deny QUERY
cache_mem 16 MB
cache_dir ufs /var/spool/squid 200 16 256
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 SSL_ports port 443 563
acl Safe_ports port 80 # http
acl Safe_ports port 21 # ftp
acl Safe_ports port 443 563 # https, snews
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 http
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 ourlan src 192.168.1.0/255.255.255.0
http_access allow ourlan
http_access deny all
icp_access allow all
http_port
3128# icp_port

Navigation

[0] Message Index

[*] Previous page

Go to full version