Ciprian Niculescu wrote:
i get this: ip_conntrack (1024 buckets, 8192 max) ip_tables: (C) 2000-2002 Netfilter core team ip_queue: initialisation failed: unable to create queue
This means you have compiled in both IMQ and ip_queue. Both use netfilter queueing mechanism, but there can be only one registered user per protocol, so this suggests IMQ came first and now ip_queue is unable to register it's interest in PF_INET packets.
You can either just ignore this message or remove either imq or ip_queue from you configuration.
Bye, Patrick