View previous topic :: View next topic |
Author |
Message |
force n00b
Joined: 01 Jan 2004 Posts: 1
|
Posted: Thu Jan 01, 2004 12:16 pm Post subject: ipac-ng problems |
|
|
hello! i have installed ipac-ng with emerge.
now when i start it, with /etc/init.d/ipac-ng start i get this:
Code: |
/etc/init.d/ipac-ng start
* Setting up ipac-ng iptables chains...
in is not a chain
out is not a chain [ ok ]
|
and it doesnt work at all.
when i stop i get following errors:
Code: |
/etc/init.d/ipac-ng stop
* Removing ipac-ng iptables settings...
iptables v1.2.8: Couldn't load target `ipac_in':/lib/iptables/libipt_ipac_in.so: cannot open shared object file: No such file or directory
Try `iptables -h' or 'iptables --help' for more information.
iptables v1.2.8: Couldn't load target `ipac_out':/lib/iptables/libipt_ipac_out.so: cannot open shared object file: No such file or directory
Try `iptables -h' or 'iptables --help' for more information.
iptables v1.2.8: Couldn't load target `ipac_in':/lib/iptables/libipt_ipac_in.so: cannot open shared object file: No such file or directory
Try `iptables -h' or 'iptables --help' for more information.
iptables v1.2.8: Couldn't load target `ipac_out':/lib/iptables/libipt_ipac_out.so: cannot open shared object file: No such file or directory
Try `iptables -h' or 'iptables --help' for more information.
iptables: No chain/target/match by that name
iptables: No chain/target/match by that name
iptables: Table does not exist (do you need to insmod?)
iptables: Table does not exist (do you need to insmod?) [ ok ]
|
i have activated everything concerning iptables in the kernel as modules.
loaded are:
Code: |
lsmod
Module Size Used by Not tainted
iptable_filter 1740 1 (autoclean)
ip_tables 12448 1 [iptable_filter]
|
my rules setting is like this:
Code: |
incoming all |in||all||
outgoing all |out||all||
|
does anyone have a hint what could be wrong? |
|
Back to top |
|
|
orgon n00b
Joined: 22 Dec 2003 Posts: 8
|
Posted: Mon Mar 29, 2004 9:58 pm Post subject: |
|
|
I have the same problem and still no solution. |
|
Back to top |
|
|
|