 




<?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>IT Answers &#187; FC8</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/tag/fc8/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers</link>
	<description></description>
	<lastBuildDate>Wed, 22 May 2013 13:32:09 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Squid filtering with FC8</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/squid-filtering-with-fc8/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/squid-filtering-with-fc8/#comments</comments>
		<pubDate>Fri, 11 Apr 2008 21:24:56 +0000</pubDate>
		<dc:creator>Sheldon.sc</dc:creator>
				<category><![CDATA[ACL]]></category>
		<category><![CDATA[FC8]]></category>
		<category><![CDATA[Fedora Linux]]></category>
		<category><![CDATA[Proxy]]></category>
		<category><![CDATA[Squid]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I am trying to setup a squid proxy server. Squid 2.6.stable 17 .I have looked through various documentations but have not managed to get it work. I can start it up but it wont filter on the localhost (all web sites open up, even if I’ve set an acl to clowck it). if I try [...]]]></description>
				<content:encoded><![CDATA[<p>I am trying to setup a squid proxy server. Squid 2.6.stable 17 .I have looked through various documentations but have not managed to get it work. I can start it up but it wont filter on the localhost (all web sites open up, even if I’ve set an acl to clowck it). if I try a remote computer on the same domain it gives me an error Internet Explorer cannot display the webpage. Ping from another computer works to the fedora server. I have port 3128 open. </p>
<p>This is the squid.conf file that I have.<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
http_port 3128 </p>
<p>maximum_object_size 32768 KB<br />
maximum_object_size_in_memory 128 KB</p>
<p>cache_mem 256 MB<br />
cache_dir ufs /var/spool/squid 70000 32 512  </p>
<p>cache_access_log /var/log/squid/access.log<br />
cache_log /var/log/squid/cache.log </p>
<p>acl all src 0.0.0.0/0.0.0.0<br />
acl manager proto cache_object<br />
acl localhost src 127.0.0.1/255.255.255.255<br />
acl our_network src 192.168.10.0/24<br />
acl to_localhost dst 127.0.0.0/8</p>
<p>acl SSL_ports port 443	# SSL<br />
acl Safe_ports port 80          # http<br />
acl Safe_ports port 21          # ftp<br />
acl Safe_ports port 443         # https<br />
acl Safe_ports port 70          # gopher<br />
acl Safe_ports port 210         # wais<br />
acl Safe_ports port 1025-65535  # unregistered ports<br />
acl Safe_ports port 280         # http-mgmt<br />
acl Safe_ports port 488         # gss-http<br />
acl Safe_ports port 591         # filemaker<br />
acl Safe_ports port 777         # multiling http<br />
acl Safe_ports port 563 70<br />
acl CONNECT method CONNECT</p>
<p>acl custom_allowed_domains dstdomain &#8220;/etc/squid/allowed_domains.acl&#8221;<br />
acl custom_denied_domains dstdomain &#8220;/etc/squid/denied_domains.acl&#8221;</p>
<p>http_access allow manager localhost<br />
http_access deny manager<br />
http_access deny !Safe_ports<br />
http_access deny CONNECT !SSL_ports<br />
http_access allow our_network<br />
http_access deny all<br />
icp_access allow all<br />
#miss_access allow all</p>
<p>http_access allow custom_allowed_domains<br />
http_access deny custom_denied_domains<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
Any help will be appreciated.<br />
Thanks in advance.</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/squid-filtering-with-fc8/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Database Caching 3/14 queries in 0.024 seconds using memcached
Object Caching 322/339 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-22 13:36:07 -->