LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   usage of iprange option in ip6tables (https://www.linuxquestions.org/questions/linux-newbie-8/usage-of-iprange-option-in-ip6tables-933128/)

gopimallikharjun 03-06-2012 11:50 PM

usage of iprange option in ip6tables
 
Hi

I have a linux box with linux 2.6.24 installed.
I installed iptables-1.4.12.2 on it.
When i try to use iprange option of ip6tables, I am getting following error.

>>>
ip6tables -I INPUT -m iprange --src-range 3000::0-ffff::0 -j REJECT
ip6tables: No chain/target/match by that name.

I have all ipv6 modules installed.
ip6_queue ,
ip6table_mangle
ip6table_raw
ip6t_ah
ip6t_eui64
ip6t_frag
ip6t_hbh
ip6t_hl
ip6t_HL
ip6t_ipv6header
ip6t_LOG
ip6t_owner
ip6t_rt
ip6t_REJECT
ip6table_filter
ip6_tables
x_tables
ipv6

Please help me in this regard.

Regards,
Gopi

david1941 03-08-2012 08:56 AM

Format error - do not have two :: in an IPv6 address as it is unclear which prevails.


All times are GMT -5. The time now is 06:19 PM.