View previous topic :: View next topic |
Author |
Message |
duckyhatezchat Tux's lil' helper
Joined: 22 Nov 2003 Posts: 77
|
Posted: Sat May 19, 2007 5:46 am Post subject: Where are "iptable_nat, ip_conntrack, ip_conntrack_ftp& |
|
|
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 |
|
|
bunder Bodhisattva
Joined: 10 Apr 2004 Posts: 5947
|
Posted: Sat May 19, 2007 6:35 am Post subject: |
|
|
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 |
|
|
toralf Developer
Joined: 01 Feb 2004 Posts: 3943 Location: Hamburg
|
Posted: Sat May 19, 2007 7:51 am Post subject: |
|
|
Make a and search with "/CONFIG_NF_NAT" - the menu structure changed drastically between the last kernel versions. |
|
Back to top |
|
|
wyv3rn Apprentice
Joined: 18 Aug 2005 Posts: 154 Location: USA
|
Posted: Sat May 19, 2007 9:35 am Post subject: |
|
|
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 |
|
|
toralf Developer
Joined: 01 Feb 2004 Posts: 3943 Location: Hamburg
|
Posted: Sat May 19, 2007 11:46 am Post subject: |
|
|
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 |
|
|
duckyhatezchat Tux's lil' helper
Joined: 22 Nov 2003 Posts: 77
|
Posted: Mon May 21, 2007 3:40 pm Post subject: |
|
|
Thanks I've found them and applied. _________________ Ducky |
|
Back to top |
|
|
|