* problem in iptables!!!
@ 2006-04-10 13:09 varun
2006-04-11 1:04 ` Yasuyuki KOZAKAI
0 siblings, 1 reply; 2+ messages in thread
From: varun @ 2006-04-10 13:09 UTC (permalink / raw)
To: netfilter-devel
Hi all,
I have a small problem with iptables. Iam trying to use
iptables in an Cyberton Board (ARM). I compiled it with ucLibc. and i
also put the images on the board. Then when board comes up i manually
insmoded the following modules.
ip_conntrack.ko ipt_REJECT.ko ipt_state.ko
ip_tables.ko ipt_conntrack.ko iptable_filter.ko
Then i tried to add a policy
iptables -t filter -A OUTPUT -j REJECT
This works well in my PC with the 2.6 kernel but gives this error on
the same kernel arm compiled.
The error i get is
iptables v1.2.11: Couldn't find target `REJECT'
Try `iptables -h' or 'iptables --help' for more
information.
Can someone tell me what is wrong?
Varun
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: problem in iptables!!!
2006-04-10 13:09 problem in iptables!!! varun
@ 2006-04-11 1:04 ` Yasuyuki KOZAKAI
0 siblings, 0 replies; 2+ messages in thread
From: Yasuyuki KOZAKAI @ 2006-04-11 1:04 UTC (permalink / raw)
To: varun; +Cc: netfilter-devel
From: varun <varun@rocsys.com>
Date: Mon, 10 Apr 2006 18:39:27 +0530
> Hi all,
>
> I have a small problem with iptables. Iam trying to use
> iptables in an Cyberton Board (ARM). I compiled it with ucLibc. and i
> also put the images on the board. Then when board comes up i manually
> insmoded the following modules.
>
> ip_conntrack.ko ipt_REJECT.ko ipt_state.ko
> ip_tables.ko ipt_conntrack.ko iptable_filter.ko
>
> Then i tried to add a policy
> iptables -t filter -A OUTPUT -j REJECT
> This works well in my PC with the 2.6 kernel but gives this error on
> the same kernel arm compiled.
> The error i get is
> iptables v1.2.11: Couldn't find target `REJECT'
>
> Try `iptables -h' or 'iptables --help' for more
> information.
This message means that shared library libipt_REJECT.so isn't not found.
> Can someone tell me what is wrong?
I think that you didn't install shared libraries for matches/targets
to your image even though you build iptables without statically linking
them.
If so, you have 2 options.
- You can install them to /usr/local/lib/iptables (or path you
specified clearly when building iptables) on image.
- You can build iptables statically linking them by
'make NO_SHARED_LIBS=1' .
-- Yasuyuki Kozakai
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2006-04-11 1:04 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-04-10 13:09 problem in iptables!!! varun
2006-04-11 1:04 ` Yasuyuki KOZAKAI
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.