<?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>havemousewillclick.com &#187; IPCop</title>
	<atom:link href="http://havemousewillclick.com/main/?feed=rss2&#038;cat=9" rel="self" type="application/rss+xml" />
	<link>http://havemousewillclick.com/main</link>
	<description>keep on clicking...</description>
	<lastBuildDate>Fri, 20 Feb 2009 14:38:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Getting IPCOP and OpenVPN to use DNS</title>
		<link>http://havemousewillclick.com/main/?p=20</link>
		<comments>http://havemousewillclick.com/main/?p=20#comments</comments>
		<pubDate>Mon, 09 Jun 2008 08:46:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[How to]]></category>
		<category><![CDATA[IPCop]]></category>
		<category><![CDATA[OpenVPN]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[DNS]]></category>
		<category><![CDATA[Hostname]]></category>
		<category><![CDATA[server.conf]]></category>
		<category><![CDATA[winscp]]></category>
		<category><![CDATA[Zerina]]></category>

		<guid isPermaLink="false">http://havemousewillclick.com/main/?p=20</guid>
		<description><![CDATA[IPCOP is one of my favourite pieces of software.  It is a great internet gateway solution for home users and small to medium businesses.  I use the Zerina addon to install OpenVPN and this in my option turns IPCOP into the best open source VPN/Firewall/Proxy solutions out there.
Following on from here.  Another issue I find [...]]]></description>
			<content:encoded><![CDATA[<p>IPCOP is one of my favourite pieces of software.  It is a great internet gateway solution for home users and small to medium businesses.  I use the <a href="http://www.vpnforum.de/zerina/">Zerina</a> addon to install OpenVPN and this in my option turns IPCOP into the best open source VPN/Firewall/Proxy solutions out there.</p>
<p>Following on from <a href="../../../../../2008/06/remotley-connect-to-orange-interface-ipcop-and-openvpn/">here</a>.  Another issue I find is when you install it; it does not push through DNS from the local network (green interface).  To solve this problem it is a simple configuration change made to one file.</p>
<p>The easiest way to do this is use <a href="http://winscp.net/eng/index.php">WINSCP</a> to connect to your IPCOP machine. Locate the file <span style="color: #ff0000;"><strong>server.conf </strong></span>from the location below</p>
<p><span style="color: #ff0000;"><strong>/var/ipcop/ovpn/server.conf</strong></span></p>
<p>Edit the file adding the following line, just add it at the bottom.</p>
<p><strong><span style="color: #ff0000;">push &#8220;dhcp-option DNS 192.168.0.5&#8243;</span></strong></p>
<p>Replace ‘<strong><span style="color: #ff0000;">192.168.0.5</span></strong>&#8216; with your internal DNS server for the Green network.</p>
<p>Save the file and reboot IPCOP.</p>
<p>Now when your clients connect they can use IP or the DNS name of the computers in the green network!</p>
]]></content:encoded>
			<wfw:commentRss>http://havemousewillclick.com/main/?feed=rss2&amp;p=20</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Remotley connect to orange interface IPCop and OpenVPN</title>
		<link>http://havemousewillclick.com/main/?p=11</link>
		<comments>http://havemousewillclick.com/main/?p=11#comments</comments>
		<pubDate>Tue, 03 Jun 2008 03:10:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[How to]]></category>
		<category><![CDATA[IPCop]]></category>
		<category><![CDATA[OpenVPN]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Orange]]></category>
		<category><![CDATA[Remotley]]></category>
		<category><![CDATA[Tweak]]></category>

		<guid isPermaLink="false">http://havemousewillclick.com/main/?p=11</guid>
		<description><![CDATA[How to connect to the orange interface from the internet with IPCop and OpenVPN]]></description>
			<content:encoded><![CDATA[<p>I have been using the great firewall solution IPCOP for a while now.  Until recently I never had a reason to connected to the Orange interface, the DMZ, remotely.  I found that I had to perform some teaking in order to do this.</p>
<p>To connect to another subnet (interface) of your IPCop machine from the internet you must edit the server.conf file. This will allow access to your Orange and Blue zones along with the standard green zone.</p>
<p>I used the great software <a title="WinSCP" href="http://winscp.net/eng/index.php" target="_blank">WinSCP</a> to connect to my firewall and edit the file server.conf.</p>
<p><strong>File Location: </strong>/var/ipcop/ovpn/server.conf</p>
<p><strong>Green interface IP: </strong>192.168.0.254</p>
<p><strong>Orange interface IP:</strong> 192.168.10.254</p>
<p>In this file you should find the following line <strong><em>push &#8220;route 192.168.0.0 255.255.255.0&#8243;</em></strong> This is the IP and Subnet of your Green interface.</p>
<p>I added the line <strong><em>push &#8220;route 192.168.100.0 255.255.255.0&#8243; </em></strong>the the file to allow connections to be made to my Orange Interface.</p>
<p>I then rebooted the IPCop machine and it was all tickety boo!</p>
<p>Depending on how your machine is configured the numbers you see above may be different.  So please don&#8217;t just cut and paste.  Check out your own configuration.</p>
]]></content:encoded>
			<wfw:commentRss>http://havemousewillclick.com/main/?feed=rss2&amp;p=11</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
