<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: How to assign a fixed ip-address to an openvpn user / lan-to-lan connection?</title>
	<atom:link href="http://www.leonardoborda.com/blog/how-to-assign-a-fixed-ip-address-to-a-openvpn-user-lan-to-lan-connection/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.leonardoborda.com/blog/how-to-assign-a-fixed-ip-address-to-a-openvpn-user-lan-to-lan-connection/</link>
	<description>A bit of everything and answers that really work!</description>
	<lastBuildDate>Wed, 26 May 2010 13:34:04 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Evgeny</title>
		<link>http://www.leonardoborda.com/blog/how-to-assign-a-fixed-ip-address-to-a-openvpn-user-lan-to-lan-connection/comment-page-1/#comment-101</link>
		<dc:creator>Evgeny</dc:creator>
		<pubDate>Sat, 10 Apr 2010 09:07:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.leonardoborda.com/blog/?p=93#comment-101</guid>
		<description>Check the firewall, 99% cases it is blocking traffic.
iptables -A INPUT -i tun+ -j ACCEPT    -  gives you access to the host,
iptables -A FORWARD -i tun+ -j ACCEPT  - lan behind the vpn server access rule. See FAQ on openvpn, it&#039;s useful.

Regards</description>
		<content:encoded><![CDATA[<p>Check the firewall, 99% cases it is blocking traffic.<br />
iptables -A INPUT -i tun+ -j ACCEPT    &#8211;  gives you access to the host,<br />
iptables -A FORWARD -i tun+ -j ACCEPT  &#8211; lan behind the vpn server access rule. See FAQ on openvpn, it&#8217;s useful.</p>
<p>Regards</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Morten André Steinsland</title>
		<link>http://www.leonardoborda.com/blog/how-to-assign-a-fixed-ip-address-to-a-openvpn-user-lan-to-lan-connection/comment-page-1/#comment-84</link>
		<dc:creator>Morten André Steinsland</dc:creator>
		<pubDate>Mon, 28 Dec 2009 18:40:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.leonardoborda.com/blog/?p=93#comment-84</guid>
		<description>Hi

Thanks, now i finally have static IP&#039;s on clients! I was trying to set the clients to 10.8.0.1 - 10, not knowing they had to be .5 .9 and so on.

But now i&#039;m unable to ping the server at it&#039;s usual vpn ip (10.8.0.1) from a client, or connect in any way. Any idea what i&#039;m doing wrong?</description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>Thanks, now i finally have static IP&#8217;s on clients! I was trying to set the clients to 10.8.0.1 &#8211; 10, not knowing they had to be .5 .9 and so on.</p>
<p>But now i&#8217;m unable to ping the server at it&#8217;s usual vpn ip (10.8.0.1) from a client, or connect in any way. Any idea what i&#8217;m doing wrong?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
