Changing MTU via GUI does not show up in output from ifconfig

  • Using the GUI I changed MTU to 9000 geändert, see here Datei von filehorst.de laden


    After a reboot is is seen in /etc/network/interfaces






    But this is the output of ifconfig -a - after reboot. What did I wrong?

  • Hi and thanks for your answer.


    Well, neither


    ifconfig eth0 mtu 1600


    nor


    ip link set dev eth0 mtu 1600


    do work. I always get an "Invalid argument"-error.


    dmesg tells me (and the bandwdth as well) that it is a gigabit-adapter.


    [1015226.987903] device eth0 entered promiscuous mode
    [1015229.279547] tg3 0000:02:00.0 eth0: Link is up at 1000 Mbps, full duplex
    [1015229.279574] tg3 0000:02:00.0 eth0: Flow control is on for TX and on for RX
    [1015229.279623] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready



    and trying to restart the network with MTU 9000 in /etc/network/interfaces results in


    /etc/init.d/networking restart
    Running /etc/init.d/networking restart is deprecated because it may not re-enable some interfaces ... (warning).
    Reconfiguring network interfaces...RTNETLINK answers: File exists
    Failed to bring up eth0.
    RTNETLINK answers: File exists
    Failed to bring up eth0.
    done.

    • Offizieller Beitrag

    Looks like the kernel driver doesn't support it. If you have omvextras installed you can try an upgrade to backport kernel one, maybe support was added later.
    When you ran the command did dmesg showed something about that? check last 5-6 lines.
    Google says some people report issues with mtu and the Broadcom tg3 driver.

  • Well, it seems to me, that I'm already using the backports kernel.


    dmesg does not tell me anything more than is seen in my previous post.


    Well, I think it's the damn tg3. Thanks again

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!