From 0216dc418515b9f18b1cba61bd8a94788ff92e07 Mon Sep 17 00:00:00 2001 From: Julien Moutinho Date: Sat, 1 Mar 2014 17:11:17 +0100 Subject: [PATCH] =?utf8?q?Modification=20:=20eth0=20:=20PMTU=20fait=20son?= =?utf8?q?=20travail=20d=C3=A9sormais.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- etc/network/interfaces.m4 | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/etc/network/interfaces.m4 b/etc/network/interfaces.m4 index 8a09cd9..a596d97 100644 --- a/etc/network/interfaces.m4 +++ b/etc/network/interfaces.m4 @@ -8,22 +8,5 @@ iface grenode inet static network LOCAL_IPV4 broadcast LOCAL_IPV4 netmask LOCAL_NETMASK - mtu 1300 - # NOTE: il y a besoin de ça en l'état actuel du réseau de Grenode - # car la MTU des tunnels GRE/IPsec entre les routeurs de Grenode l'impose. - # - # root@ateliers:~# ping -M do -c 1 -s $((1500-20-8-200)) soupirail.grenode.net - # PING soupirail.grenode.net (91.216.110.1) 1272(1300) bytes of data. - # 1280 bytes from soupirail.grenode.net (91.216.110.1): icmp_req=1 ttl=63 time=18.0 ms - # - # --- soupirail.grenode.net ping statistics --- - # 1 packets transmitted, 1 received, 0% packet loss, time 0ms - # rtt min/avg/max/mdev = 18.027/18.027/18.027/0.000 ms - # root@ateliers:~# ping -M do -c 1 -s $((1500-20-8-200+1)) soupirail.grenode.net - # PING soupirail.grenode.net (91.216.110.1) 1273(1301) bytes of data. - # From estran.grenode.net (91.216.110.6) icmp_seq=1 Frag needed and DF set (mtu = 1300) - # - # --- soupirail.grenode.net ping statistics --- - # 0 packets transmitted, 0 received, +1 errors post-up ip address add LOCAL_GATEWAY dev $IFACE post-down ip address del LOCAL_GATEWAY dev $IFACE -- 2.20.1