* RE: iptables1.2.7 + pptp + rh9
@ 2003-10-21 21:15 Daniel Chemko
[not found] ` <7C9884991ADAE0479C14F10C858BCDF5122E76@alderaan.smgtec.com >
0 siblings, 1 reply; 10+ messages in thread
From: Daniel Chemko @ 2003-10-21 21:15 UTC (permalink / raw)
To: Fernando Barrocal, netfilter
Download ipt 1.2.8 or 1.2.9 if it is out.
Or, use the CVS userspace
# KERNEL_DIR=<yourkerneldir> make
# make install
You might want to change the destination directories in the Makefile to
conform to the Redhat deployment layout
LIBDIR=/lib/
MANDIR=/usr/man
etc..
-----Original Message-----
From: Fernando Barrocal [mailto:fbarrocal@uol.com.br]
Sent: Tuesday, October 21, 2003 2:04 PM
To: netfilter@lists.netfilter.org
Subject: iptables1.2.7 + pptp + rh9
Hi,
I am applying the pptp patch with patch-o-matic in my redhat 9.0.
Somebody
have somer step by step to patch the kernel, compile the iptable
userspace
and compile the kernel to accept DNAT ?
Thanks in advance
Fernando Barrocal
^ permalink raw reply [flat|nested] 10+ messages in thread[parent not found: <7C9884991ADAE0479C14F10C858BCDF5122E76@alderaan.smgtec.com >]
* RE: iptables1.2.7 + pptp + rh9 [not found] ` <7C9884991ADAE0479C14F10C858BCDF5122E76@alderaan.smgtec.com > @ 2003-10-21 21:59 ` Fernando Barrocal 2003-10-21 23:50 ` Evan Davies 0 siblings, 1 reply; 10+ messages in thread From: Fernando Barrocal @ 2003-10-21 21:59 UTC (permalink / raw) To: Daniel Chemko, netfilter Still after installing 1.2.8 it does not work. Do I need to compile ipt ? and the kernel ? At 19:15 21/10/2003, Daniel Chemko wrote: >Download ipt 1.2.8 or 1.2.9 if it is out. >Or, use the CVS userspace > ># KERNEL_DIR=<yourkerneldir> make ># make install > >You might want to change the destination directories in the Makefile to >conform to the Redhat deployment layout >LIBDIR=/lib/ >MANDIR=/usr/man >etc.. > >-----Original Message----- >From: Fernando Barrocal [mailto:fbarrocal@uol.com.br] >Sent: Tuesday, October 21, 2003 2:04 PM >To: netfilter@lists.netfilter.org >Subject: iptables1.2.7 + pptp + rh9 > > >Hi, > >I am applying the pptp patch with patch-o-matic in my redhat 9.0. >Somebody >have somer step by step to patch the kernel, compile the iptable >userspace >and compile the kernel to accept DNAT ? > >Thanks in advance > >Fernando Barrocal ^ permalink raw reply [flat|nested] 10+ messages in thread
* RE: iptables1.2.7 + pptp + rh9 2003-10-21 21:59 ` Fernando Barrocal @ 2003-10-21 23:50 ` Evan Davies 2003-10-22 13:09 ` Fernando Barrocal 0 siblings, 1 reply; 10+ messages in thread From: Evan Davies @ 2003-10-21 23:50 UTC (permalink / raw) To: Fernando Barrocal; +Cc: Netfilter [-- Attachment #1: Type: text/plain, Size: 1428 bytes --] I first applied the patch-o-matic to the kernel. Recompile and installed iptables 1.2.8 with the following commands: > make BINDIR=/sbin LIBDIR=/lib MANDIR=/usr/share/man > make BINDIR=/sbin LIBDIR=/lib MANDIR=/usr/share/man install Configure the kernel with new options Run make bzImage ; make modules ; make modules_install Install new kernel image Reboot On Wed, 2003-10-22 at 07:59, Fernando Barrocal wrote: > Still after installing 1.2.8 it does not work. Do I need to compile ipt ? > and the kernel ? > > At 19:15 21/10/2003, Daniel Chemko wrote: > >Download ipt 1.2.8 or 1.2.9 if it is out. > >Or, use the CVS userspace > > > ># KERNEL_DIR=<yourkerneldir> make > ># make install > > > >You might want to change the destination directories in the Makefile to > >conform to the Redhat deployment layout > >LIBDIR=/lib/ > >MANDIR=/usr/man > >etc.. > > > >-----Original Message----- > >From: Fernando Barrocal [mailto:fbarrocal@uol.com.br] > >Sent: Tuesday, October 21, 2003 2:04 PM > >To: netfilter@lists.netfilter.org > >Subject: iptables1.2.7 + pptp + rh9 > > > > > >Hi, > > > >I am applying the pptp patch with patch-o-matic in my redhat 9.0. > >Somebody > >have somer step by step to patch the kernel, compile the iptable > >userspace > >and compile the kernel to accept DNAT ? > > > >Thanks in advance > > > >Fernando Barrocal -- Evan Davies <evand@voiceplus.com.au> [-- Attachment #2: This is a digitally signed message part --] [-- Type: application/pgp-signature, Size: 189 bytes --] ^ permalink raw reply [flat|nested] 10+ messages in thread
* RE: iptables1.2.7 + pptp + rh9 2003-10-21 23:50 ` Evan Davies @ 2003-10-22 13:09 ` Fernando Barrocal 0 siblings, 0 replies; 10+ messages in thread From: Fernando Barrocal @ 2003-10-22 13:09 UTC (permalink / raw) To: Evan Davies; +Cc: Netfilter It worked ! Thanks a lot ! At 21:50 21/10/2003, Evan Davies wrote: >I first applied the patch-o-matic to the kernel. >Recompile and installed iptables 1.2.8 with the following commands: > > make BINDIR=/sbin LIBDIR=/lib MANDIR=/usr/share/man > > make BINDIR=/sbin LIBDIR=/lib MANDIR=/usr/share/man install >Configure the kernel with new options >Run make bzImage ; make modules ; make modules_install >Install new kernel image >Reboot > > >On Wed, 2003-10-22 at 07:59, Fernando Barrocal wrote: > > Still after installing 1.2.8 it does not work. Do I need to compile ipt ? > > and the kernel ? > > > > At 19:15 21/10/2003, Daniel Chemko wrote: > > >Download ipt 1.2.8 or 1.2.9 if it is out. > > >Or, use the CVS userspace > > > > > ># KERNEL_DIR=<yourkerneldir> make > > ># make install > > > > > >You might want to change the destination directories in the Makefile to > > >conform to the Redhat deployment layout > > >LIBDIR=/lib/ > > >MANDIR=/usr/man > > >etc.. > > > > > >-----Original Message----- > > >From: Fernando Barrocal [mailto:fbarrocal@uol.com.br] > > >Sent: Tuesday, October 21, 2003 2:04 PM > > >To: netfilter@lists.netfilter.org > > >Subject: iptables1.2.7 + pptp + rh9 > > > > > > > > >Hi, > > > > > >I am applying the pptp patch with patch-o-matic in my redhat 9.0. > > >Somebody > > >have somer step by step to patch the kernel, compile the iptable > > >userspace > > >and compile the kernel to accept DNAT ? > > > > > >Thanks in advance > > > > > >Fernando Barrocal >-- >Evan Davies <evand@voiceplus.com.au> ^ permalink raw reply [flat|nested] 10+ messages in thread
* RE: iptables1.2.7 + pptp + rh9
@ 2003-10-21 22:06 Daniel Chemko
[not found] ` <7C9884991ADAE0479C14F10C858BCDF52E375B@alderaan.smgtec.com >
0 siblings, 1 reply; 10+ messages in thread
From: Daniel Chemko @ 2003-10-21 22:06 UTC (permalink / raw)
To: Fernando Barrocal, netfilter
Um, yeah. You need to compile the userspace tools against the kernel
that you are installing.
-----Original Message-----
From: Fernando Barrocal [mailto:fbarrocal@uol.com.br]
Sent: Tuesday, October 21, 2003 3:00 PM
To: Daniel Chemko; netfilter@lists.netfilter.org
Subject: RE: iptables1.2.7 + pptp + rh9
Still after installing 1.2.8 it does not work. Do I need to compile ipt
?
and the kernel ?
At 19:15 21/10/2003, Daniel Chemko wrote:
>Download ipt 1.2.8 or 1.2.9 if it is out.
>Or, use the CVS userspace
>
># KERNEL_DIR=<yourkerneldir> make
># make install
>
>You might want to change the destination directories in the Makefile to
>conform to the Redhat deployment layout
>LIBDIR=/lib/
>MANDIR=/usr/man
>etc..
>
>-----Original Message-----
>From: Fernando Barrocal [mailto:fbarrocal@uol.com.br]
>Sent: Tuesday, October 21, 2003 2:04 PM
>To: netfilter@lists.netfilter.org
>Subject: iptables1.2.7 + pptp + rh9
>
>
>Hi,
>
>I am applying the pptp patch with patch-o-matic in my redhat 9.0.
>Somebody
>have somer step by step to patch the kernel, compile the iptable
>userspace
>and compile the kernel to accept DNAT ?
>
>Thanks in advance
>
>Fernando Barrocal
^ permalink raw reply [flat|nested] 10+ messages in thread[parent not found: <7C9884991ADAE0479C14F10C858BCDF52E375B@alderaan.smgtec.com >]
* RE: iptables1.2.7 + pptp + rh9 [not found] ` <7C9884991ADAE0479C14F10C858BCDF52E375B@alderaan.smgtec.com > @ 2003-10-21 23:05 ` Fernando Barrocal 2003-10-22 1:00 ` Venkatesh. K 0 siblings, 1 reply; 10+ messages in thread From: Fernando Barrocal @ 2003-10-21 23:05 UTC (permalink / raw) To: Daniel Chemko, netfilter Let me ask another question ... a newbie one ... Is that order correct ? - apply pptp patch - compile iptables - compile kernel (config, dep, clean, image, modules) At 20:06 21/10/2003, Daniel Chemko wrote: >Um, yeah. You need to compile the userspace tools against the kernel >that you are installing. > >-----Original Message----- >From: Fernando Barrocal [mailto:fbarrocal@uol.com.br] >Sent: Tuesday, October 21, 2003 3:00 PM >To: Daniel Chemko; netfilter@lists.netfilter.org >Subject: RE: iptables1.2.7 + pptp + rh9 > > >Still after installing 1.2.8 it does not work. Do I need to compile ipt >? >and the kernel ? > >At 19:15 21/10/2003, Daniel Chemko wrote: > >Download ipt 1.2.8 or 1.2.9 if it is out. > >Or, use the CVS userspace > > > ># KERNEL_DIR=<yourkerneldir> make > ># make install > > > >You might want to change the destination directories in the Makefile to > >conform to the Redhat deployment layout > >LIBDIR=/lib/ > >MANDIR=/usr/man > >etc.. > > > >-----Original Message----- > >From: Fernando Barrocal [mailto:fbarrocal@uol.com.br] > >Sent: Tuesday, October 21, 2003 2:04 PM > >To: netfilter@lists.netfilter.org > >Subject: iptables1.2.7 + pptp + rh9 > > > > > >Hi, > > > >I am applying the pptp patch with patch-o-matic in my redhat 9.0. > >Somebody > >have somer step by step to patch the kernel, compile the iptable > >userspace > >and compile the kernel to accept DNAT ? > > > >Thanks in advance > > > >Fernando Barrocal ^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: iptables1.2.7 + pptp + rh9 2003-10-21 23:05 ` Fernando Barrocal @ 2003-10-22 1:00 ` Venkatesh. K 2003-10-22 19:55 ` Arnt Karlsen 0 siblings, 1 reply; 10+ messages in thread From: Venkatesh. K @ 2003-10-22 1:00 UTC (permalink / raw) To: Daniel Chemko, netfilter, Fernando Barrocal ----- Original Message ----- From: "Fernando Barrocal" <fbarrocal@uol.com.br> To: "Daniel Chemko" <dchemko@smgtec.com>; <netfilter@lists.netfilter.org> Sent: Wednesday, October 22, 2003 4:35 AM Subject: RE: iptables1.2.7 + pptp + rh9 > > Let me ask another question ... a newbie one ... > > Is that order correct ? > > - apply pptp patch > - compile iptables > - compile kernel (config, dep, clean, image, modules) > Apply patch Compile Kernel Compile IPtables Venkatesh K > > > At 20:06 21/10/2003, Daniel Chemko wrote: > >Um, yeah. You need to compile the userspace tools against the kernel > >that you are installing. > > > >-----Original Message----- > >From: Fernando Barrocal [mailto:fbarrocal@uol.com.br] > >Sent: Tuesday, October 21, 2003 3:00 PM > >To: Daniel Chemko; netfilter@lists.netfilter.org > >Subject: RE: iptables1.2.7 + pptp + rh9 > > > > > >Still after installing 1.2.8 it does not work. Do I need to compile ipt > >? > >and the kernel ? > > > >At 19:15 21/10/2003, Daniel Chemko wrote: > > >Download ipt 1.2.8 or 1.2.9 if it is out. > > >Or, use the CVS userspace > > > > > ># KERNEL_DIR=<yourkerneldir> make > > ># make install > > > > > >You might want to change the destination directories in the Makefile to > > >conform to the Redhat deployment layout > > >LIBDIR=/lib/ > > >MANDIR=/usr/man > > >etc.. > > > > > >-----Original Message----- > > >From: Fernando Barrocal [mailto:fbarrocal@uol.com.br] > > >Sent: Tuesday, October 21, 2003 2:04 PM > > >To: netfilter@lists.netfilter.org > > >Subject: iptables1.2.7 + pptp + rh9 > > > > > > > > >Hi, > > > > > >I am applying the pptp patch with patch-o-matic in my redhat 9.0. > > >Somebody > > >have somer step by step to patch the kernel, compile the iptable > > >userspace > > >and compile the kernel to accept DNAT ? > > > > > >Thanks in advance > > > > > >Fernando Barrocal > > > > ^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: iptables1.2.7 + pptp + rh9 2003-10-22 1:00 ` Venkatesh. K @ 2003-10-22 19:55 ` Arnt Karlsen 2003-10-23 11:45 ` Arnt Karlsen 0 siblings, 1 reply; 10+ messages in thread From: Arnt Karlsen @ 2003-10-22 19:55 UTC (permalink / raw) To: netfilter On Wed, 22 Oct 2003 06:30:13 +0530, "Venkatesh. K" <venkatesh@cbayscribe.com> wrote in message <009501c39837$e1883850$2800a8c0@karu>: > ----- Original Message ----- > From: "Fernando Barrocal" <fbarrocal@uol.com.br> > To: "Daniel Chemko" <dchemko@smgtec.com>; > <netfilter@lists.netfilter.org> Sent: Wednesday, October 22, 2003 4:35 > AM Subject: RE: iptables1.2.7 + pptp + rh9 > > > > > > Let me ask another question ... a newbie one ... > > > > Is that order correct ? > > > > - apply pptp patch > > - compile iptables > > - compile kernel (config, dep, clean, image, modules) > > > > Apply patch > Compile Kernel ..ahem; compile kernel (config, dep, clean, modules, image) > Compile IPtables ..was also possible possible to apply the pptp patch woih the "kernelmod" package from poptop.sf.net, last time I checked. -- ..med vennlig hilsen = with Kind Regards from Arnt... ;-) ...with a number of polar bear hunters in his ancestry... Scenarios always come in sets of three: best case, worst case, and just in case. ^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: iptables1.2.7 + pptp + rh9 2003-10-22 19:55 ` Arnt Karlsen @ 2003-10-23 11:45 ` Arnt Karlsen 0 siblings, 0 replies; 10+ messages in thread From: Arnt Karlsen @ 2003-10-23 11:45 UTC (permalink / raw) To: Arnt Karlsen; +Cc: netfilter On Wed, 22 Oct 2003 21:55:49 +0200, Arnt Karlsen <arnt@c2i.net> wrote in message <20031022215549.4b028338.arnt@c2i.net>: > On Wed, 22 Oct 2003 06:30:13 +0530, > "Venkatesh. K" <venkatesh@cbayscribe.com> wrote in message > <009501c39837$e1883850$2800a8c0@karu>: > > > ----- Original Message ----- > > From: "Fernando Barrocal" <fbarrocal@uol.com.br> > > To: "Daniel Chemko" <dchemko@smgtec.com>; > > <netfilter@lists.netfilter.org> Sent: Wednesday, October 22, 2003 > > 4:35 AM Subject: RE: iptables1.2.7 + pptp + rh9 > > > > > > > > > > Let me ask another question ... a newbie one ... > > > > > > Is that order correct ? > > > > > > - apply pptp patch > > > - compile iptables > > > - compile kernel (config, dep, clean, image, modules) > > > > > > > Apply patch > > Compile Kernel > > ..ahem; compile kernel (config, dep, clean, modules, image) ..note to self: first sleep, then wake up and post: ..ahem; compile kernel (config, dep, clean, modules, install) > > Compile IPtables > > ..was also possible possible to apply the pptp patch woih the > "kernelmod" package from poptop.sf.net, last time I checked. > -- ..med vennlig hilsen = with Kind Regards from Arnt... ;-) ...with a number of polar bear hunters in his ancestry... Scenarios always come in sets of three: best case, worst case, and just in case. ^ permalink raw reply [flat|nested] 10+ messages in thread
* iptables1.2.7 + pptp + rh9 @ 2003-10-21 21:03 Fernando Barrocal 0 siblings, 0 replies; 10+ messages in thread From: Fernando Barrocal @ 2003-10-21 21:03 UTC (permalink / raw) To: netfilter Hi, I am applying the pptp patch with patch-o-matic in my redhat 9.0. Somebody have somer step by step to patch the kernel, compile the iptable userspace and compile the kernel to accept DNAT ? Thanks in advance Fernando Barrocal ^ permalink raw reply [flat|nested] 10+ messages in thread
end of thread, other threads:[~2003-10-23 11:45 UTC | newest]
Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-10-21 21:15 iptables1.2.7 + pptp + rh9 Daniel Chemko
[not found] ` <7C9884991ADAE0479C14F10C858BCDF5122E76@alderaan.smgtec.com >
2003-10-21 21:59 ` Fernando Barrocal
2003-10-21 23:50 ` Evan Davies
2003-10-22 13:09 ` Fernando Barrocal
-- strict thread matches above, loose matches on Subject: below --
2003-10-21 22:06 Daniel Chemko
[not found] ` <7C9884991ADAE0479C14F10C858BCDF52E375B@alderaan.smgtec.com >
2003-10-21 23:05 ` Fernando Barrocal
2003-10-22 1:00 ` Venkatesh. K
2003-10-22 19:55 ` Arnt Karlsen
2003-10-23 11:45 ` Arnt Karlsen
2003-10-21 21:03 Fernando Barrocal
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox