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:	Fri, 13 Aug 2010 13:47:06 +0300
From:	"Jussi Kivilinna" <jussi.kivilinna@...et.fi>
To:	netdev@...r.kernel.org
Subject: 2.6.35, netfilter/iptables not working with 32bit userspace +
	64bit kernel?

Hello!

I have server/firewall running Debian lenny with 32bit userspace and  
64bit kernel. After upgrading from 2.6.34 to 2.6.35, I couldn't get  
any new chains work. Simply doing (with 32bit iptables)

   iptables -N new_chain
   iptables -A OUTPUT -j new_chain
   iptables -A OUTPUT -j ACCEPT

cause output to freeze. "iptables -L -vn" shows:

Chain OUTPUT (policy ACCEPT 3397 packets, 637K bytes)
  pkts bytes target     prot opt in     out     source         destination
     3   252 new_chain  all  --  *      *       0.0.0.0/0      0.0.0.0/0
     0     0 ACCEPT     all  --  *      *       0.0.0.0/0      0.0.0.0/0

Ping shows "ping: sendmsg: Operation not permitted".

With recompiled 64bit iptables, example above works fine.

-Jussi

--
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