From: Pascal Hambourg <pascal.mail@plouf.fr.eu.org>
To: netfilter@lists.netfilter.org
Subject: Re: PPTP Problem with 2.6.20-rc1 >=
Date: Fri, 19 Jan 2007 11:13:25 +0100 [thread overview]
Message-ID: <45B099C5.6060303@plouf.fr.eu.org> (raw)
In-Reply-To: <001d01c7399d$66573b30$0301a8c0@hercules.decimalint.pt>
Hello,
Jorge Bastos a écrit :
> I just updated kernel to 2.6.20-rc5, and i can't make pptp connections
> anymore, is just stoped in the AUTH step, hanging up witout sucess.
>
> I can see that diferent modules are used now, before i used:
> ---
> ip_nat_pptp
> ip_conntrack_pptp
> ---
>
> Now there's new modules with new names, like:
> nf_nat_pptp
> nf_conntrack_pptp
>
> Are they the same with diferent names?
nf_conntrack is the new layer-3 independent Netfilter connection
tracking framework. It supports both IPv4 and IPv6 and is aimed to
replace the old ip_conntrack framework which supports only IPv4.
nf_conntrack is included in the standard kernel since version 2.6.15,
but lacked support for NAT until version 2.6.20 so, as NAT is
unfortunately more widely used than IPv6, ip_conntrack was still the
default. ip_conntrack and nf_conntrack are mutually exclusive.
If you have trouble with nf_conntrack helper modules, you could rebuid a
kernel with nf_conntrack disabled and ip_conntrack enabled.
next prev parent reply other threads:[~2007-01-19 10:13 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-01-16 18:37 PPTP Problem with 2.6.20-rc1 >= Jorge Bastos
2007-01-16 20:41 ` Michael Gale
2007-01-16 20:51 ` Jorge Bastos
2007-01-16 21:02 ` TheGesus
2007-01-19 10:13 ` Pascal Hambourg [this message]
2007-01-19 10:59 ` Jorge Bastos
-- strict thread matches above, loose matches on Subject: below --
2007-01-20 11:54 Jorge Bastos
2007-01-20 12:18 ` Patrick McHardy
2007-01-20 14:19 ` Jorge Bastos
2007-01-20 14:55 ` Jorge Bastos
2007-01-20 15:45 ` Patrick McHardy
2007-01-20 15:48 ` Jorge Bastos
2007-01-20 15:52 ` Patrick McHardy
2007-01-20 16:13 ` Jorge Bastos
2007-01-24 20:15 ` Patrick McHardy
2007-01-24 21:24 ` Jorge Bastos
2007-01-25 0:14 ` Patrick McHardy
2007-01-25 0:45 ` Jorge Bastos
2007-01-25 16:48 ` Jorge Bastos
2007-01-26 9:24 ` Jorge Bastos
2007-01-20 19:30 Jorge Bastos
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=45B099C5.6060303@plouf.fr.eu.org \
--to=pascal.mail@plouf.fr.eu.org \
--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 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.