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>] [thread-next>] [day] [month] [year] [list]
Date:	Wed, 2 May 2007 05:55:28 -0400
From:	"Dylan Taft" <d13f00l@...il.com>
To:	linux-kernel@...r.kernel.org
Subject: Strange UDP Issue on 2.6.20.8 - broadcasts not being received if socket bound to local ip

I've been pulling my hair out for the past several hours trying to
debug a program in wine.  I'm currently on kernel 2.6.20.8.  The
problem was that I was not getting any broadcasts to 255.255.255.255
on a UDP socket bound to 192.168.0.8 with SO_BROADCAST enabled.

I was fiddling around a bit, broadcasts come in fine if the socket is
bound to INADDR_ANY( 0.0.0.0), but if it's bound to 192.168.0.8
nothing comes in.  I did a packet sniff, and indeed packets were being
sent out to 255.255.255.255 via another machine on the network.  I
wrote a quick test program that would bind a socket to the lan ip and
wait for incoming data.  I tested it on a windows machine and linux.
The windows machine could pick up packets fine, my linux machine could
not.   Is this proper behavior?  It's fudging up several games and
things in the wine project.

Does anyone else experience this?  Thanks!

Dylan Taft
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ