<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>系统运维 &#187; squid透明代理</title>
	<atom:link href="http://www.osyunwei.com/archives/tag/squid%E9%80%8F%E6%98%8E%E4%BB%A3%E7%90%86/feed" rel="self" type="application/rss+xml" />
	<link>https://www.osyunwei.com</link>
	<description>国产化OS/AnolisOS/openEuler/RHEL/CentOS/Rocky Linux/Debian/Ubuntu Linux FreeBSD 服务器教程 &#124; Windows Server 2003/2008/2012/2016/2019/2022/2025服务器教程</description>
	<lastBuildDate>Wed, 01 Apr 2026 08:27:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>配置Squid透明代理服务器，使局域网内客户机通过代理服务器上网</title>
		<link>https://www.osyunwei.com/archives/1204.html</link>
		<comments>https://www.osyunwei.com/archives/1204.html#comments</comments>
		<pubDate>Sun, 27 Nov 2011 13:58:27 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[企业网络]]></category>
		<category><![CDATA[squid]]></category>
		<category><![CDATA[squid代理服务器]]></category>
		<category><![CDATA[squid透明代理]]></category>

		<guid isPermaLink="false">http://w66416.s75.chinaccnet.cn/?p=1204</guid>
		<description><![CDATA[系统：CentOS 5.5 主机名：cdn.abc.com 外网IP:192.168.21.160   eth0 内网IP:192.168.237.160  eth1 安装Squid软件，配置透明代理服务器，使内部网段192.168.237.0/24内的客户机通过代理服务器192.168.21.160访问外网并且做以下策略限制 1、禁止所有客户机访问www.abc.com域名 2、禁止IP地址为192.168.237.131的客户机访问外网 3、禁止所有用户访问IP地址为192.168.237.129的网站 4、禁止所有用户访问域名中包含有163.com的网站 5、禁止192.168.237.0/24这个网段所有的客户机在周一到周五的18:00-21:00上网 6、禁止客户机下载*.mp3、*.exe、*.zip和*.rar类型的文件 系统运维  www.osyunwei.com  温馨提醒：qihang01原创内容©版权所有,转载请注明出处及原文链接 安装前准备： 1、关闭SELinux    vi /etc/selinux/config    #SELINUX=enforcing     #注释掉    #SELINUXTYPE=targeted  #注释掉    SELINUX=disabled  #增加    :wq  保存，关闭。    shutdown -r now重启系统 2、设置防火墙端口转发规则    iptables -t nat -A PREROUTING -i eth1 -p tcp -m tcp --dport 80 -j REDIRECT [...]<p><a rel="bookmark" href="https://www.osyunwei.com/archives/1204.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/1204.html/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>
