Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755607Ab1EVOl7 (ORCPT ); Sun, 22 May 2011 10:41:59 -0400 Received: from fep22.mx.upcmail.net ([62.179.121.42]:50783 "EHLO fep22.mx.upcmail.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755133Ab1EVOlu (ORCPT ); Sun, 22 May 2011 10:41:50 -0400 X-SourceIP: 178.83.226.131 Message-ID: <4DD91E16.1070300@odi.ch> Date: Sun, 22 May 2011 16:30:46 +0200 From: =?ISO-8859-1?Q?Ortwin_Gl=FCck?= User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.17) Gecko/20110516 Thunderbird/3.1.10 MIME-Version: 1.0 To: netdev@vger.kernel.org, linux-kernel@vger.kernel.org Subject: is UDP broadcast over wlan broken? Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Cloudmark-Analysis: v=1.1 cv=DCRP0ZtmJUK9xCJAWyBxphtxfaK97vUsdrClCjRuegE= c=1 sm=0 a=c6weS0ZJO8EA:10 a=6ADSKvGKGmgA:10 a=8nJEP1OIZ-IA:10 a=IgoJPhe-ptZliA7j7BYA:9 a=6A5DQxPQWumEsGAqfdwA:7 a=wPNLvfGTeEIA:10 a=HpAAvcLHHh0Zw7uRqdWCyQ==:117 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1515 Lines: 37 Hi, On 2.6.38.6 I can no longer receive UDP broadcasts over wireless interfaces. This affects CUPS zeroconf (port 631 broadcasts). Other UDP traffic (like DNS lookups) works fine. I can see UDP broadcasts originate fine on 192.168.111.11/24 (my router): # uname -a Linux gandalf 2.6.38.6 #11 SMP PREEMPT Tue May 10 13:42:44 CEST 2011 x86_64 Intel(R) Core(TM) i3 CPU 540 @ 3.07GHz GenuineIntel GNU/Linux # tcpdump -np -i wlan0 udp and port 631 tcpdump: verbose output suppressed, use -v or -vv for full protocol decode listening on wlan0, link-type EN10MB (Ethernet), capture size 96 bytes 16:15:21.695230 IP 192.168.111.11.631 > 192.168.111.255.631: UDP, length 151 But these packets are not received on 192.168.111.10/24 (the client): # uname -a Linux mithril 2.6.39 #2 SMP PREEMPT Sun May 22 14:22:23 CEST 2011 i686 Intel(R) Core(TM)2 CPU T7600 @ 2.33GHz GenuineIntel GNU/Linux # tcpdump -n -i wlan0 udp and port 631 tcpdump: verbose output suppressed, use -v or -vv for full protocol decode listening on wlan0, link-type EN10MB (Ethernet), capture size 96 bytes ^C 0 packets captured 0 packets received by filter 0 packets dropped by kernel I made very sure that nothing is dropped by netfilter on either side. Both sides use ath9k as their wifi driver. Ortwin -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/