Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Where are "iptable_nat, ip_conntrack, ip_conntrack_ftp"?
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
duckyhatezchat
Tux's lil' helper
Tux's lil' helper


Joined: 22 Nov 2003
Posts: 77

PostPosted: Sat May 19, 2007 5:46 am    Post subject: Where are "iptable_nat, ip_conntrack, ip_conntrack_ftp& Reply with quote

I'm using gentoo-sources, 2.6.20-gentoo-r8, and I'm trying to configure iptables with nat support.

The problem is I can't seem to find which kernel option to turn on to modprobe iptable_nat, ip_conntrack, ip_conntrack_ftp.

Can someone shed me a light on finding out which kernel option produces what module?
_________________
Ducky
Back to top
View user's profile Send private message
bunder
Bodhisattva
Bodhisattva


Joined: 10 Apr 2004
Posts: 5947

PostPosted: Sat May 19, 2007 6:35 am    Post subject: Reply with quote

aren't those 2.4 modules? iptables has been replaced by netfilter in the 2.6 kernel.

cheers
_________________
Neddyseagoon wrote:
The problem with leaving is that you can only do it once and it reduces your influence.

banned from #gentoo since sept 2017
Back to top
View user's profile Send private message
toralf
Developer
Developer


Joined: 01 Feb 2004
Posts: 3943
Location: Hamburg

PostPosted: Sat May 19, 2007 7:51 am    Post subject: Reply with quote

Make a
Code:
make menuconfig
and search with "/CONFIG_NF_NAT" - the menu structure changed drastically between the last kernel versions.
Back to top
View user's profile Send private message
wyv3rn
Apprentice
Apprentice


Joined: 18 Aug 2005
Posts: 154
Location: USA

PostPosted: Sat May 19, 2007 9:35 am    Post subject: Reply with quote

the modules are nf_conntrack, nf_conntrack_ftp, etc. now. You can find them in the kernel config as the user above stated.
Back to top
View user's profile Send private message
toralf
Developer
Developer


Joined: 01 Feb 2004
Posts: 3943
Location: Hamburg

PostPosted: Sat May 19, 2007 11:46 am    Post subject: Reply with quote

Code:
│ Symbol: NF_CONNTRACK_FTP [=m]                                                                                                             │
  │ Prompt: FTP protocol support                                                                                                              │
  │   Defined at net/netfilter/Kconfig:152                                                                                                    │
  │   Depends on: NET && INET && NETFILTER && NF_CONNTRACK                                                                                    │
  │   Location:                                                                                                                               │
  │     -> Networking                                                                                                                         │
  │       -> Networking support (NET [=y])                                                                                                    │
  │         -> Networking options                                                                                                             │
  │           -> Network packet filtering framework (Netfilter) (NETFILTER [=y])                                                              │
  │             -> Core Netfilter Configuration                                                                                               │
Back to top
View user's profile Send private message
duckyhatezchat
Tux's lil' helper
Tux's lil' helper


Joined: 22 Nov 2003
Posts: 77

PostPosted: Mon May 21, 2007 3:40 pm    Post subject: Reply with quote

Thanks I've found them and applied.
_________________
Ducky
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware 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