* CLUSTERIP error "iptables: Invalid argument"
@ 2005-03-02 21:13 alex_oz
2005-03-03 9:19 ` Pablo Neira
0 siblings, 1 reply; 2+ messages in thread
From: alex_oz @ 2005-03-02 21:13 UTC (permalink / raw)
To: netfilter
Hi,
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.
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
there is the following error:
iptables: Invalid argument
Did I use wrong parameters?
--
Lassen Sie Ihren Gedanken freien Lauf... z.B. per FreeSMS
GMX bietet bis zu 100 FreeSMS/Monat: http://www.gmx.net/de/go/mail
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: CLUSTERIP error "iptables: Invalid argument"
2005-03-02 21:13 CLUSTERIP error "iptables: Invalid argument" alex_oz
@ 2005-03-03 9:19 ` Pablo Neira
0 siblings, 0 replies; 2+ messages in thread
From: Pablo Neira @ 2005-03-03 9:19 UTC (permalink / raw)
To: alex_oz; +Cc: netfilter
alex_oz@gmx.net 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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2005-03-03 9:19 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-03-02 21:13 CLUSTERIP error "iptables: Invalid argument" alex_oz
2005-03-03 9:19 ` Pablo Neira
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox