* Compiling ip_[conntrack|nat]_pptp
@ 2004-04-20 5:46 Rob Sterenborg
2004-04-20 5:58 ` Philip Craig
0 siblings, 1 reply; 3+ messages in thread
From: Rob Sterenborg @ 2004-04-20 5:46 UTC (permalink / raw)
To: 'Netfilter'
Hi,
I compiled kernel 2.4.26 with pom-ng-17042004 and applied (amongst others)
the pptp patch.
Everything compiles fine except for that patch.
When I do a "make modules_install", the last lines are :
if [ -r System.map ]; then /sbin/depmod -ae -F System.map 2.4.26-4; fi
depmod: *** Unresolved symbols in
/lib/modules/2.4.26-4/kernel/net/ipv4/netfilter/ip_conntrack_pptp.o
depmod: ip_ct_gre_keymap_add
depmod: ip_ct_gre_keymap_destroy
depmod: *** Unresolved symbols in
/lib/modules/2.4.26-4/kernel/net/ipv4/netfilter/ip_nat_pptp.o
depmod: ip_ct_gre_keymap_change
I notice in /lib/modules/2.4.26-4/kernel/net/ipv4/netfilter that there are
ip_conntrack_pptp.o and ip_nat_pptp.o but I don't have a
ip_conntrack_proto_gre.o which I do have on my "old" iptables box.
Kernel config snip :
#
# Networking options
#
...
CONFIG_NET_IPGRE=m
#
# IP: Netfilter Configuration
#
CONFIG_IP_NF_CONNTRACK=m
...
CONFIG_IP_NF_PPTP=m
# CONFIG_IP_NF_PPTP_DEBUG is not set
...
CONFIG_IP_NF_NAT_PPTP=m
And that's about all I can find about GRE and PPTP in .config.
Could somebody please tell me what I'm doing wrong ?
Gr,
Rob
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Compiling ip_[conntrack|nat]_pptp
2004-04-20 5:46 Compiling ip_[conntrack|nat]_pptp Rob Sterenborg
@ 2004-04-20 5:58 ` Philip Craig
2004-04-20 18:56 ` Rob Sterenborg
0 siblings, 1 reply; 3+ messages in thread
From: Philip Craig @ 2004-04-20 5:58 UTC (permalink / raw)
To: Rob Sterenborg; +Cc: 'Netfilter'
Rob Sterenborg wrote:
> Hi,
>
> I compiled kernel 2.4.26 with pom-ng-17042004 and applied (amongst others)
> the pptp patch.
> Everything compiles fine except for that patch.
>
> When I do a "make modules_install", the last lines are :
>
> if [ -r System.map ]; then /sbin/depmod -ae -F System.map 2.4.26-4; fi
> depmod: *** Unresolved symbols in
> /lib/modules/2.4.26-4/kernel/net/ipv4/netfilter/ip_conntrack_pptp.o
> depmod: ip_ct_gre_keymap_add
> depmod: ip_ct_gre_keymap_destroy
> depmod: *** Unresolved symbols in
> /lib/modules/2.4.26-4/kernel/net/ipv4/netfilter/ip_nat_pptp.o
> depmod: ip_ct_gre_keymap_change
>
> I notice in /lib/modules/2.4.26-4/kernel/net/ipv4/netfilter that there are
> ip_conntrack_pptp.o and ip_nat_pptp.o but I don't have a
> ip_conntrack_proto_gre.o which I do have on my "old" iptables box.
This patch should fix that:
http://lists.netfilter.org/pipermail/netfilter-devel/2004-March/014618.html
--
Philip Craig - SnapGear, A CyberGuard Company - http://www.SnapGear.com
^ permalink raw reply [flat|nested] 3+ messages in thread
* RE: Compiling ip_[conntrack|nat]_pptp
2004-04-20 5:58 ` Philip Craig
@ 2004-04-20 18:56 ` Rob Sterenborg
0 siblings, 0 replies; 3+ messages in thread
From: Rob Sterenborg @ 2004-04-20 18:56 UTC (permalink / raw)
To: 'Philip Craig'; +Cc: 'Netfilter'
> This patch should fix that:
>
> http://lists.netfilter.org/pipermail/netfilter-devel/2004-Marc
> h/014618.html
Works just fine :o). Thanks !
Gr,
Rob
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2004-04-20 18:56 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-04-20 5:46 Compiling ip_[conntrack|nat]_pptp Rob Sterenborg
2004-04-20 5:58 ` Philip Craig
2004-04-20 18:56 ` Rob Sterenborg
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.