Re: CLUSTERIP error "iptables: Invalid argument"

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

 



alex_oz@xxxxxxx wrote:
I tried the new Netfilter target CLUSTERIP using kernel-2.6.10. I discovered
that there is still no userspace support in iptables-1.3.0. So I added
"CLUSTERIP" in iptables-1.3.0/extenstions/Makefile and rebuilt
iptables-1.3.0 with CLUSTERIP-support.

legba:/home/pablo/iptables-1.3.0/extensions# ls -la libipt_CLUSTERIP.so -rwxr-xr-x 1 pablo pablo 6385 2005-03-03 09:44 libipt_CLUSTERIP.so

Really? It seems to compile just fine here

Nevertheless it seems that shared library and kernel-object doesn't fit
thogehter. When I try to input a CLUSTERIP rule like:

iptables -A INPUT -j CLUSTERIP --new --hashmode sourceip --clustermac
01:ab:cd:ef:ab:cd --total-nodes 2 --local-node 1

you forgot to add the interface and the IP, eg: -i eth0 -d 1.1.1.1

CLUSTERIP is still marked as experimental, so maybe you could find any bugs.

--
Pablo


[Index of Archives]     [Linux Netfilter Development]     [Linux Kernel Networking Development]     [Netem]     [Berkeley Packet Filter]     [Linux Kernel Development]     [Advanced Routing & Traffice Control]     [Bugtraq]

  Powered by Linux