From mboxrd@z Thu Jan 1 00:00:00 1970 From: Philip Craig Subject: Re: Problem with CONNMARK Date: Wed, 01 Mar 2006 14:17:33 +1000 Message-ID: <4405205D.9020803@snapgear.com> References: <200603010355.51074.tommy@svearike.sytes.net> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <200603010355.51074.tommy@svearike.sytes.net> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: netfilter-bounces@lists.netfilter.org Errors-To: netfilter-bounces@lists.netfilter.org Content-Type: text/plain; charset="us-ascii" To: Tommy W Cc: netfilter@lists.netfilter.org On 03/01/2006 12:55 PM, Tommy W wrote: > # iptables -A PREROUTING -t mangle -i eth4 -j CONNMARK --restore-mark > iptables: No chain/target/match by that name > > What's missing ? > I do HAVE the module libipt_CONNMARK.so It looks like your userspace iptables supports it, but it is not enabled in your kernel. Note that /usr/local/lib/iptables/libipt_CONNMARK.so is not a kernel module.