Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
netfilter modules
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Networking & Security
View previous topic :: View next topic  
Author Message
tomek32
Tux's lil' helper
Tux's lil' helper


Joined: 30 May 2004
Posts: 139

PostPosted: Sat Sep 04, 2004 6:57 pm    Post subject: netfilter modules Reply with quote

Right now, I'm compiling all netfilter modules as modules in the kernel. I'd like to only have to compile only the ones I use, but I'm not sure which ones those are.

Code:
# lsmod | grep ^ip
ipt_TOS                 1920  12
ipt_REJECT              5376  4
ipt_pkttype             1312  4
ipt_LOG                 5600  9
ipt_state               1504  9
ipt_multiport           1600  0
ipt_conntrack           2048  0
iptable_mangle          2080  1
ip_nat_irc              3280  0
ip_nat_tftp             2704  0
ip_nat_ftp              3952  0
iptable_nat            20908  3 ip_nat_irc,ip_nat_tftp,ip_nat_ftp
ip_conntrack_irc       70192  1 ip_nat_irc
ip_conntrack_tftp       2832  0
ip_conntrack_ftp       70960  1 ip_nat_ftp
ip_conntrack           28232  9 ipt_state,ipt_conntrack,ip_nat_irc,ip_nat_tftp,ip_nat_ftp,iptable_nat,ip_conntrack_irc,ip_conntrack_tftp,ip_conntrack_ftp
iptable_filter          2144  1
ip_tables              14912  10 ipt_TOS,ipt_REJECT,ipt_pkttype,ipt_LOG,ipt_state,ipt_multiport,ipt_conntrack,iptable_mangle,iptable_nat,iptable_filter


Now my question is, do I need the modules which are being used by 0 other modules? For example, I don't run a ftp server, so do I need the stuff related to ftp?
Back to top
View user's profile Send private message
Cuardin
l33t
l33t


Joined: 06 Feb 2003
Posts: 713
Location: vasastaden.stockholm.se

PostPosted: Sun Sep 05, 2004 8:31 am    Post subject: Reply with quote

Go to www.tldp.org adn look up one of their two netfiltering HOWTOs. One of them tells you what you need and what you don't need depending on what you want to do.
_________________
Part of "The adopt an unanswered post initiative"
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Networking & Security All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum