Discussion:
where can i find libipt_ipv4options.so?
Ryan Pagquil
2004-07-13 09:20:09 UTC
Permalink
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
Fabrice MARIE
2004-07-14 06:07:44 UTC
Permalink
Hello,
Post by Ryan Pagquil
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 Pagquil
2004-07-14 08:29:55 UTC
Permalink
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,
Post by Fabrice MARIE
Hello,
Post by Ryan Pagquil
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
Fabrice MARIE
2004-07-15 05:32:58 UTC
Permalink
Hello,
Post by Ryan Pagquil
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
Post by Ryan Pagquil
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
2004-07-15 06:32:55 UTC
Permalink
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,
Post by Fabrice MARIE
Hello,
Post by Ryan Pagquil
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?
http://www.netfilter.org/documentation/HOWTO/netfilter-extensions-HOWTO.html
Post by Ryan Pagquil
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
Ryan Pagquil
2004-07-15 08:19:33 UTC
Permalink
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!
Post by Fabrice MARIE
Hello,
Post by Ryan Pagquil
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?
http://www.netfilter.org/documentation/HOWTO/netfilter-extensions-HOWTO.html
Post by Ryan Pagquil
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
Ryan Pagquil
2004-07-22 07:41:55 UTC
Permalink
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
Post by Fabrice MARIE
Hello,
Post by Ryan Pagquil
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
Loading...