Posts by GhoudiOnPi

    Unfortunately, my Rasperry Pi tells me at the boot process and executing the above

    /usr/sbin/ifconfig eth0 mtu 9000 up

    ifconfig: SIOCSIFMTU: Invalid argument

    How should the syntax be set to get the MTU working with a value 9000 ?

    Create /storage/.config/system.d/mtuchange.service with ^ then "systemctl enable /storage/.confg/mtuchange.service" and "systemctl start mtuchange.service"

    Just to be sure: I guess, that should be

    Create /storage/.config/system.d/mtu.change.service

    and then copy & paste your code lines and save it

    and then

    systemctl enable /storage/.config/system.d/mtu.change.service

    followed by

    systemctl start mtu.change.service