All of lore.kernel.org
 help / color / mirror / Atom feed
* where can i find libipt_ipv4options.so?
@ 2004-07-13  9:20 Ryan Pagquil
  2004-07-14  6:07 ` Fabrice MARIE
  0 siblings, 1 reply; 7+ messages in thread
From: Ryan Pagquil @ 2004-07-13  9:20 UTC (permalink / raw)
  To: netfilter

Guys,
	I'm generating scripts using FWBuilder, when i specify IP protocol on
my firewall rules and compile it then run the script generated by
FWBuilder, iptables prompt me that libipt_ipv4options.so file can't be
found. how can i install this file?

please help....

thanks in advance,
-- 
Ryan Pagquil
Jr. Network Engineer
Axis Global Technologies, Inc.
Tel. 724-3340 loc. 175



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: where can i find libipt_ipv4options.so?
  2004-07-13  9:20 where can i find libipt_ipv4options.so? Ryan Pagquil
@ 2004-07-14  6:07 ` Fabrice MARIE
  2004-07-14  8:29   ` Ryan Pagquil
  2004-07-22  7:41   ` Ryan Pagquil
  0 siblings, 2 replies; 7+ messages in thread
From: Fabrice MARIE @ 2004-07-14  6:07 UTC (permalink / raw)
  To: netfilter; +Cc: Ryan Pagquil


Hello,

On 13 July 2004 pm 17:20, Ryan Pagquil wrote:
> Guys,
> 	I'm generating scripts using FWBuilder, when i specify IP protocol on
> my firewall rules and compile it then run the script generated by
> FWBuilder, iptables prompt me that libipt_ipv4options.so file can't be
> found. how can i install this file?

Downoad the latest version of iptable from CVS, latest version of patch-o-matic-ng from
CVS. Then patch your kernel with the ipv4options patch. Recompile and install your new kernel.
Recompile and install your new iptables tool. Then it should work.

Have a nice day,

Fabrice.
--
Fabrice MARIE

"Silly hacker, root is for administrators"
       -Unknown


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: where can i find libipt_ipv4options.so?
  2004-07-14  6:07 ` Fabrice MARIE
@ 2004-07-14  8:29   ` Ryan Pagquil
  2004-07-15  5:32     ` Fabrice MARIE
  2004-07-22  7:41   ` Ryan Pagquil
  1 sibling, 1 reply; 7+ messages in thread
From: Ryan Pagquil @ 2004-07-14  8:29 UTC (permalink / raw)
  To: fabrice; +Cc: netfilter

fabrice,
	i'm new in patching iptables, would you mind if you give me some
instructions done by you, so that i can based my procedure with the one
you have done? 
	why does some package of iptables in other distributions includes
libipt_ipv4options.so? just curious....

thanks for the help,

On Wed, 2004-07-14 at 06:07, Fabrice MARIE wrote:
> Hello,
> 
> On 13 July 2004 pm 17:20, Ryan Pagquil wrote:
> > Guys,
> > 	I'm generating scripts using FWBuilder, when i specify IP protocol on
> > my firewall rules and compile it then run the script generated by
> > FWBuilder, iptables prompt me that libipt_ipv4options.so file can't be
> > found. how can i install this file?
> 
> Downoad the latest version of iptable from CVS, latest version of patch-o-matic-ng from
> CVS. Then patch your kernel with the ipv4options patch. Recompile and install your new kernel.
> Recompile and install your new iptables tool. Then it should work.
> 
> Have a nice day,
> 
> Fabrice.
> --
> Fabrice MARIE
> 
> "Silly hacker, root is for administrators"
>        -Unknown
-- 
Ryan



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: where can i find libipt_ipv4options.so?
  2004-07-14  8:29   ` Ryan Pagquil
@ 2004-07-15  5:32     ` Fabrice MARIE
  2004-07-15  6:32       ` Ryan Pagquil
  2004-07-15  8:19       ` Ryan Pagquil
  0 siblings, 2 replies; 7+ messages in thread
From: Fabrice MARIE @ 2004-07-15  5:32 UTC (permalink / raw)
  To: Ryan Pagquil; +Cc: netfilter


Hello,

On 14 July 2004 pm 16:29, Ryan Pagquil wrote:
> fabrice,
> 	i'm new in patching iptables, would you mind if you give me some
> instructions done by you, so that i can based my procedure with the one
> you have done? 

This should help:
http://www.netfilter.org/documentation/HOWTO/netfilter-extensions-HOWTO.html

> why does some package of iptables in other distributions includes
> libipt_ipv4options.so? just curious....

Which distribution ships with ipv4options already patched in ? I haven't seen
any distro doing that yet... just curious ... which distro are we talking about ?

Have a nice day,

Fabrice.
--
Fabrice MARIE

"Silly hacker, root is for administrators"
       -Unknown


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: where can i find libipt_ipv4options.so?
  2004-07-15  5:32     ` Fabrice MARIE
@ 2004-07-15  6:32       ` Ryan Pagquil
  2004-07-15  8:19       ` Ryan Pagquil
  1 sibling, 0 replies; 7+ messages in thread
From: Ryan Pagquil @ 2004-07-15  6:32 UTC (permalink / raw)
  To: fabrice; +Cc: netfilter

fabrice,

i found it in rpm.pbone.net
http://rpm.pbone.net/index.php3/stat/4/idpl/1296500/com/iptables-1.2.9-1ark.i586.rpm.html ArkLinux is the distribution.

i already patch ipv4options but it still prompts me that
libipt_ipv4options can't be found. what will i do? i also recompiled my
kernel and i boot it up.

please help,


On Thu, 2004-07-15 at 05:32, Fabrice MARIE wrote:
> Hello,
> 
> On 14 July 2004 pm 16:29, Ryan Pagquil wrote:
> > fabrice,
> > 	i'm new in patching iptables, would you mind if you give me some
> > instructions done by you, so that i can based my procedure with the one
> > you have done? 
> 
> This should help:
> http://www.netfilter.org/documentation/HOWTO/netfilter-extensions-HOWTO.html
> 
> > why does some package of iptables in other distributions includes
> > libipt_ipv4options.so? just curious....
> 
> Which distribution ships with ipv4options already patched in ? I haven't seen
> any distro doing that yet... just curious ... which distro are we talking about ?
> 
> Have a nice day,
> 
> Fabrice.
> --
> Fabrice MARIE
> 
> "Silly hacker, root is for administrators"
>        -Unknown
-- 
Ryan Pagquil
Jr. Network Engineer
Axis Global Technologies, Inc.
Tel. 724-3340 loc. 175



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: where can i find libipt_ipv4options.so?
  2004-07-15  5:32     ` Fabrice MARIE
  2004-07-15  6:32       ` Ryan Pagquil
@ 2004-07-15  8:19       ` Ryan Pagquil
  1 sibling, 0 replies; 7+ messages in thread
From: Ryan Pagquil @ 2004-07-15  8:19 UTC (permalink / raw)
  To: fabrice; +Cc: netfilter

Fabrice,
	when i about to install the new iptables there are some errors appeared
so my setup has been terminated, here was the very last error it
prompted me:

/usr/src/linux-2.6.5-1.358/include/linux/config.h:6:2 #error including
kernel header in userspace; use the glibc headers instead!
make: *** [extension/libipt_ah_sh.o] Error 1

what seems to be the problem here with my installation? currently i'm
running iptables-1.2.9-2.3.1 in Fedora Core2.

please help, thanks!


On Thu, 2004-07-15 at 05:32, Fabrice MARIE wrote:
> Hello,
> 
> On 14 July 2004 pm 16:29, Ryan Pagquil wrote:
> > fabrice,
> > 	i'm new in patching iptables, would you mind if you give me some
> > instructions done by you, so that i can based my procedure with the one
> > you have done? 
> 
> This should help:
> http://www.netfilter.org/documentation/HOWTO/netfilter-extensions-HOWTO.html
> 
> > why does some package of iptables in other distributions includes
> > libipt_ipv4options.so? just curious....
> 
> Which distribution ships with ipv4options already patched in ? I haven't seen
> any distro doing that yet... just curious ... which distro are we talking about ?
> 
> Have a nice day,
> 
> Fabrice.
> --
> Fabrice MARIE
> 
> "Silly hacker, root is for administrators"
>        -Unknown
-- 
Ryan



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: where can i find libipt_ipv4options.so?
  2004-07-14  6:07 ` Fabrice MARIE
  2004-07-14  8:29   ` Ryan Pagquil
@ 2004-07-22  7:41   ` Ryan Pagquil
  1 sibling, 0 replies; 7+ messages in thread
From: Ryan Pagquil @ 2004-07-22  7:41 UTC (permalink / raw)
  To: fabrice; +Cc: netfilter

fabrice,
	i followed all the suggestions you told me but when i invoked the
command:

	$ make KERNEL_DIR=/usr/src/linux-2.6.5

to install my new patched iptables there was an error appeared at the
end of the process, this is the last message in the error:

In file included from
/usr/src/linux-2.6.5/include/linux/netfilter_ipv4.h:8,
from /usr/src/linux-2.6.5/include/linux/netfilter_ipv4/ip_tables.h:25
from include/libiptc/ibiptc.h:6,
from include/iptables.h:5,
from extensions/libipt_ipv4options.c:8:
/usr/src/linux-2.6.5/include/config.h:6.2: #error including kernel
header in userspace; use the glibc headers instead!
make: *** [extensions/libipt_ipv4options_sh.o] Error 1

what should i do to avoid this message and to install libipt_ipv4options
flawlessly?

thanks in advance,
Ryan


On Wed, 2004-07-14 at 02:07, Fabrice MARIE wrote:
> Hello,
> 
> On 13 July 2004 pm 17:20, Ryan Pagquil wrote:
> > Guys,
> > 	I'm generating scripts using FWBuilder, when i specify IP protocol on
> > my firewall rules and compile it then run the script generated by
> > FWBuilder, iptables prompt me that libipt_ipv4options.so file can't be
> > found. how can i install this file?
> 
> Downoad the latest version of iptable from CVS, latest version of patch-o-matic-ng from
> CVS. Then patch your kernel with the ipv4options patch. Recompile and install your new kernel.
> Recompile and install your new iptables tool. Then it should work.
> 
> Have a nice day,
> 
> Fabrice.
> --
> Fabrice MARIE
> 
> "Silly hacker, root is for administrators"
>        -Unknown
> 
> 



^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2004-07-22  7:41 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-07-13  9:20 where can i find libipt_ipv4options.so? Ryan Pagquil
2004-07-14  6:07 ` Fabrice MARIE
2004-07-14  8:29   ` Ryan Pagquil
2004-07-15  5:32     ` Fabrice MARIE
2004-07-15  6:32       ` Ryan Pagquil
2004-07-15  8:19       ` Ryan Pagquil
2004-07-22  7:41   ` Ryan Pagquil

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.