How to change mtu size? GhoudiOnPi May 20, 2024 at 4:08 PM Unfortunately, my Rasperry Pi tells me at the boot process and executing the above/usr/sbin/ifconfig eth0 mtu 9000 upifconfig: SIOCSIFMTU: Invalid argumentHow should the syntax be set to get the MTU working with a value 9000 ?
How to change mtu size? GhoudiOnPi May 20, 2024 at 4:02 PM Quote from chewitt 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 beCreate /storage/.config/system.d/mtu.change.serviceand then copy & paste your code lines and save itand thensystemctl enable /storage/.config/system.d/mtu.change.servicefollowed bysystemctl start mtu.change.service