* conntrack
@ 2005-11-05 20:20 Pawel Oleksik
2005-11-05 20:54 ` conntrack Ralf Spenneberg
2005-11-07 17:23 ` Logging connections into IPTables Daniel Guthrie
0 siblings, 2 replies; 7+ messages in thread
From: Pawel Oleksik @ 2005-11-05 20:20 UTC (permalink / raw)
To: netfilter
Hello,
I'd like to check the 'conntrack' tool. However, I can not compile it.
(Actually, I cannot compile libnetfilter_conntrack-0.0.20)
There is neither "linux_list.h" nor
"libnetfilter_conntrack/libnetfilter_conntrack_extensions.h" header files.
I know, where to find the first of them, but what about the second?
Could you give me some hints?
P.O.
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: conntrack
2005-11-05 20:20 conntrack Pawel Oleksik
@ 2005-11-05 20:54 ` Ralf Spenneberg
2005-11-06 8:02 ` conntrack Pawel Oleksik
2005-11-07 17:23 ` Logging connections into IPTables Daniel Guthrie
1 sibling, 1 reply; 7+ messages in thread
From: Ralf Spenneberg @ 2005-11-05 20:54 UTC (permalink / raw)
To: Pawel Oleksik; +Cc: netfilter
You need Linux Kernel 2.6.14 and need to specifiy the kernel directory
while compiling.
Ralf
Am Samstag, den 05.11.2005, 21:20 +0100 schrieb Pawel Oleksik:
> Hello,
>
> I'd like to check the 'conntrack' tool. However, I can not compile it.
> (Actually, I cannot compile libnetfilter_conntrack-0.0.20)
> There is neither "linux_list.h" nor
> "libnetfilter_conntrack/libnetfilter_conntrack_extensions.h" header files.
> I know, where to find the first of them, but what about the second?
>
> Could you give me some hints?
>
> P.O.
>
--
Ralf Spenneberg
OpenSource Training http://www.opensource-training.de
Webereistr. 1 48565 Steinfurt Germany
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: conntrack
2005-11-05 20:54 ` conntrack Ralf Spenneberg
@ 2005-11-06 8:02 ` Pawel Oleksik
2005-11-06 8:44 ` conntrack Ralf Spenneberg
0 siblings, 1 reply; 7+ messages in thread
From: Pawel Oleksik @ 2005-11-06 8:02 UTC (permalink / raw)
To: Ralf Spenneberg; +Cc: netfilter
On Sat, Nov 05, 2005 at 09:54:57PM +0100, Ralf Spenneberg wrote:
> You need Linux Kernel 2.6.14 and need to specifiy the kernel directory
> while compiling.
>
> Ralf
>
Of course, I did it.
Actually, I've compiled 2.6.14 but still running 2.6.13.
So, for configuration of I run:
./configure --with-kernel=/usr/src/linux-2.6.14
But it didn't help.
P.O.
ps. The mentioned file
(libnetfilter_conntrack/libnetfilter_conntrack_extensions.h) is not present in
any of sources of: libnetfilter_conntrack-0.0.20, libnfnetlink-0.0.11,
conntrack-0.90, iptables-1.3.[34].
Moreover, linux_list.h is in sources of iptables-1.3.4, but installation will
not copy it in any include/ directiory. So, one has to do it himself.
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: conntrack
2005-11-06 8:02 ` conntrack Pawel Oleksik
@ 2005-11-06 8:44 ` Ralf Spenneberg
2005-11-06 9:22 ` conntrack Pawel Oleksik
0 siblings, 1 reply; 7+ messages in thread
From: Ralf Spenneberg @ 2005-11-06 8:44 UTC (permalink / raw)
To: Pawel Oleksik; +Cc: netfilter
Hmh,
well I did not use the released versions but the subversion versions.
They worked for me.
Ralf
Am Sonntag, den 06.11.2005, 09:02 +0100 schrieb Pawel Oleksik:
> On Sat, Nov 05, 2005 at 09:54:57PM +0100, Ralf Spenneberg wrote:
> > You need Linux Kernel 2.6.14 and need to specifiy the kernel directory
> > while compiling.
> >
> > Ralf
> >
>
> Of course, I did it.
> Actually, I've compiled 2.6.14 but still running 2.6.13.
> So, for configuration of I run:
> ./configure --with-kernel=/usr/src/linux-2.6.14
>
> But it didn't help.
>
> P.O.
>
> ps. The mentioned file
> (libnetfilter_conntrack/libnetfilter_conntrack_extensions.h) is not present in
> any of sources of: libnetfilter_conntrack-0.0.20, libnfnetlink-0.0.11,
> conntrack-0.90, iptables-1.3.[34].
>
> Moreover, linux_list.h is in sources of iptables-1.3.4, but installation will
> not copy it in any include/ directiory. So, one has to do it himself.
--
Ralf Spenneberg
OpenSource Training http://www.opensource-training.de
Webereistr. 1 48565 Steinfurt Germany
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: conntrack
2005-11-06 8:44 ` conntrack Ralf Spenneberg
@ 2005-11-06 9:22 ` Pawel Oleksik
0 siblings, 0 replies; 7+ messages in thread
From: Pawel Oleksik @ 2005-11-06 9:22 UTC (permalink / raw)
To: Ralf Spenneberg; +Cc: netfilter
On Sun, Nov 06, 2005 at 09:44:26AM +0100, Ralf Spenneberg wrote:
> Hmh,
>
> well I did not use the released versions but the subversion versions.
> They worked for me.
>
> Ralf
Positive! The SVN version works. (I hope they will change default download to
a right version soon.)
Thanks for the suggestion.
So, I will be back with questions how to use it :)
P.O.
^ permalink raw reply [flat|nested] 7+ messages in thread
* Logging connections into IPTables
2005-11-05 20:20 conntrack Pawel Oleksik
2005-11-05 20:54 ` conntrack Ralf Spenneberg
@ 2005-11-07 17:23 ` Daniel Guthrie
2005-11-07 17:42 ` Rob Sterenborg
1 sibling, 1 reply; 7+ messages in thread
From: Daniel Guthrie @ 2005-11-07 17:23 UTC (permalink / raw)
To: netfilter
I may be asking in the wrong area, but hopefully someone can point me in the
right direction.
Does anyone have an idea as to anything I could use to put the IPTable
connection attempts into a SQL table of some nature for another developer to
build off of. I'm only somewhat experienced with linux and very
inexperienced with IPTables, so I'm beating my head against the same walls.
Essentially, what we're doing is this -- using a *nix box to as a
provisioning server that updates firmware and configuration on customer's
VoIP ATAs via TFTP (port 69). The only catch is that we need to know which
customers have been updated. This can be done by comparing MAC addresses (of
the box logging in), but first I need to get the data into a table of some
nature or even just a regular file. I've looked at the log and seeing as how
it logs each packet, it's far too large to be of any use to me.
Any ideas? Just point me in a direction perhaps? Maybe an add-in of some
nature? I'd prefer to NOT do this with windows... Just because I'm not sure
if a Win box could handle everything properly.
Thanks for your time,
Daniel
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2005-11-07 17:42 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-11-05 20:20 conntrack Pawel Oleksik
2005-11-05 20:54 ` conntrack Ralf Spenneberg
2005-11-06 8:02 ` conntrack Pawel Oleksik
2005-11-06 8:44 ` conntrack Ralf Spenneberg
2005-11-06 9:22 ` conntrack Pawel Oleksik
2005-11-07 17:23 ` Logging connections into IPTables Daniel Guthrie
2005-11-07 17:42 ` Rob Sterenborg
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox