* Info STRING PATCH
@ 2002-09-18 12:21 Lacroix francois
2002-09-18 13:13 ` R. Sterenborg
2002-09-18 13:24 ` Alistair Tonner
0 siblings, 2 replies; 4+ messages in thread
From: Lacroix francois @ 2002-09-18 12:21 UTC (permalink / raw)
To: netfilter
[-- Attachment #1: Type: text/plain, Size: 1391 bytes --]
hello,
Hi, sorry to bother you, but it has been 2 weeks that i am working on a
netfilter patch firewall.
I would like to had the H323 tftp and string netfilter patch.
I am done with the H323 and tftp. I follow the instruction and
everything did go well.
But i have a problem with the string netfilter patch.
I had it to the kernel with out any problem as you can see it below.
But i can't check the option in my kernel as the picture, i join to this
mail.
Could anybody help me with that. I don't undestand why?
Thanks for awnsering and sorry to take your time.
@+
Francois
Here is how i had it to the kernel
I lauch this command
./runme --batch extra/string.patch
Testing... string.patch NOT APPLIED ( 2 missing files)
The extra/string patch:
Author: Emmanuel Roger <winfield@freegates.be>
Status: Working, not with kernel 2.4.9
This patch adds CONFIG_IP_NF_MATCH_STRING which allows you to
match a string in a whole packet.
THIS PATCH DOES NOT WORK WITH KERNEL 2.4.9 !!!
Testing patch extra/string.patch...
Placed new Config.in line
Placed new Configure.help entry
Placed new Makefile line
Patch extra/string.patch applied cleanly.
Applying patch extra/string.patch...
Patch extra/string.patch applied cleanly.
Placed new Config.in line
Placed new Configure.help entry
Placed new Makefile line
Excellent! Kernel is now ready for compilation.
[-- Attachment #2: netfilter_string_patch --]
[-- Type: application/x-java-applet, Size: 12761 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Info STRING PATCH
2002-09-18 12:21 Info STRING PATCH Lacroix francois
@ 2002-09-18 13:13 ` R. Sterenborg
2002-09-18 13:24 ` Alistair Tonner
1 sibling, 0 replies; 4+ messages in thread
From: R. Sterenborg @ 2002-09-18 13:13 UTC (permalink / raw)
To: netfilter
> I had it to the kernel with out any problem as you can see it below.
> But i can't check the option in my kernel as the picture, i join to
this
> mail.
> Could anybody help me with that. I don't undestand why?
>
I see that all EXPERIMENTAL options are grayed out.
Did you enable "Prompt for development and/or incomplete code/drivers"
in the "Code maturity options" ?
Rob
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Info STRING PATCH
2002-09-18 12:21 Info STRING PATCH Lacroix francois
2002-09-18 13:13 ` R. Sterenborg
@ 2002-09-18 13:24 ` Alistair Tonner
2002-09-18 16:27 ` Lacroix francois
1 sibling, 1 reply; 4+ messages in thread
From: Alistair Tonner @ 2002-09-18 13:24 UTC (permalink / raw)
To: Lacroix francois; +Cc: netfilter
*code maturity level not set to experimental on*
-- are my mime types b0rked??? the attachment shows
up as a java applet in my balsa??
On 2002.09.18 08:21 Lacroix francois wrote:
> hello,
>
> Hi, sorry to bother you, but it has been 2 weeks that i am working on
> a netfilter patch firewall.
> I would like to had the H323 tftp and string netfilter patch.
> I am done with the H323 and tftp. I follow the instruction and
> everything did go well.
> But i have a problem with the string netfilter patch.
> I had it to the kernel with out any problem as you can see it below.
> But i can't check the option in my kernel as the picture, i join to
> this mail.
> Could anybody help me with that. I don't undestand why?
>
> Thanks for awnsering and sorry to take your time.
>
> @+
> Francois
>
>
> Here is how i had it to the kernel
>
> I lauch this command
>
> ./runme --batch extra/string.patch
>
> Testing... string.patch NOT APPLIED ( 2 missing files)
> The extra/string patch:
> Author: Emmanuel Roger <winfield@freegates.be>
> Status: Working, not with kernel 2.4.9
> This patch adds CONFIG_IP_NF_MATCH_STRING which allows you to
> match a string in a whole packet.
> THIS PATCH DOES NOT WORK WITH KERNEL 2.4.9 !!!
> Testing patch extra/string.patch...
> Placed new Config.in line
> Placed new Configure.help entry
> Placed new Makefile line
> Patch extra/string.patch applied cleanly.
> Applying patch extra/string.patch...
> Patch extra/string.patch applied cleanly.
> Placed new Config.in line
> Placed new Configure.help entry
> Placed new Makefile line
>
> Excellent! Kernel is now ready for compilation.
>
>
>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Info STRING PATCH
2002-09-18 13:24 ` Alistair Tonner
@ 2002-09-18 16:27 ` Lacroix francois
0 siblings, 0 replies; 4+ messages in thread
From: Lacroix francois @ 2002-09-18 16:27 UTC (permalink / raw)
To: netfilter
Ok thanks everyone.
This options completly get out of my mind.
I have an another question.
I would like to know the exact dependance need for the H323
Francois
Alistair Tonner wrote:
>
>
> *code maturity level not set to experimental on*
> -- are my mime types b0rked??? the attachment shows
> up as a java applet in my balsa?? On 2002.09.18 08:21 Lacroix
> francois wrote:
>
>> hello,
>>
>> Hi, sorry to bother you, but it has been 2 weeks that i am working on
>> a netfilter patch firewall.
>> I would like to had the H323 tftp and string netfilter patch.
>> I am done with the H323 and tftp. I follow the instruction and
>> everything did go well.
>> But i have a problem with the string netfilter patch.
>> I had it to the kernel with out any problem as you can see it below.
>> But i can't check the option in my kernel as the picture, i join to
>> this mail.
>> Could anybody help me with that. I don't undestand why?
>>
>> Thanks for awnsering and sorry to take your time.
>>
>> @+
>> Francois
>>
>>
>> Here is how i had it to the kernel
>>
>> I lauch this command
>>
>> ./runme --batch extra/string.patch
>>
>> Testing... string.patch NOT APPLIED ( 2 missing files)
>> The extra/string patch:
>> Author: Emmanuel Roger <winfield@freegates.be>
>> Status: Working, not with kernel 2.4.9
>> This patch adds CONFIG_IP_NF_MATCH_STRING which allows you to
>> match a string in a whole packet.
>> THIS PATCH DOES NOT WORK WITH KERNEL 2.4.9 !!!
>> Testing patch extra/string.patch...
>> Placed new Config.in line
>> Placed new Configure.help entry
>> Placed new Makefile line
>> Patch extra/string.patch applied cleanly.
>> Applying patch extra/string.patch...
>> Patch extra/string.patch applied cleanly.
>> Placed new Config.in line
>> Placed new Configure.help entry
>> Placed new Makefile line
>>
>> Excellent! Kernel is now ready for compilation.
>>
>>
>>
>
>
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2002-09-18 16:27 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-09-18 12:21 Info STRING PATCH Lacroix francois
2002-09-18 13:13 ` R. Sterenborg
2002-09-18 13:24 ` Alistair Tonner
2002-09-18 16:27 ` Lacroix francois
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox