Re: aptitude/apt-get hangs during update (plus) on IPv6



Rick Thomas a écrit :

My point is that by setting your MTU to 1280, you have done *your*
part.

By doing that you have just used a side effect of the MTU as a
workaround to hide the problem originating at the other end, for TCP
connections only. Nothing has been fixed.

At least you can be assured that all your packets will get thru
without fragmentation,

Setting the MTU to the minimum value does not prevent fragmentation.
Datagrams bigger that the path MTU will still need to be fragmented, and
the lower you set the MTU, the more frequently fragmentation will happen.

If the host on the other end sets its MTU to something larger and an
intervening router doesn't do fragmentation

IPv6 routers don't do fragmentation. Fragmentation is done by the
sending host only. Intermediate routers must only generate ICMPv6
"packet too big" messages. That is similar to IPv4 when packets have the
DF flag set. Anything that drops or ignore those ICMPv6 messages will
break the path MTU discovery.


--
To UNSUBSCRIBE, email to debian-user-REQUEST@xxxxxxxxxxxxxxxx
with a subject of "unsubscribe". Trouble? Contact listmaster@xxxxxxxxxxxxxxxx
Archive: http://lists.debian.org/4DF4B955.7080009@xxxxxxxxxxxxxxx



Relevant Pages

  • Re: Strange MTU-ish problem
    ... using an alice.it ADSL modem. ... I tried changing the MTU with "ifconfig eth1 mtu 1492" ... also set the -M flag to control fragmentation. ... You should snoop packets to see if this is the issue because you get ...
    (Fedora)
  • Re: don??t fragment bit
    ... - Sender wählt eine aus seiner Sicht wünschenswerte MTU und setzt das ... nicht" aka "Fragmentation needed but DF set". ... das Netz krass sicher zu machen, ICMP komplett. ...
    (de.comp.os.unix.linux.misc)
  • Re: [Lhms-devel] [PATCH 0/7] Fragmentation Avoidance V19
    ... sufferd from fragmentation when MTU is big. ... gathering fragmented skbs.When these skb_* funcs failed, the packet ... send the line "unsubscribe linux-kernel" in ...
    (Linux-Kernel)
  • Re: Verzögerunsfenster
    ... Hintergrund ist die MTU und machmal die fehlende Path MTU Option. ... Beliebt ist der Fragmentation auch bei der Autehifizierung, ... Prev by Date: ... Next by Date: ...
    (microsoft.public.de.german.exchange2000.general)
  • Re: MTU size and 802.1x authentication
    ... But I would expect the protocol driver (not ... NDISUIO) to handle fragmenting the packets by looking at the MTU, ... NDISUIO is rejecting any tx packets that exceed that MTU. ... The EAP-TLS protocol has fragmentation login built into it. ...
    (microsoft.public.development.device.drivers)