<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>SquidGuard on nagg.eu</title><link>https://nagg.eu/tags/squidguard/</link><description>Recent content in SquidGuard on nagg.eu</description><generator>Hugo</generator><language>en</language><lastBuildDate>Mon, 16 Sep 2013 18:59:19 +0000</lastBuildDate><atom:link href="https://nagg.eu/tags/squidguard/index.xml" rel="self" type="application/rss+xml"/><item><title>CentOS as router, transparent proxy, and much more</title><link>https://nagg.eu/centos-as-router-transparent-proxy-and-much-more/</link><pubDate>Mon, 16 Sep 2013 18:59:19 +0000</pubDate><guid>https://nagg.eu/centos-as-router-transparent-proxy-and-much-more/</guid><description>&lt;p&gt;As usual, long story short: I&amp;rsquo;ve to setup a firewall to log traffic, block some stuff and do some other things.&lt;br&gt;
– epel repo is required –&lt;br&gt;
The system is made of a single CentOS machine with 2 physical network adapters:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;eth0, connected to WAN, static IP address 192.168.0.3&lt;/li&gt;
&lt;li&gt;eth1, connected to LAN, static IP address 10.0.0.1/24&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id="-network-adapters-configuration"&gt;.:. Network adapters configuration&lt;/h2&gt;
&lt;p&gt;WAN network adapter:&lt;/p&gt;
&lt;pre tabindex="0"&gt;&lt;code&gt;[root@CentOS ~]# vi /etc/sysconfig/network-scripts/ifcfg-eth0

DEVICE=&amp;#34;eth0&amp;#34;
BOOTPROTO=&amp;#34;none&amp;#34;
HWADDR=&amp;#34;**:**:**:**:**:**&amp;#34;
IPADDR=192.168.0.3
NETMASK=255.255.255.0
GATEWAY=192.168.0.1
DNS=192.168.0.1
IPV6INIT=&amp;#34;yes&amp;#34;
IPV6_AUTOCONF=&amp;#34;yes&amp;#34;
NM_CONTROLLED=&amp;#34;yes&amp;#34;
ONBOOT=&amp;#34;yes&amp;#34;
TYPE=&amp;#34;Ethernet&amp;#34;
UUID=&amp;#34;***&amp;#34;
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;LAN network adapter:&lt;/p&gt;</description></item></channel></rss>