lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:	Mon, 11 Jan 2010 19:39:39 +0100 (CET)
From:	Gerrit Binnenmars <gerritbinnenmars@...ine.nl>
To:	netdev@...r.kernel.org
Subject: Different MTU sizes on a single ethernet port

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
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ