Re: Iptables Modules

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Mon, December 11, 2006 13:01, Ali Ozaltin wrote:
>
> Hello,
>
>
> When I use "lsmod" command i can see three enables module for iptables. How
> can I enable other modules ? Can you pls help ?
>
> ip_tables  17669� 3 iptable_nat,iptable_mangle,iptable_filter

iptables -A ... -p <proto> ...

or

iptables -A ... -m <module> ...

(See: man iptables)

or

modprobe <iptables_module>

(See: man modprobe)

You can find the netfilter modules that you have installed in:

/lib/modules/`uname -r`/kernel/net/ipv4/netfilter


Grts,
Rob





[Index of Archives]     [Linux Netfilter Development]     [Linux Kernel Networking Development]     [Netem]     [Berkeley Packet Filter]     [Linux Kernel Development]     [Advanced Routing & Traffice Control]     [Bugtraq]

  Powered by Linux