From: "Rob Sterenborg" <rsterenborg@xs4all.nl>
To: netfilter@lists.netfilter.org
Subject: Re: PPTP through iptables firewall
Date: Fri, 7 Feb 2003 20:20:06 +0100 [thread overview]
Message-ID: <001501c2cedd$ec0d3ce0$0401000a@robbysan.org> (raw)
> NB> connections involving GRE has changed from UNKNOWN to GRE. But
> NB> with this patch it is not possible to connect, now the windows
> NB> client only reach "verifying username and password" and then
> NB> times out.
>
> I had the same problem. I also tried to connect from external IP
> located behind firewall without any rules. I couldnt connect to
> pptp server also [with timeout]. Then I recognized then unloading
> ip_nat_pptp module causes the connection could be achieved correct.
> [Other related modules ie. ip_conntrack_pptp,
> ip_conntrack_proto_gre doesn't influence connection].
Here too. I can compile the thing, but it won't work.
I get messages in syslog like :
Feb 1 16:21:01 router kernel: ip_conntrack_pptp.c: bad csum
Feb 1 16:21:50 router last message repeated 3 times
The ip_conntrack|nat_pptp patch downloaded from www.impsec.org for
kernel 2.4.17 worked for me, but I need to compile a newer kernel and I
can't get it done anymore.
Is there someone who has got this working ??
Besides, isn't there anyone that hasn't got problems when compiling
iptables-1.2.7a ? It complains about not having if_name and if_index
defined in ipt_ROUTE.h. (plain kernel-2.4.20, patched with
pom-20030107).
In ipt_ROUTE.h I don't see an if_index nor if_name, however there is an
ifname. So I created the ifindex myself (unsigned int ifindex, it was
somewhere in the past pom's). And in the libipt_ROUTE.c file (iptables
package) I changed all instances if_name and if_index to ifname and
ifindex.
I don't know if that was the right thing to do, but now iptables
compiles and so far I don't have any problems with it.
Gr,
Rob
next reply other threads:[~2003-02-07 19:20 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-02-07 19:20 Rob Sterenborg [this message]
-- strict thread matches above, loose matches on Subject: below --
2003-02-11 10:54 PPTP through iptables firewall Niels Bach
2003-02-11 19:35 ` Arnt Karlsen
2003-02-07 8:43 Niels Bach
2003-02-07 9:28 ` Tomasz Wrona
2003-02-07 18:58 ` Arnt Karlsen
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='001501c2cedd$ec0d3ce0$0401000a@robbysan.org' \
--to=rsterenborg@xs4all.nl \
--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.