<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Firewall on nagg.eu</title><link>https://nagg.eu/tags/firewall/</link><description>Recent content in Firewall on nagg.eu</description><generator>Hugo</generator><language>en</language><lastBuildDate>Sun, 13 Oct 2013 16:06:38 +0000</lastBuildDate><atom:link href="https://nagg.eu/tags/firewall/index.xml" rel="self" type="application/rss+xml"/><item><title>ipset, a clever and effective way to block indesired hosts</title><link>https://nagg.eu/ipset-a-clever-and-effective-way-to-block-indesired-hosts/</link><pubDate>Sun, 13 Oct 2013 16:06:38 +0000</pubDate><guid>https://nagg.eu/ipset-a-clever-and-effective-way-to-block-indesired-hosts/</guid><description>&lt;p&gt;This post is meant to be the sequel of the one I wrote one month ago about &lt;!-- raw HTML omitted --&gt;CentOS as router, transparent proxy, and much more&lt;!-- raw HTML omitted --&gt;.&lt;br&gt;
A big chunk of the precedent article is on how configure squid and squidGuard to act as a transparent proxy with URLs filtering capabilities.&lt;br&gt;
But there&amp;rsquo;s a problem with that: nowadays many sites (f4c3b00k.c0m just to name the most annoying one) are HTTPS.&lt;br&gt;
With HTTP one can really easily intercept a packet and read the payload (which contains the URL) but with HTTPS this is not possible anymore since the payload is encrypted.&lt;br&gt;
The only way to be able to read the payload of an HTTPS packet is doing a man-in-the-middle attack with a fake certificate, but that&amp;rsquo;s not advisable and you really don&amp;rsquo;t wanna do it.&lt;br&gt;
If, like in my case, we are not interested in what the users are doing but we just want them to not be able to access some sites/services/whatever ipset (combined with iptables) are the right tools for the job.&lt;br&gt;
iptables is a pretty powerful tool, the only real issue is that it doesn&amp;rsquo;t scale pretty well if the number of the rules is very big, and this is not a good thing since we probably want to blacklist thousands of IPs.&lt;br&gt;
And here comes ipset: with it it&amp;rsquo;s possible to manage huge blacklists without iptables slowing down.&lt;/p&gt;</description></item></channel></rss>