在linux下設定squidProxy 伺服器

來源:互聯網
上載者:User

虛擬機器linux可以上公網,內網ip是192.168.56.78
修改 /etc/squid/squid.conf,內容如下
http_port 192.168.56.78:8080
cache_mgr qwerty@gmail.com
cache_dir ufs /var/spool/squid 100 16 256
cache_mem 10 MB
cache_swap_low 90
cache_swap_high 95
cache_access_log /var/squid/access.log
cache_log /var/squid/cache.log
cache_store_log /var/squid/store.log
visible_hostname 192.168.56.78
client_netmask 255.255.255.0
acl advance src 192.168.56.2-192.168.56.254
http_access allow advance

執行設定檔驗證,看是否有語法錯誤

squid -k parse

啟動代理服務
chkconfig squid on
service squid start


虛擬機器xp的上網模式是Host only,ip為192.168.56.23,和linux的192.168.56.78在同一個區域網路。
選中IE瀏覽器的 工具,Internet選項,串連,區域網路設定,指定Proxy 伺服器的ip為192.168.56.78連接埠為8080
經測試,IE可以上網,在linux下執行service squid stop,IE瀏覽器不能上網,再執行service squid start,IE瀏覽器又可以上網。
這說明linux的Proxy 伺服器設定成功了

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.