From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ruprecht Helms Subject: Understandingproblem within firewallscript Date: 25 Jun 2003 11:53:47 +0200 Sender: netfilter-admin@lists.netfilter.org Message-ID: <1056534812.11039.6.camel@linux.local> Reply-To: rhelms@mayn.de Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: Errors-To: netfilter-admin@lists.netfilter.org List-Help: List-Post: List-Subscribe: , List-Id: List-Unsubscribe: , List-Archive: Content-Type: text/plain; charset="us-ascii" To: netfilter@lists.netfilter.org Hi, I've difficulties in understanding a part within a examplescript. For what is the last part used in these lines. iptables -N SPECIALPORTS iptables -A SPECIALPORT -p tcp --dport 6670 -j LSPECIALPORT ... I found nothing before were LSPECIALPORT is defined. The rule works within the chain SPECIALPORT I know. Thanks for help. Regards, Ruprecht