Hi All, In our application there is new req to supporting IPV6 environement. Our application is listen on 8162 and we want to redirecting trafic comming on 162 port to 8162 port on same box. In IPV6 environment we are not able to redirect trafic because there is no nat table in ip6tables. ( We have to listen on 8162 thisw is mandatary). Please let me know how to solve the above problem. Regards Anil Kumar
--- On Thu, 31/12/09, vemulapally anil <[email protected]> wrote: From: vemulapally anil <[email protected]> Subject: [twincling] Need help In redirecting trafic on one port to another port in ip6tables To: [email protected] Date: Thursday, 31 December, 2009, 10:13 AM Hi All, We are adding a rule like "/sbin/iptables -t nat -A PREROUTING -p udp --dport 162 -j REDIRECT --to-ports 8162" in iptbales in our application. Now we are supporting IPV6 so we required to add same rule in ip6tables. Could some one please help me to add the same rule in ip6tables. Regards Anil Kumar The INTERNET now has a personality. YOURS! See your Yahoo! Homepage. The INTERNET now has a personality. YOURS! See your Yahoo! Homepage. http://in.yahoo.com/

