Re: ipset : ip range insertion to hash:net list does not work

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 11 August 2012 00:16, Jozsef Kadlecsik <kadlec@xxxxxxxxxxxxxxxxx> wrote:
> On Fri, 10 Aug 2012, Jozsef Kadlecsik wrote:
>
>> On Fri, 10 Aug 2012, ?brahim Ercan wrote:
>>
>> > Hi. This is my first post. Sorry if there is impropriety. Here is the story.
>> >
>> >  I made rpm packet 6.13 for centos 5. While compilation, I got these errors:
>> >
>> > ipset v6.13: Syntax error: IP address or IP/cidr must be specified:
>> > 1.2.3.4-1.2.3.10
>> > print.c:675: error: ?IPPROTO_UDPLITE? undeclared (first use in this function)
>> >
>> > Then I added below lines to needed files(print.c , parse.c) and
>> > problem solved and I installed rpm.
>> >
>> > #ifndef IPPROTO_UDPLITE
>> > #define IPPROTO_UDPLITE 136 /* from IANA */
>> > #endif
>> >
>> >
>> > Now I need to use hash:net and insert ip range. When I call following
>> > commands, I get error.
>> >
>> > # ipset create foo hash:net family inet
>> > # ipset add foo 192.168.0.1-192.168.0.20
>> > ipset v6.13: Syntax error: IP address or IP/cidr must be specified:
>> > 192.168.0.1-192.168.0.20
>> >
>> > Here is some information
>> > kernel 3.0.4
>> > ipset 6.13
>> > iptables 1.4.14
>>
>> I'm unable to reproduce this.
>
> Ohh, you need the kernel modules from the ipset package itself.

I checked all modules, there is no missing. Here is kernel config
CONFIG_IP_SET=m
CONFIG_IP_SET_MAX=2560
CONFIG_IP_SET_BITMAP_IP=m
CONFIG_IP_SET_BITMAP_IPMAC=m
CONFIG_IP_SET_BITMAP_PORT=m
CONFIG_IP_SET_HASH_IP=m
CONFIG_IP_SET_HASH_IPPORT=m
CONFIG_IP_SET_HASH_IPPORTIP=m
CONFIG_IP_SET_HASH_IPPORTNET=m
CONFIG_IP_SET_HASH_NET=m
CONFIG_IP_SET_HASH_NETPORT=m
CONFIG_IP_SET_LIST_SET=m

By the way gcc version I used is 4.1.2 if you need.

-- 
İbrahim Ercan
--
To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[Index of Archives]     [Netfitler Users]     [LARTC]     [Bugtraq]     [Yosemite Forum]

  Powered by Linux