<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>Homo-Adminus Blog - Latest Comments in How to create IP-IP tunnel between FreeBSD and Linux</title><link>http://homo-adminus.disqus.com/</link><description></description><atom:link href="https://homo-adminus.disqus.com/how_to_create_ip_ip_tunnel_between_freebsd_and_linux/latest.rss" rel="self"></atom:link><language>en</language><lastBuildDate>Thu, 04 Dec 2008 08:40:42 -0000</lastBuildDate><item><title>Re: How to create IP-IP tunnel between FreeBSD and Linux</title><link>http://blog.kovyrin.net/2006/03/17/how-to-create-ip-ip-tunnel-between-freebsd-and-linux/#comment-4164778</link><description>&lt;p&gt;Using an MTU of 1,500 on the tun0 will likely cause fragmentation issues.&lt;/p&gt;&lt;p&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;/p&gt;&lt;p&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.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Felipe Alfaro Solana</dc:creator><pubDate>Thu, 04 Dec 2008 08:40:42 -0000</pubDate></item><item><title>Re: How to create IP-IP tunnel between FreeBSD and Linux</title><link>http://blog.kovyrin.net/2006/03/17/how-to-create-ip-ip-tunnel-between-freebsd-and-linux/#comment-2460278</link><description>&lt;p&gt;можно и нужно :)&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Алексей</dc:creator><pubDate>Fri, 19 Oct 2007 06:58:14 -0000</pubDate></item><item><title>Re: How to create IP-IP tunnel between FreeBSD and Linux</title><link>http://blog.kovyrin.net/2006/03/17/how-to-create-ip-ip-tunnel-between-freebsd-and-linux/#comment-2460277</link><description>&lt;p&gt;Народ а расскажите можно ли теперь этот IP-тунель криптовать Racoon-ом???&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Семён</dc:creator><pubDate>Thu, 09 Aug 2007 05:11:27 -0000</pubDate></item><item><title>Re: How to create IP-IP tunnel between FreeBSD and Linux</title><link>http://blog.kovyrin.net/2006/03/17/how-to-create-ip-ip-tunnel-between-freebsd-and-linux/#comment-2460276</link><description>&lt;p&gt;Very good, I've tested just the linux part and it works fine.&lt;br&gt;MAny Thanks&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">jr</dc:creator><pubDate>Thu, 17 May 2007 11:26:31 -0000</pubDate></item><item><title>Re: How to create IP-IP tunnel between FreeBSD and Linux</title><link>http://blog.kovyrin.net/2006/03/17/how-to-create-ip-ip-tunnel-between-freebsd-and-linux/#comment-2460275</link><description>&lt;p&gt;In 5.x and 6.x the gifconfig command is included in the ifconfig command itself as an option "tunnel".&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">tunnel</dc:creator><pubDate>Wed, 24 Jan 2007 20:47:18 -0000</pubDate></item><item><title>Re: How to create IP-IP tunnel between FreeBSD and Linux</title><link>http://blog.kovyrin.net/2006/03/17/how-to-create-ip-ip-tunnel-between-freebsd-and-linux/#comment-2460274</link><description>&lt;p&gt;I've tried it in 4.X, but I think, that this command should be in 5.X and 6.X. maybe they've changed its name... Try to use Google ;-)&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Scoundrel</dc:creator><pubDate>Thu, 27 Jul 2006 10:31:11 -0000</pubDate></item><item><title>Re: How to create IP-IP tunnel between FreeBSD and Linux</title><link>http://blog.kovyrin.net/2006/03/17/how-to-create-ip-ip-tunnel-between-freebsd-and-linux/#comment-2460273</link><description>&lt;p&gt;For which version of FreeBSD is this example intented? I tryed it on 5.2.1 and there is no  gifconfig command.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">rcayenne</dc:creator><pubDate>Thu, 27 Jul 2006 03:39:04 -0000</pubDate></item><item><title>Re: How to create IP-IP tunnel between FreeBSD and Linux</title><link>http://blog.kovyrin.net/2006/03/17/how-to-create-ip-ip-tunnel-between-freebsd-and-linux/#comment-2460272</link><description>&lt;p&gt;У меня вот возник вопрос: как быть если число серверов больше двух? Настраивать туннели попарно? Или можно это сделать по-другому? У меня 14 подсетей :)&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">zenith</dc:creator><pubDate>Fri, 09 Jun 2006 11:42:43 -0000</pubDate></item><item><title>Re: How to create IP-IP tunnel between FreeBSD and Linux</title><link>http://blog.kovyrin.net/2006/03/17/how-to-create-ip-ip-tunnel-between-freebsd-and-linux/#comment-2460271</link><description>&lt;p&gt;# ifconfig tun0 10.0.0.1 netmask 255.255.255.252 \&lt;br&gt;&amp;gt; pointopoint 10.0.0.1&lt;/p&gt;&lt;p&gt;ошибочка - должно быть так:&lt;br&gt;ifconfig tun0 10.0.0.1 netmask 255.255.255.252 \&lt;br&gt;&amp;gt; pointopoint 10.0.0.2&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Thomas Anderson</dc:creator><pubDate>Tue, 06 Jun 2006 03:26:53 -0000</pubDate></item></channel></rss>