Netgate Discussion Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Search
    • Register
    • Login

    How does one set interface mtu option of the DHCP server for jumbo frames?

    Scheduled Pinned Locked Moved DHCP and DNS
    2 Posts 1 Posters 3.0k Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • Z
      zxvv
      last edited by

      How do you set the interface-mtu option of dhcpd to 9000?

      Here's what I've tried:

      "Additional BOOTP/DHCP Options" has entries consisting of:

      <option number="">  <type> <value></value></type></option>
      

      The descriptions says "For a list of available options please visit this URL."
      http://www.iana.org/assignments/bootp-dhcp-parameters/

      The URL says option 26 is "Interface MTU", so I entered (screenshot below):

      26        Unsigned 16-bit-interger      9000
      

      And the resulting  /var/dhcpd/etc/dhcpd.conf contains:

      subnet 172.16.4.0 netmask 255.255.255.0 {
       ...
              option custom-lan-0 9000;
      }
      

      After saving the change and bouncing the dhcpd servers, dhcp clients still get configured for 1500 mtu.

      I would have expected dhcpd.conf to have something like "option interface-mtu 9000;", so perhaps I'm not using the GUI correctly.

      Does anyone have any ideas about how to configure MTU?
      dhcpd-mtu.gif
      dhcpd-mtu.gif_thumb

      1 Reply Last reply Reply Quote 0
      • Z
        zxvv
        last edited by

        I have submited a pull request in hopes of resolving the capability to set MTU on dhcp pools.

        https://github.com/pfsense/pfsense/pull/3222

        1 Reply Last reply Reply Quote 0
        • First post
          Last post
        Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.