当前位置:  技术问答>linux和unix

用代理上不了网,各位帮我看看

    来源: 互联网  发布时间:2015-12-06

    本文导语:  代理服务器: 192.168.0.1, RHAS4系统,用SQUID2.5做代理 按照网上的一些资料,对squid.conf作了少量的修改,起动SQUID,一切正常. 然后在192.168.0.2的机子上,打开IE,设置代理服务器为192.168.0.1,端口3128,输入地址http://www.163.com,打不开,...

代理服务器: 192.168.0.1, RHAS4系统,用SQUID2.5做代理

按照网上的一些资料,对squid.conf作了少量的修改,起动SQUID,一切正常.
然后在192.168.0.2的机子上,打开IE,设置代理服务器为192.168.0.1,端口3128,输入地址http://www.163.com,打不开,显示了SQUID的错误信息:
ERROR
The requested URL could not be retrieved

While trying to retrieve the URL: http://www.163.com/

The following error was encountered:

    * Access Denied.

      Access control configuration prevents your request from being allowed at this time. Please contact your service provider if you feel this is incorrect. 

Your cache administrator is root@localhost.
Generated Tue, 25 Jul 2006 03:32:43 GMT by PROXY (squid/2.5.STABLE6) 


估计是SQUID没有配置好,我该怎么配置呢?
下面是squid.conf的内容,大部分都是系统默认的
http_port 192.168.0.1:3128
hierarchy_stoplist cgi-bin ?
acl QUERY urlpath_regex cgi-bin ?
no_cache deny QUERY
cache_mem 20 MB
cache_swap_low 90
cache_swap_high 95
maximum_object_size 4096 KB
minimum_object_size 0 KB
maximum_object_size_in_memory 30 KB
cache_dir ufs /var/spool/squid 100 16 256
dns_nameservers 221.4.66.66
auth_param basic children 5
auth_param basic realm Squid proxy-caching web server
auth_param basic credentialsttl 2 hours
auth_param basic casesensitive off
refresh_pattern ^ftp:           1440    20%     10080
refresh_pattern ^gopher:        1440    0%      1440
refresh_pattern .               0       20%     4320
acl all src 192.168.0.0/24
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 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 deny all
http_access allow manager localhost
http_access deny manager
http_access deny !Safe_ports
http_access deny CONNECT !SSL_ports
http_access allow localhost
http_access deny all
http_reply_access allow all
icp_access allow all
cache_mgr root@localhost
cache_effective_user squid
visible_hostname PROXY
httpd_accel_host virtual
httpd_accel_port 80
httpd_accel_with_proxy on
httpd_accel_uses_host_header on
error_directory /etc/squid/errors
coredump_dir /var/spool/squid

|
权限问题
http_access deny all
http_access allow manager localhost
http_access deny manager
http_access deny !Safe_ports
http_access deny CONNECT !SSL_ports
http_access allow localhost
http_access deny all

    
 
 
 
本站(WWW.)旨在分享和传播互联网科技相关的资讯和技术,将尽最大努力为读者提供更好的信息聚合和浏览方式。
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。












  • 相关文章推荐
  • 正向代理与反向代理概念及其区别
  • *** Linux下装Kingate软件做代理,如何能实现同时代理两个网段?
  • 代理服务器原理,功能及作用详细介绍
  • sql server 代理(已禁用代理xp)的解决方法
  • 上网代理goagent 3.1.18 正式版下载及简易安装部署教程
  • 代理、反向代理究竟是什么意思?
  • Spring 2.0 AOP概念及AOP代理,功能和目标
  • 如何通过http代理实现socks代理?
  • 用 Linux 做的代理服务器,不能通过代理看外网的电影
  • Linux作透明代理服务器,双网卡,要求使用该代理的用户绑定ip,如何实现?
  • 在linux(redhat) 下如何设置代理,我们上网都要用代理的!谢谢了!
  • linux下对于不支持代理的http或是ftp软件有办法使用代理吗
  • squid+nat做透明代理无法控制代理的问题
  • java 静态代理 动态代理深入学习
  • java代理 jdk动态代理应用案列
  • Linux怎么设置代理的问题
  • linux机如何设置代理
  • 救命!Mozilla不能通过代理上网了!!!
  • 代理角色java设计模式之静态代理详细介绍
  • 代理工具 ProxyChains
  • 如何使用代理访问CVS?


  • 站内导航:


    特别声明:169IT网站部分信息来自互联网,如果侵犯您的权利,请及时告知,本站将立即删除!

    ©2012-2021,,E-mail:www_#163.com(请将#改为@)

    浙ICP备11055608号-3