Hello, Vidya Ravipati a écrit :
1)Can iptables and ip6tables run together on same linux machine.
Yes, of course. iptables and ip6tables are mostly independent, as IPv4 and IPv6 are on any dual stack machine (with restrictions due to 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 IPTables service with the following commands: Then how can we build a firewall for a machine which can be used both in IPv4 and IPv6 networks.
That may be a specific RedHat restriction. I don't know RedHat at all and use my own scripts to create iptables and ip6tables rulesets.