PROJET AUTOBLOG


shaarli-Links

Site original : shaarli-Links

⇐ retour index

Réseau problème MTU (Maximum Transmission Unit)

lundi 28 décembre 2020 à 14:08

Lorsque vous avez des problèmes de taille de paquet, pour changer le MTU :

$ ip a
2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UP group default qlen 1000

$ sudo ifconfig eth0 mtu 1420

ou
dans /etc/network/interfaces :

allow-hotplug eth0
iface eth0 inet dhcp
    mtu 1420

Permalink