* iptables 1.2.11
@ 2004-08-20 12:06 Paulo Andre
2004-08-20 12:38 ` Rob Sterenborg
0 siblings, 1 reply; 10+ messages in thread
From: Paulo Andre @ 2004-08-20 12:06 UTC (permalink / raw)
To: netfilter
If I build the above package will it include PPTP and GRE Conntrack module?
Paulo
^ permalink raw reply [flat|nested] 10+ messages in thread
* RE: iptables 1.2.11
2004-08-20 12:06 Paulo Andre
@ 2004-08-20 12:38 ` Rob Sterenborg
2004-08-20 13:38 ` Paulo Andre
0 siblings, 1 reply; 10+ messages in thread
From: Rob Sterenborg @ 2004-08-20 12:38 UTC (permalink / raw)
To: netfilter
> Subject: iptables 1.2.11
>
> If I build the above package will it include PPTP and GRE
> Conntrack module?
Only if you patched the kernel with patch-o-matic to support it.
Gr,
Rob
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: iptables 1.2.11
2004-08-20 12:38 ` Rob Sterenborg
@ 2004-08-20 13:38 ` Paulo Andre
2004-08-20 14:21 ` Rob Sterenborg
0 siblings, 1 reply; 10+ messages in thread
From: Paulo Andre @ 2004-08-20 13:38 UTC (permalink / raw)
To: Rob Sterenborg; +Cc: netfilter
On 20/08/2004 14:38, Rob Sterenborg wrote:
> > Subject: iptables 1.2.11
> >
> > If I build the above package will it include PPTP and GRE
> > Conntrack module?
>
> Only if you patched the kernel with patch-o-matic to support it.
I have patch the kernel with patch-o-matic-ng-20040621.tar.bz2 and when I run
it I dont get prompted for the PPTP/GRE stuff
Any ideas.
Paulo
^ permalink raw reply [flat|nested] 10+ messages in thread
* RE: iptables 1.2.11
2004-08-20 13:38 ` Paulo Andre
@ 2004-08-20 14:21 ` Rob Sterenborg
0 siblings, 0 replies; 10+ messages in thread
From: Rob Sterenborg @ 2004-08-20 14:21 UTC (permalink / raw)
To: netfilter
> I have patch the kernel with
> patch-o-matic-ng-20040621.tar.bz2 and when I run it I dont
> get prompted for the PPTP/GRE stuff
Which kernel version ? 2.6.x ?
Last time I checked there was no PPTP patch for 2.6 kernels (but this
could be outdated information).
Gr,
Rob
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: iptables 1.2.11
@ 2004-08-20 14:32 Paulo Andre
2004-08-20 14:54 ` Rob Sterenborg
2004-08-20 14:55 ` Rob Sterenborg
0 siblings, 2 replies; 10+ messages in thread
From: Paulo Andre @ 2004-08-20 14:32 UTC (permalink / raw)
To: netfilter
On 20/08/2004 16:21, Rob Sterenborg wrote:
> > I have patch the kernel with
> > patch-o-matic-ng-20040621.tar.bz2 and when I run it I dont
> > get prompted for the PPTP/GRE stuff
>
> Which kernel version ? 2.6.x ?
> Last time I checked there was no PPTP patch for 2.6 kernels (but this
> could be outdated information).
I am currently using 2.6.4, do you mean to say that 2.6 can not do PPTP/GRE
Conntrack?
Paulo
^ permalink raw reply [flat|nested] 10+ messages in thread
* RE: iptables 1.2.11
2004-08-20 14:32 iptables 1.2.11 Paulo Andre
@ 2004-08-20 14:54 ` Rob Sterenborg
2004-08-20 14:55 ` Rob Sterenborg
1 sibling, 0 replies; 10+ messages in thread
From: Rob Sterenborg @ 2004-08-20 14:54 UTC (permalink / raw)
To: pandre, netfilter
> > Which kernel version ? 2.6.x ?
> > Last time I checked there was no PPTP patch for 2.6 kernels
> (but this
> > could be outdated information).
>
> I am currently using 2.6.4, do you mean to say that 2.6 can
> not do PPTP/GRE Conntrack?
If my information is still current : yes. Until there is a POM patch.
Gr,
Rob
^ permalink raw reply [flat|nested] 10+ messages in thread
* RE: iptables 1.2.11
2004-08-20 14:32 iptables 1.2.11 Paulo Andre
2004-08-20 14:54 ` Rob Sterenborg
@ 2004-08-20 14:55 ` Rob Sterenborg
1 sibling, 0 replies; 10+ messages in thread
From: Rob Sterenborg @ 2004-08-20 14:55 UTC (permalink / raw)
To: netfilter
> > Which kernel version ? 2.6.x ?
> > Last time I checked there was no PPTP patch for 2.6 kernels
> (but this
> > could be outdated information).
>
> I am currently using 2.6.4, do you mean to say that 2.6 can not do
> PPTP/GRE Conntrack?
If my information is still current : yes. Until there is a POM patch.
Gr,
Rob
^ permalink raw reply [flat|nested] 10+ messages in thread
* iptables 1.2.11
@ 2004-08-28 8:38 Paulo Andre
2004-08-28 8:44 ` Paulo Andre
0 siblings, 1 reply; 10+ messages in thread
From: Paulo Andre @ 2004-08-28 8:38 UTC (permalink / raw)
To: netfilter
I have just installed a new kernel (2.4.27).
I patched the kernel to handle pptp/gre conntrack.
I also installed iptables 1.2.11 on this server, after the kernel build I
installed iptables and that went through fine.
When I restart the server the new kernel works great, but iptables gives me an
error of 'iptables: Invalid argument' for any -t nat rules.
Have I missed an option on the kernel rebuild?
Paulo
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: iptables 1.2.11
2004-08-28 8:38 Paulo Andre
@ 2004-08-28 8:44 ` Paulo Andre
2004-08-28 16:59 ` Jose Maria Lopez
0 siblings, 1 reply; 10+ messages in thread
From: Paulo Andre @ 2004-08-28 8:44 UTC (permalink / raw)
To: netfilter
On 28/08/2004 10:38, Paulo Andre wrote:
> I have just installed a new kernel (2.4.27).
> I patched the kernel to handle pptp/gre conntrack.
> I also installed iptables 1.2.11 on this server, after the kernel build I
> installed iptables and that went through fine.
>
> When I restart the server the new kernel works great, but iptables gives me
> an error of 'iptables: Invalid argument' for any -t nat rules.
> Have I missed an option on the kernel rebuild?
>
> Paulo
To add to this, I have then rebooted the server and gone back to the old
kernel and still I have problems with the iptables when trying to add '-t
nat' rules.
Paulo
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: iptables 1.2.11
2004-08-28 8:44 ` Paulo Andre
@ 2004-08-28 16:59 ` Jose Maria Lopez
0 siblings, 0 replies; 10+ messages in thread
From: Jose Maria Lopez @ 2004-08-28 16:59 UTC (permalink / raw)
To: netfilter@lists.netfilter.org
El sáb, 28 de 08 de 2004 a las 10:44, Paulo Andre escribió:
> On 28/08/2004 10:38, Paulo Andre wrote:
> > I have just installed a new kernel (2.4.27).
> > I patched the kernel to handle pptp/gre conntrack.
> > I also installed iptables 1.2.11 on this server, after the kernel build I
> > installed iptables and that went through fine.
> >
> > When I restart the server the new kernel works great, but iptables gives me
> > an error of 'iptables: Invalid argument' for any -t nat rules.
> > Have I missed an option on the kernel rebuild?
> >
> > Paulo
>
> To add to this, I have then rebooted the server and gone back to the old
> kernel and still I have problems with the iptables when trying to add '-t
> nat' rules.
>
> Paulo
You have to patch with patch-o-matic ng the kernel and the userspace
(iptables) source code and then compile them. Both need to have the
same code patched, if one of them has code different from the other
(another patch-o-matic patch) then you will have problems.
--
Jose Maria Lopez Hernandez
Director Tecnico de bgSEC
jkerouac@bgsec.com
bgSEC Seguridad y Consultoria de Sistemas Informaticos
http://www.bgsec.com
ESPAÑA
The only people for me are the mad ones -- the ones who are mad to live,
mad to talk, mad to be saved, desirous of everything at the same time,
the ones who never yawn or say a commonplace thing, but burn, burn, burn
like fabulous yellow Roman candles.
-- Jack Kerouac, "On the Road"
^ permalink raw reply [flat|nested] 10+ messages in thread
end of thread, other threads:[~2004-08-28 16:59 UTC | newest]
Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-08-20 14:32 iptables 1.2.11 Paulo Andre
2004-08-20 14:54 ` Rob Sterenborg
2004-08-20 14:55 ` Rob Sterenborg
-- strict thread matches above, loose matches on Subject: below --
2004-08-28 8:38 Paulo Andre
2004-08-28 8:44 ` Paulo Andre
2004-08-28 16:59 ` Jose Maria Lopez
2004-08-20 12:06 Paulo Andre
2004-08-20 12:38 ` Rob Sterenborg
2004-08-20 13:38 ` Paulo Andre
2004-08-20 14:21 ` Rob Sterenborg
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.