From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pascal Hambourg Subject: Re: Can iptables/ip6tables start and work in parallel (fwd) Date: Thu, 14 Sep 2006 11:41:51 +0200 Message-ID: <450923DF.1080601@plouf.fr.eu.org> References: Mime-Version: 1.0 Content-Transfer-Encoding: quoted-printable Return-path: In-Reply-To: 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="iso-8859-1"; format="flowed" To: netfilter@lists.netfilter.org Hello, Vidya Ravipati a =E9crit : >=20 > 1)Can iptables and ip6tables run together on same linux machine. Yes, of course. iptables and ip6tables are mostly independent, as IPv4=20 and IPv6 are on any dual stack machine (with restrictions due to=20 IPv4-mapped addresses). > 2)I found out in redhat linux adminstration guide that Iptables cannot > start along with Ip6tables. > http://www.redhat.com/docs /manuals/linux/RHL-8.0-Manual > /security-guide/ch-fw.html > This is what it is mentioned in this page > The IPChains and IP6Tables services must be turned off to use the IPTab= les > service with the following commands: > Then how can we build a firewall for a machine which can be used both i= n > IPv4 and IPv6 networks. That may be a specific RedHat restriction. I don't know RedHat at all=20 and use my own scripts to create iptables and ip6tables rulesets.