From: "Nicolas Boiteux" <nicolas_boiteux@yahoo.fr>
To: netfilter@lists.netfilter.org
Subject: Re: Linux kernel module and -m owner match
Date: Thu, 16 Sep 2004 13:34:33 +0200 (CEST) [thread overview]
Message-ID: <20040916113433.35523.qmail@web21003.mail.yahoo.com> (raw)
In-Reply-To: <1095332939.27900.1041.camel@cluster>
yep , i use the kernel of kernel.org . But, in fact
since the 2.4.23, i use the same .config file .
I copy the oldone it in the /usr/src/linux-2.4.x and
override the new one . Is it a bad way to do like that
?
here what i have in my .config file:
CONFIG_IP_MULTICAST=y
# CONFIG_IP_ADVANCED_ROUTER is not set
# CONFIG_IP_PNP is not set
# CONFIG_IP_MROUTE is not set
CONFIG_IP_NF_CONNTRACK=y
CONFIG_IP_NF_FTP=y
# CONFIG_IP_NF_AMANDA is not set
# CONFIG_IP_NF_TFTP is not set
CONFIG_IP_NF_IRC=y
CONFIG_IP_NF_IPTABLES=y
CONFIG_IP_NF_MATCH_LIMIT=y
CONFIG_IP_NF_MATCH_MAC=y
CONFIG_IP_NF_MATCH_PKTTYPE=y
CONFIG_IP_NF_MATCH_MARK=y
CONFIG_IP_NF_MATCH_MULTIPORT=y
CONFIG_IP_NF_MATCH_TOS=y
CONFIG_IP_NF_MATCH_RECENT=y
CONFIG_IP_NF_MATCH_ECN=y
CONFIG_IP_NF_MATCH_DSCP=y
CONFIG_IP_NF_MATCH_AH_ESP=y
CONFIG_IP_NF_MATCH_LENGTH=y
CONFIG_IP_NF_MATCH_TTL=y
CONFIG_IP_NF_MATCH_TCPMSS=y
CONFIG_IP_NF_MATCH_STEALTH=y
# CONFIG_IP_NF_MATCH_HELPER is not set
CONFIG_IP_NF_MATCH_STATE=y
CONFIG_IP_NF_MATCH_CONNTRACK=y
CONFIG_IP_NF_FILTER=y
CONFIG_IP_NF_TARGET_REJECT=y
CONFIG_IP_NF_NAT=y
CONFIG_IP_NF_NAT_NEEDED=y
CONFIG_IP_NF_TARGET_MASQUERADE=y
CONFIG_IP_NF_TARGET_REDIRECT=y
# CONFIG_IP_NF_NAT_LOCAL is not set
CONFIG_IP_NF_NAT_IRC=y
CONFIG_IP_NF_NAT_FTP=y
CONFIG_IP_NF_MANGLE=y
CONFIG_IP_NF_TARGET_TOS=y
CONFIG_IP_NF_TARGET_ECN=y
CONFIG_IP_NF_TARGET_DSCP=y
CONFIG_IP_NF_TARGET_MARK=y
CONFIG_IP_NF_TARGET_LOG=y
CONFIG_IP_NF_TARGET_ULOG=y
CONFIG_IP_NF_TARGET_TCPMSS=y
# CONFIG_IP_NF_ARPTABLES is not set
# CONFIG_IP_VS is not set
# CONFIG_IPX is not set
# CONFIG_IPMI_HANDLER is not set
# CONFIG_IPMI_PANIC_EVENT is not set
# CONFIG_IPMI_DEVICE_INTERFACE is not set
# CONFIG_IPMI_KCS is not set
# CONFIG_IPMI_WATCHDOG is not set
--- Javier Sanchez <sjllera@ya.com> a écrit :
>
> No, im using it on fresh vanilla kernels 2.4.27, and
> it should appear on
> the config file, no matter if you selected it or
> not.
>
> In your kernel (menuconfig -> networking options ->
> Netfilter
> Configuration) you should see this.
>
>
> [*] Unclean match support (EXPERIMENTAL)
> [*] Owner match support (EXPERIMENTAL)
> [*] Packet filtering
>
> Did you download the kernel form kernel.org ???
>
> Cheers
>
> ?A
> > I just look in my kernel .config, and i don t see
> it .
> >
> >
> > Do i have a patch to apply to enable this feature
> like
> > ng, or does it a normal feature in the kernel ?
> >
> > If it is, can i add this line directly in my
> .config ?
> >
> > thanks ;)
> > Nicolas
> >
> >
> > --- Javier Sanchez <sjllera@ya.com> a écrit :
> > >
> > > This one ???
> > >
> > > CONFIG_IP_NF_MATCH_OWNER
> > >
> > > Cheers
> > >
> > > ?A
> > > > Hello,
> > > >
> > > > What is the module required into the linux
> kernel
> > > to
> > > > enable the use of the -m owner match ? The
> name of
> > > > this module isn t write into the howto ;(
> > > >
> > > > I have parse all the modules in netfilter
> > > > configuration section of the kernel 2.4.27,
> and i
> > > didn
> > > > t see anything about this rule .
> > > >
> > > > Greetings,
> > > > Nicolas
> > > >
> > > >
> > > >
> > > >
> > > >
> > > >
> > > > Vous manquez despace pour stocker vos mails ?
> > > > Yahoo! Mail vous offre GRATUITEMENT 100 Mo !
> > > > Créez votre Yahoo! Mail sur
> > > http://fr.benefits.yahoo.com/
> > > >
> > > > Le nouveau Yahoo! Messenger est arrivé !
> Découvrez
> > > toutes les nouveautés pour dialoguer
> instantanément
> > > avec vos amis. A télécharger gratuitement sur
> > > http://fr.messenger.yahoo.com
> > > --
> > > GPG Key id: 0x0EF8926E
> > > GPG: Server - gpg.rediris.es
> > >
> > >
> > >
> >
> >
> >
> >
> >
> >
> > Vous manquez despace pour stocker vos mails ?
> > Yahoo! Mail vous offre GRATUITEMENT 100 Mo !
> > Créez votre Yahoo! Mail sur
> http://fr.benefits.yahoo.com/
> >
> > Le nouveau Yahoo! Messenger est arrivé ! Découvrez
> toutes les nouveautés pour dialoguer instantanément
> avec vos amis. A télécharger gratuitement sur
> http://fr.messenger.yahoo.com
> --
> GPG Key id: 0x0EF8926E
> GPG: Server - gpg.rediris.es
>
>
>
Vous manquez d’espace pour stocker vos mails ?
Yahoo! Mail vous offre GRATUITEMENT 100 Mo !
Créez votre Yahoo! Mail sur http://fr.benefits.yahoo.com/
Le nouveau Yahoo! Messenger est arrivé ! Découvrez toutes les nouveautés pour dialoguer instantanément avec vos amis. A télécharger gratuitement sur http://fr.messenger.yahoo.com
next prev parent reply other threads:[~2004-09-16 11:34 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-09-16 9:37 Linux kernel module and -m owner match Nicolas Boiteux
2004-09-16 9:37 ` Javier Sanchez
2004-09-16 11:02 ` Nicolas Boiteux
2004-09-16 11:08 ` Javier Sanchez
2004-09-16 11:34 ` Nicolas Boiteux [this message]
2004-09-16 12:41 ` Jason Opperisano
2004-09-16 12:58 ` Nicolas Boiteux
2004-09-16 12:43 ` Javier Sanchez
2004-09-16 16:14 ` Jose Maria Lopez
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20040916113433.35523.qmail@web21003.mail.yahoo.com \
--to=nicolas_boiteux@yahoo.fr \
--cc=netfilter@lists.netfilter.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox