* con't combile ipt_connlimit
@ 2005-10-26 9:05 Buddy wu
2005-10-26 9:32 ` Marco Berizzi
0 siblings, 1 reply; 8+ messages in thread
From: Buddy wu @ 2005-10-26 9:05 UTC (permalink / raw)
To: netfilter
kernel source:2.6.10
iptables:1.3.3
patch-o-matic: 20051025
when i combile the kernel (patched with patch-o-matic), It
occured some errors:
CC net/ipv4/netfilter/ipt_connlimi
t.o
net/ipv4/netfilter/ipt_connlimit.c: In function `count_them':
net/ipv4/netfilter/ipt_connlimit.c:68: error: structure has no member
named `proto'
net/ipv4/netfilter/ipt_connlimit.c:94: error: structure has no member
named `infos'
net/ipv4/netfilter/ipt_connlimit.c:101: error: structure has no
member named `infos'
make[3]: *** [net/ipv4/netfilter/ipt_connlimit.o] Error 1
make[2]: *** [net/ipv4/netfilter] Error 2
make[1]: *** [net/ipv4] Error 2
make: *** [net] Error 2
I want to know how to resolve it
Thanks a lot
^ permalink raw reply [flat|nested] 8+ messages in thread
* RE: con't combile ipt_connlimit
2005-10-26 9:05 con't combile ipt_connlimit Buddy wu
@ 2005-10-26 9:32 ` Marco Berizzi
2005-10-26 9:39 ` Marco Berizzi
2005-10-26 9:49 ` iptables support in 2.2 kernel Aseem Rastogi
0 siblings, 2 replies; 8+ messages in thread
From: Marco Berizzi @ 2005-10-26 9:32 UTC (permalink / raw)
To: netfilter
> make[3]: *** [net/ipv4/netfilter/ipt_connlimit.o] Error 1
> make[2]: *** [net/ipv4/netfilter] Error 2
> make[1]: *** [net/ipv4] Error 2
> make: *** [net] Error 2
>
> I want to know how to resolve it
https://lists.netfilter.org/pipermail/netfilter/2005-October/063400.html
^ permalink raw reply [flat|nested] 8+ messages in thread
* RE: con't combile ipt_connlimit
2005-10-26 9:32 ` Marco Berizzi
@ 2005-10-26 9:39 ` Marco Berizzi
2005-10-26 9:49 ` iptables support in 2.2 kernel Aseem Rastogi
1 sibling, 0 replies; 8+ messages in thread
From: Marco Berizzi @ 2005-10-26 9:39 UTC (permalink / raw)
To: netfilter
>> make[3]: *** [net/ipv4/netfilter/ipt_connlimit.o] Error 1
>> make[2]: *** [net/ipv4/netfilter] Error 2
>> make[1]: *** [net/ipv4] Error 2
>> make: *** [net] Error 2
>>
>> I want to know how to resolve it
>
>https://lists.netfilter.org/pipermail/netfilter/2005-October/063400.html
Sorry. I haven't read correctly your post. My answer is wrong.
^ permalink raw reply [flat|nested] 8+ messages in thread
* iptables support in 2.2 kernel
2005-10-26 9:32 ` Marco Berizzi
2005-10-26 9:39 ` Marco Berizzi
@ 2005-10-26 9:49 ` Aseem Rastogi
2005-10-26 14:28 ` Aseem Rastogi
2005-10-26 17:13 ` Henrik Nordstrom
1 sibling, 2 replies; 8+ messages in thread
From: Aseem Rastogi @ 2005-10-26 9:49 UTC (permalink / raw)
Cc: netfilter
Hi All,
Is iptables supported on 2.2 kernel? I have a requirement to use NAT
rules on 2.2 kernel. Is it possible thorugh ipchains?
Thanks in advance,
Regards,
Aseem.
--
The end is always good. If it's not good, it's not the end.
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: iptables support in 2.2 kernel
2005-10-26 9:49 ` iptables support in 2.2 kernel Aseem Rastogi
@ 2005-10-26 14:28 ` Aseem Rastogi
2005-10-26 14:41 ` Rob Sterenborg
2005-10-26 17:13 ` Henrik Nordstrom
1 sibling, 1 reply; 8+ messages in thread
From: Aseem Rastogi @ 2005-10-26 14:28 UTC (permalink / raw)
Cc: netfilter
hi,
i have tried a lot to search on this but could not get any definite
answer. it would be really helpful if someone can give me a definite
answer whether or not DNAT can be done using ipchains.
thanks.
aseem.
Aseem Rastogi wrote:
> Hi All,
>
> Is iptables supported on 2.2 kernel? I have a requirement to use NAT
> rules on 2.2 kernel. Is it possible thorugh ipchains?
>
> Thanks in advance,
>
> Regards,
> Aseem.
>
--
The end is always good. If it's not good, it's not the end.
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: iptables support in 2.2 kernel
2005-10-26 14:28 ` Aseem Rastogi
@ 2005-10-26 14:41 ` Rob Sterenborg
0 siblings, 0 replies; 8+ messages in thread
From: Rob Sterenborg @ 2005-10-26 14:41 UTC (permalink / raw)
To: netfilter
On Wed, October 26, 2005 16:28, Aseem Rastogi wrote:
> hi,
>
> i have tried a lot to search on this but could not get any definite
> answer. it would be really helpful if someone can give me a definite
> answer whether or not DNAT can be done using ipchains.
Are you searching for this ?
http://www.compsoc.net/~steve/portfw-2.2.html
Gr,
Rob
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: iptables support in 2.2 kernel
2005-10-26 9:49 ` iptables support in 2.2 kernel Aseem Rastogi
2005-10-26 14:28 ` Aseem Rastogi
@ 2005-10-26 17:13 ` Henrik Nordstrom
2005-10-26 17:30 ` Cedric Blancher
1 sibling, 1 reply; 8+ messages in thread
From: Henrik Nordstrom @ 2005-10-26 17:13 UTC (permalink / raw)
To: Aseem Rastogi; +Cc: Netfilter Users
On Wed, 26 Oct 2005, Aseem Rastogi wrote:
> Is iptables supported on 2.2 kernel? I have a requirement to use NAT rules on
> 2.2 kernel. Is it possible thorugh ipchains?
NAT in Linux-2.2 ipchains is somewhat limited.. but you have Masquerading,
Redirection for transparent proxying and Port-forwarding.
All described in the ipchains documentation, which I no longer have around
anywhere close and no intention at looking into again.
Regards
Henrik
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: iptables support in 2.2 kernel
2005-10-26 17:13 ` Henrik Nordstrom
@ 2005-10-26 17:30 ` Cedric Blancher
0 siblings, 0 replies; 8+ messages in thread
From: Cedric Blancher @ 2005-10-26 17:30 UTC (permalink / raw)
To: Aseem Rastogi; +Cc: Netfilter Users
Le mercredi 26 octobre 2005 à 19:13 +0200, Henrik Nordstrom a écrit :
> NAT in Linux-2.2 ipchains is somewhat limited.. but you have Masquerading,
> Redirection for transparent proxying and Port-forwarding.
Masquerading: ipchains [...] -j MASQ
Redirection: ipchains [...] -j REDIRECT
Port-forwarding: ipmasqadm portfw [...]
That's all I can remember about this. Man pages for ipchains and
ipmasqadm can be googled too.
--
http://sid.rstack.org/
PGP KeyID: 157E98EE FingerPrint: FA62226DA9E72FA8AECAA240008B480E157E98EE
>> Hi! I'm your friendly neighbourhood signature virus.
>> Copy me to your signature file and help me spread!
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2005-10-26 17:30 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-10-26 9:05 con't combile ipt_connlimit Buddy wu
2005-10-26 9:32 ` Marco Berizzi
2005-10-26 9:39 ` Marco Berizzi
2005-10-26 9:49 ` iptables support in 2.2 kernel Aseem Rastogi
2005-10-26 14:28 ` Aseem Rastogi
2005-10-26 14:41 ` Rob Sterenborg
2005-10-26 17:13 ` Henrik Nordstrom
2005-10-26 17:30 ` Cedric Blancher
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.