Results 1 to 3 of 3

Thread: netplan -- cannot set MTU

  1. #1
    Join Date
    Jan 2018
    Beans
    5

    netplan -- cannot set MTU

    Hello everyone,

    I have an Ubuntu Server 17.10 that Im trying to configure a MTU of 9000. The problem is that whatever I specify in the netplan config file (well, I mean the MTU), it does not get picked up by netplan apply.

    Here is my config:

    Code:
    network:  version: 2
      renderer: networkd
      ethernets:
        eth0:
          mtu: 9000
          match: 
            macaddress: xx:xx:xx:xx:xx:xx
        eth1:
          mtu: 9000
          match: 
            macaddress: xx:xx:xx:xx:xx:xx 
      bond0:
    [etc]
    I checked the manual and the way I define the value should work.


    Anyone have experience with this?

  2. #2
    Join Date
    Feb 2008
    Location
    Texas
    Beans
    29,809
    Distro
    Ubuntu 20.04 Focal Fossa

    Re: netplan -- cannot set MTU

    Thread moved to Server Platforms, a more appropriate forum.

  3. #3
    Join Date
    Jun 2016
    Beans
    2

    Re: netplan -- cannot set MTU

    I experience the same problem on 18.04 LTS.
    Googled around a bit and it found reports that this issue was seen long ago and fixed.
    See also https://ubuntuforums.org/showthread.php?t=2380766
    and https://bugs.launchpad.net/ubuntu/+s...n/+bug/1668693
    Last edited by bbouwens; June 19th, 2018 at 09:27 AM.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •