<?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: Как настроить IP-IP-тунель между FreeBSD и Linux</title>
	<atom:link href="http://kovyrin.net/2006/03/17/how-to-create-ip-ip-tunnel-between-freebsd-and-linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://kovyrin.net/2006/03/17/how-to-create-ip-ip-tunnel-between-freebsd-and-linux/</link>
	<description>Yet Another Admin&#039;s blog</description>
	<lastBuildDate>Thu, 04 Feb 2010 07:58:50 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Felipe Alfaro Solana</title>
		<link>http://kovyrin.net/2006/03/17/how-to-create-ip-ip-tunnel-between-freebsd-and-linux/comment-page-1/#comment-231211</link>
		<dc:creator>Felipe Alfaro Solana</dc:creator>
		<pubDate>Thu, 04 Dec 2008 18:40:42 +0000</pubDate>
		<guid isPermaLink="false">http://blog.kovyrin.net/2006/03/17/how-to-create-ip-ip-tunnel-between-freebsd-and-linux/#comment-231211</guid>
		<description>Using an MTU of 1,500 on the tun0 will likely cause fragmentation issues.&lt;br&gt;&lt;br&gt;Typically, Ethernet maximum frame size is 1,500 bytes. MTU reflects the maximum payload that will fit in the Layer 2 without causing fragmentation. If you use an MTU of 1,500 for tun0, your encapsulating IP datagram will likely be fragmented because you are not accounting for the overhead of the encapsulation.&lt;br&gt;&lt;br&gt;When using IP-over-IP, you need to discount 20 bytes for the encapsulating IP header. This means you should use an MTU of 1,480 and not 1,500. If you want to use GRE, you also need to deduct the size of the GRE header.</description>
		<content:encoded><![CDATA[<p>Using an MTU of 1,500 on the tun0 will likely cause fragmentation issues.</p>
<p>Typically, Ethernet maximum frame size is 1,500 bytes. MTU reflects the maximum payload that will fit in the Layer 2 without causing fragmentation. If you use an MTU of 1,500 for tun0, your encapsulating IP datagram will likely be fragmented because you are not accounting for the overhead of the encapsulation.</p>
<p>When using IP-over-IP, you need to discount 20 bytes for the encapsulating IP header. This means you should use an MTU of 1,480 and not 1,500. If you want to use GRE, you also need to deduct the size of the GRE header.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Алексей</title>
		<link>http://kovyrin.net/2006/03/17/how-to-create-ip-ip-tunnel-between-freebsd-and-linux/comment-page-1/#comment-153474</link>
		<dc:creator>Алексей</dc:creator>
		<pubDate>Fri, 19 Oct 2007 10:58:14 +0000</pubDate>
		<guid isPermaLink="false">http://blog.kovyrin.net/2006/03/17/how-to-create-ip-ip-tunnel-between-freebsd-and-linux/#comment-153474</guid>
		<description>можно и нужно :)</description>
		<content:encoded><![CDATA[<p>можно и нужно <img src='http://kovyrin.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Семён</title>
		<link>http://kovyrin.net/2006/03/17/how-to-create-ip-ip-tunnel-between-freebsd-and-linux/comment-page-1/#comment-129098</link>
		<dc:creator>Семён</dc:creator>
		<pubDate>Thu, 09 Aug 2007 09:11:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.kovyrin.net/2006/03/17/how-to-create-ip-ip-tunnel-between-freebsd-and-linux/#comment-129098</guid>
		<description>Народ а расскажите можно ли теперь этот IP-тунель криптовать Racoon-ом???</description>
		<content:encoded><![CDATA[<p>Народ а расскажите можно ли теперь этот IP-тунель криптовать Racoon-ом???</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jr</title>
		<link>http://kovyrin.net/2006/03/17/how-to-create-ip-ip-tunnel-between-freebsd-and-linux/comment-page-1/#comment-88745</link>
		<dc:creator>jr</dc:creator>
		<pubDate>Thu, 17 May 2007 15:26:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.kovyrin.net/2006/03/17/how-to-create-ip-ip-tunnel-between-freebsd-and-linux/#comment-88745</guid>
		<description>Very good, I&#039;ve tested just the linux part and it works fine.
MAny Thanks</description>
		<content:encoded><![CDATA[<p>Very good, I&#8217;ve tested just the linux part and it works fine.<br />
MAny Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: LVS/TUN mode with FreeBSD and Solaris realserver &#171; Catattan Seorang Geeks</title>
		<link>http://kovyrin.net/2006/03/17/how-to-create-ip-ip-tunnel-between-freebsd-and-linux/comment-page-1/#comment-87674</link>
		<dc:creator>LVS/TUN mode with FreeBSD and Solaris realserver &#171; Catattan Seorang Geeks</dc:creator>
		<pubDate>Mon, 14 May 2007 16:11:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.kovyrin.net/2006/03/17/how-to-create-ip-ip-tunnel-between-freebsd-and-linux/#comment-87674</guid>
		<description>[...] [3] http://blog.kovyrin.net/2006/03/17/how-to-create-ip-ip-tunnel-between-freebsd-and-linux/ [...]</description>
		<content:encoded><![CDATA[<p>[...] [3] <a href="http://blog.kovyrin.net/2006/03/17/how-to-create-ip-ip-tunnel-between-freebsd-and-linux/" rel="nofollow">http://blog.kovyrin.net/2006/03/17/how-to-create-ip-ip-tunnel-between-freebsd-and-linux/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tunnel</title>
		<link>http://kovyrin.net/2006/03/17/how-to-create-ip-ip-tunnel-between-freebsd-and-linux/comment-page-1/#comment-47599</link>
		<dc:creator>tunnel</dc:creator>
		<pubDate>Thu, 25 Jan 2007 01:47:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.kovyrin.net/2006/03/17/how-to-create-ip-ip-tunnel-between-freebsd-and-linux/#comment-47599</guid>
		<description>In 5.x and 6.x the gifconfig command is included in the ifconfig command itself as an option &quot;tunnel&quot;.</description>
		<content:encoded><![CDATA[<p>In 5.x and 6.x the gifconfig command is included in the ifconfig command itself as an option &#8220;tunnel&#8221;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scoundrel</title>
		<link>http://kovyrin.net/2006/03/17/how-to-create-ip-ip-tunnel-between-freebsd-and-linux/comment-page-1/#comment-3567</link>
		<dc:creator>Scoundrel</dc:creator>
		<pubDate>Thu, 27 Jul 2006 14:31:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.kovyrin.net/2006/03/17/how-to-create-ip-ip-tunnel-between-freebsd-and-linux/#comment-3567</guid>
		<description>I&#039;ve tried it in 4.X, but I think, that this command should be in 5.X and 6.X. maybe they&#039;ve changed its name... Try to use Google ;-)</description>
		<content:encoded><![CDATA[<p>I&#8217;ve tried it in 4.X, but I think, that this command should be in 5.X and 6.X. maybe they&#8217;ve changed its name&#8230; Try to use Google <img src='http://kovyrin.net/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rcayenne</title>
		<link>http://kovyrin.net/2006/03/17/how-to-create-ip-ip-tunnel-between-freebsd-and-linux/comment-page-1/#comment-3542</link>
		<dc:creator>rcayenne</dc:creator>
		<pubDate>Thu, 27 Jul 2006 07:39:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.kovyrin.net/2006/03/17/how-to-create-ip-ip-tunnel-between-freebsd-and-linux/#comment-3542</guid>
		<description>For which version of FreeBSD is this example intented? I tryed it on 5.2.1 and there is no  gifconfig command.</description>
		<content:encoded><![CDATA[<p>For which version of FreeBSD is this example intented? I tryed it on 5.2.1 and there is no  gifconfig command.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zenith</title>
		<link>http://kovyrin.net/2006/03/17/how-to-create-ip-ip-tunnel-between-freebsd-and-linux/comment-page-1/#comment-1086</link>
		<dc:creator>zenith</dc:creator>
		<pubDate>Fri, 09 Jun 2006 15:42:43 +0000</pubDate>
		<guid isPermaLink="false">http://blog.kovyrin.net/2006/03/17/how-to-create-ip-ip-tunnel-between-freebsd-and-linux/#comment-1086</guid>
		<description>У меня вот возник вопрос: как быть если число серверов больше двух? Настраивать туннели попарно? Или можно это сделать по-другому? У меня 14 подсетей :)</description>
		<content:encoded><![CDATA[<p>У меня вот возник вопрос: как быть если число серверов больше двух? Настраивать туннели попарно? Или можно это сделать по-другому? У меня 14 подсетей <img src='http://kovyrin.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thomas Anderson</title>
		<link>http://kovyrin.net/2006/03/17/how-to-create-ip-ip-tunnel-between-freebsd-and-linux/comment-page-1/#comment-970</link>
		<dc:creator>Thomas Anderson</dc:creator>
		<pubDate>Tue, 06 Jun 2006 07:26:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.kovyrin.net/2006/03/17/how-to-create-ip-ip-tunnel-between-freebsd-and-linux/#comment-970</guid>
		<description># ifconfig tun0 10.0.0.1 netmask 255.255.255.252 \
&gt; pointopoint 10.0.0.1

ошибочка - должно быть так:
ifconfig tun0 10.0.0.1 netmask 255.255.255.252 \
&gt; pointopoint 10.0.0.2</description>
		<content:encoded><![CDATA[<p># ifconfig tun0 10.0.0.1 netmask 255.255.255.252 \<br />
&gt; pointopoint 10.0.0.1</p>
<p>ошибочка &#8211; должно быть так:<br />
ifconfig tun0 10.0.0.1 netmask 255.255.255.252 \<br />
&gt; pointopoint 10.0.0.2</p>
]]></content:encoded>
	</item>
</channel>
</rss>
