From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id DB87C138959 for ; Sun, 10 Feb 2013 05:19:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6F9CF21C042; Sun, 10 Feb 2013 05:19:28 +0000 (UTC) Received: from mail-we0-f169.google.com (mail-we0-f169.google.com [74.125.82.169]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AF6B921C004 for ; Sun, 10 Feb 2013 05:19:26 +0000 (UTC) Received: by mail-we0-f169.google.com with SMTP id t11so4128639wey.0 for ; Sat, 09 Feb 2013 21:19:25 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:date:message-id:subject:from:to :content-type; bh=bD2SHvwp6N0KP+YE0DUMmcVA7OvyRQpCgtT40jUp5Lc=; b=a017hKB36ynfwVcLQVur2HDGkAq/eX/mJJh0ktOgqaFuEZHKgoPLyudhFEWb3jB6MY rsCzfjIWvL/464jbvsGB0N1iIxw57hyJuJ5YntiLPC1P6vahPhBtjqgibnHUb+/jvsxe fNSYj6RW5ujpR3ly3/JliTvg/yxmVflrmV4IuSbXHdtAfhs3hNLN3uEQUb7aY5F3ElQX 0le//qDG2QBkpTSMGRq85rv33vMcIWxTeqbnyGQxf8EXJvmUiIWOHU0afsdktYaQvQb5 CsdDzUFkraWPsLppuQYfWVaj0ez/OOMtOfMyD8eTbtxDZNP8Cr6icCzKXGYAin/yrwXk Ri3g== Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 X-Received: by 10.180.90.147 with SMTP id bw19mr9791813wib.28.1360473565373; Sat, 09 Feb 2013 21:19:25 -0800 (PST) Received: by 10.194.242.103 with HTTP; Sat, 9 Feb 2013 21:19:25 -0800 (PST) Date: Sat, 9 Feb 2013 21:19:25 -0800 Message-ID: Subject: [gentoo-user] Shorewall: iptables: No chain/target/match by that name. From: Grant To: Gentoo mailing list Content-Type: text/plain; charset=ISO-8859-1 X-Archives-Salt: 6fb07e39-6e6d-492f-bad8-d6711ca62eac X-Archives-Hash: 72dec9842a6f05844c81caf340708193 I'm getting the following when restarting shorewall: # /etc/init.d/shorewall restart * Stopping firewall ... * Starting firewall ... iptables: No chain/target/match by that name. How can I find out which chain/target/match I need to compile into the kernel? shorewall-init.log does not indicate any problems and I have LOG_VERBOSITY=2 in shorewall.conf which is the maximum. - Grant