Netdev List
 help / color / mirror / Atom feed
* 2.6.35, netfilter/iptables not working with 32bit userspace + 64bit kernel?
@ 2010-08-13 10:47 Jussi Kivilinna
  2010-08-13 12:18 ` Eric Dumazet
  0 siblings, 1 reply; 4+ messages in thread
From: Jussi Kivilinna @ 2010-08-13 10:47 UTC (permalink / raw)
  To: netdev

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


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2010-08-13 13:40 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-08-13 10:47 2.6.35, netfilter/iptables not working with 32bit userspace + 64bit kernel? Jussi Kivilinna
2010-08-13 12:18 ` Eric Dumazet
2010-08-13 12:19   ` Florian Westphal
2010-08-13 13:40     ` Jussi Kivilinna

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox