<div dir="ltr">My understanding is that PMTUDiscovery determines what mtu to use for tunneled frames in switch mode so that they will fit without fragmentation.</div><div class="gmail_extra"><br><br><div class="gmail_quote">

On Sat, Jan 19, 2013 at 5:30 AM, SVM <span dir="ltr"><<a href="mailto:svm7@mail15.com" target="_blank">svm7@mail15.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

Hello, all! I have many questions about tap device architecture.<br>
<br>
What is a right way to calc mtu on TAP device to avoid fragmentation on real eth device?<br>
<br>
I suppose TAP MTU = 1500-8(UDP)-20(IP)-18(<u></u>Ethernet) = 1454.<br>
So I'd set 1454 for tap device: "ip link set mtu 1454 dev eth0"<br>
<br>
I'm not shure about what is the exact size of ethernet frame header, which tap device use in switch mode?<br>
Is there FCS field? - Sure it should be.<br>
But is there InterFrame Space and Preamble in the "switch environment"?<br>
<br>
And how this correlate with PMTU and PMTUDiscovery options?<br>
Should I really manually change MTU for tap device?<br>
<br>
I very appreciate your help.<br>
Thanks!<br>
<br>
______________________________<u></u>_________________<br>
tinc mailing list<br>
<a href="mailto:tinc@tinc-vpn.org" target="_blank">tinc@tinc-vpn.org</a><br>
<a href="http://www.tinc-vpn.org/cgi-bin/mailman/listinfo/tinc" target="_blank">http://www.tinc-vpn.org/cgi-<u></u>bin/mailman/listinfo/tinc</a><br>
</blockquote></div><br></div>