netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Gerrit Binnenmars <gerritbinnenmars@online.nl>
To: netdev@vger.kernel.org
Subject: Different MTU sizes on a single ethernet port
Date: Mon, 11 Jan 2010 19:39:39 +0100 (CET)	[thread overview]
Message-ID: <1774498547.4264241263235179792.JavaMail.root@mailstore13> (raw)
In-Reply-To: <702058967.4264131263235085567.JavaMail.root@mailstore13>

Hello,

It seems that the following is not possible on Linux

Default ethernet port eth0   : MTU 1500
VLAN ethernet port    eth0.3 : MTU 9000

(Although you can do ifconfig eth0 mtu 9000; ifconfig eth0.3 mtu 9000; ifconfig eth0 mtu 1500)

To solve this the MTU size of the VLAN should be passed to the adapter, and the adapter should have a MTU size for its default interface and a MTU size which is the max. of all interfaces on this port.

Anyone been working on this before, or any other ideas how this can be achieved?

With regards,

Gerrit Binnenmars

           reply	other threads:[~2010-01-11 18:50 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <702058967.4264131263235085567.JavaMail.root@mailstore13>]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1774498547.4264241263235179792.JavaMail.root@mailstore13 \
    --to=gerritbinnenmars@online.nl \
    --cc=netdev@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).