Just to illustrate:
# ipset create test hash:ip,port
# ipset add test 192.168.0.0/30,tcp:80-82
# ipset list test
Name: test
Type: hash:ip,port
Header: family inet hashsize 1024 maxelem 65536
Size in memory: 16888
References: 0
Members:
192.168.0.3,tcp:81
192.168.0.0,tcp:82
192.168.0.1,tcp:81
192.168.0.1,tcp:82
192.168.0.3,tcp:82
192.168.0.0,tcp:80
192.168.0.2,tcp:80
192.168.0.0,tcp:81
192.168.0.1,tcp:80
192.168.0.2,tcp:82
192.168.0.2,tcp:81
192.168.0.3,tcp:80
Wow! telepathy must be my forte!!! That's just the example I emailed you
to see if I understand you correctly!
OK, does that differ if I have hash:net,port set (I presume when listing
with ipset -L you will show the net ranges -
192.168.0.0-192.168.0.0,tcp:80-82), is that right?
--
To unsubscribe from this list: send the line "unsubscribe netfilter" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html