You are not logged in.

#1 2007-11-15 12:56:48

Del Pede
Member
Registered: 2007-11-13
Posts: 27

iptables and fw-interfaces fails me

iptables -A FORWARD -j fw-interfaces
iptables -A FORWARD -j fw-open

Those two fails me.

iptables v1.3.8: Couldn't load target `fw-interfaces':/usr/lib/iptables/libipt_fw-interfaces.so: cannot open shared object file: No such file or directory

Try `iptables -h' or 'iptables --help' for more information.

iptables v1.3.8: Couldn't load target `fw-open':/usr/lib/iptables/libipt_fw-open.so: cannot open shared object file: No such file or directory

Try `iptables -h' or 'iptables --help' for more information.
 pacman -Qi iptables
Name           : iptables
Version        : 1.3.8-1
URL            : http://www.netfilter.org/
License        : GPL  
Groups         : None
Provides       : None
Depends On     : glibc  
Removes        : None
Required By    : None
Conflicts With : None
Installed Size : 1044,97 K
Packager       : Eric Belanger <eric@archlinux.org>
Architecture   : i686
Build Date     : Thu Jul  5 00:21:23 2007 UTC
Build Type     : Unknown
Install Date   : Thu Nov 15 17:51:39 2007 UTC
Install Reason : Explicitly installed
Install Script : No
Description    : A Linux kernel packet control tool

Is there anything i'm missing? I'm following this wiki article http://wiki.archlinux.org/index.php/Sim … wall_HOWTO
Do i need to load some modules?

All help is apreciated
Del Pede

Offline

#2 2007-11-15 13:23:21

Del Pede
Member
Registered: 2007-11-13
Posts: 27

Re: iptables and fw-interfaces fails me

*sigh* roll

I forgot to create the chains
iptables -N fw-interfaces
iptables -N fw-open

I guess i solved it

Offline

Board footer

Powered by FluxBB