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, 10 May 2010 21:51:21 +0200
From:	"Gerrit Binnenmars" <gerritbinnenmars@...il.com>
To:	<netdev@...r.kernel.org>
Subject: Fw: Subnet broadcast MTU issue?

Hello,

I have configured an ethernet port at MTU 9000 with ifconfig
On this port I have an alias (with IP 192.168.100.254) for a network that 
support only an MTU of 1500, I added ip route change 192.168.100.0/24 dev 
eth0 src 192.168.100.254 mtu lock 1500.

Then ping -s 20000 192.168.100.253 works fine, with packets being fragmented 
as expected at 1500 bytes
but ping -b -s 20000 192.168.100.255 does not work, packets are fragmented 
at approx. 9000 bytes.

I tried ip route change table local broadcast 192.168.100.255 mtu lock 1500 
without success.

Is there a solution? Where in the source code is the MTU size for a 
broadcast message determined?

Thanks in advance,

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