32bit domU on 64bit dom0

Posted by ModuleC on Server Fault See other posts from Server Fault or by ModuleC
Published on 2010-04-07T18:56:31Z Indexed on 2010/04/07 19:03 UTC
Read the original article Hit count: 437

Filed under:
|
|

I'm using 64bit Centos Dom0 with:

2.6.18-164.15.1.el5xen #1 SMP Wed Mar 17 12:04:23 EDT 2010 x86_64 x86_64 x86_64 GNU/Linux

recently i migrated some 32bit Centos domUs on this node. As by specs 32bit domUs should work with 64bit dom0.

DomUs are paravirtualized, and everything works, except iptables limit.

Anyways runing csf on domU will return following messages in dmesg:

ip_tables: (C) 2000-2006 Netfilter Core Team
Netfilter messages via NETLINK v0.30.
ip_conntrack version 2.4 (2080 buckets, 16640 max) - 304 bytes per conntrack
ip_tables: limit match: invalid size 40 != 28
ip_tables: limit match: invalid size 40 != 28
ip_tables: limit match: invalid size 40 != 28
ip_tables: limit match: invalid size 40 != 28
ip_tables: limit match: invalid size 40 != 28
ip_tables: limit match: invalid size 40 != 28
ip_tables: limit match: invalid size 40 != 28

Doing lsmod on both dom0 and domU is listing all iptables modules required as loaded. I've found this http://www.mail-archive.com/[email protected]/msg189433.html

But didn't find anything for centos on this issue. Am I missing something?

© Server Fault or respective owner

Related posts about domu

Related posts about iptables