[gentoo-user] iptables error

2004-01-26 Thread Catalin Constantin
i get the following error when trying to add an iptables rule. /lib/modules/2.4.22/kernel/net/ipv4/netfilter/ip_tables.o: unresolved symbol nf_unregister_sockopt /lib/modules/2.4.22/kernel/net/ipv4/netfilter/ip_tables.o: unresolved symbol nf_register_sockopt

Re: [gentoo-user] iptables error

2004-01-26 Thread Mike Williams
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Monday 26 January 2004 11:28, Catalin Constantin wrote: i get the following error when trying to add an iptables rule. /lib/modules/2.4.22/kernel/net/ipv4/netfilter/ip_tables.o: unresolved symbol nf_unregister_sockopt

Re: [gentoo-user] iptables error

2004-01-26 Thread SN
Emerge iptables again. - Original Message - From: Catalin Constantin [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, January 26, 2004 12:28 PM Subject: [gentoo-user] iptables error i get the following error when trying to add an iptables rule. /lib/modules/2.4.22/kernel/net

Re: [gentoo-user] iptables error?

2003-06-21 Thread CrPy
Hi, ip_conntrack_tftp.o != ip_conntrack_ftp.o You need to activate the module in your kernel config. /CrPy Am Samstag, 21. Juni 2003 02:09 schrieb Jorge Almeida: On Sat, 21 Jun 2003, Norbert Kamenicky wrote: Jorge Almeida wrote: unable to load module ip_conntrack_ftp ip_nat_ftp: error

Re: [gentoo-user] iptables error?

2003-06-21 Thread Jorge Almeida
On Sat, 21 Jun 2003, CrPy wrote: Hi, ip_conntrack_tftp.o != ip_conntrack_ftp.o You need to activate the module in your kernel config. /CrPy Well, it seems that it should be there! Maybe some option of uninformative name is missing ... localhost root # ls

Re: [gentoo-user] iptables error?

2003-06-21 Thread CrPy
Hi Jorge, there is no Problem, because you have it in your Kernel and not as Module. This means that shorewall fails to load it as module. You have to do one of this: 1. live with the error message. 2. configure it as module (kernel) 3. change the shorewall skript I would prefer to make it as

Re: [gentoo-user] iptables error?

2003-06-21 Thread Jorge Almeida
On Sat, 21 Jun 2003, CrPy wrote: Hi Jorge, there is no Problem, because you have it in your Kernel and not as Module. This means that shorewall fails to load it as module. You have to do one of this: 1. live with the error message. 2. configure it as module (kernel) 3. change the

[gentoo-user] iptables error?

2003-06-20 Thread Jorge Almeida
I installed iptables+shorewall in single workstation (cable modem, no local network, no services provided). The config files are the ones provided by the vendor Shoreline (except that I commented out the rule allowing the box to be ping'ed, the purpose of which I can't guess). The thing works (I

Re: [gentoo-user] iptables error?

2003-06-20 Thread Norbert Kamenicky
Jorge Almeida wrote: unable to load module ip_conntrack_ftp ip_nat_ftp: error registering helper for port 21 Can somebody tell me what this means? I'm using kernel 2.4.21 vanilla. Let's have look to /lib/modules/2.4.21/kernel/net/ipv4/netfilter if you have these modules ... -- [EMAIL

Re: [gentoo-user] iptables error?

2003-06-20 Thread Jorge Almeida
On Sat, 21 Jun 2003, Norbert Kamenicky wrote: Jorge Almeida wrote: unable to load module ip_conntrack_ftp ip_nat_ftp: error registering helper for port 21 Can somebody tell me what this means? I'm using kernel 2.4.21 vanilla. Let's have look to

Re: [gentoo-user] iptables error

2003-06-08 Thread Mark Huson
Thank you for all your help. I found another script that works for me to replace the old one. Mark -- [EMAIL PROTECTED] mailing list

Re: [gentoo-user] iptables error

2003-06-06 Thread Klaus D. Neumann
On Thursday 05 June 2003 04:22 am, Mark Fisher wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thursday 05 Jun 2003 3:08 am, Klaus D. Neumann wrote: modprobe: Can't locate module ip_tables iptables v1.2.8: can't initialize iptables table `nat': iptables who? (do you need to

Re: [gentoo-user] iptables error

2003-06-06 Thread Klaus D. Neumann
On Thursday 05 June 2003 04:22 am, Mark Fisher wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thursday 05 Jun 2003 3:08 am, Klaus D. Neumann wrote: modprobe: Can't locate module ip_tables iptables v1.2.8: can't initialize iptables table `nat': iptables who? (do you need to

Re: [gentoo-user] iptables error

2003-06-06 Thread Mark Fisher
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Friday 06 Jun 2003 7:12 am, Klaus D. Neumann wrote: After recompiling my kernel, iptables as module this time, the comand gives my this: bash-2.05b# insmod ip_tables Using /lib/modules/2.4.20-gentoo-r5/kernel/net/ipv4/netfilter/ip_tables.o

Re: [gentoo-user] iptables error

2003-06-06 Thread Klaus D. Neumann
On Friday 06 June 2003 04:05 am, Mark Fisher wrote: My gut feeling is that the module didnt compile correctly, probably because of a missed-out make clean or make mrproper at the kernel compiling stage... without these lines the /urc/src/linux dir is still dirty from the last compile. Try

Re: [gentoo-user] iptables error

2003-06-06 Thread Klaus D. Neumann
Got it. I had to copy back my .config before reloading it into menuconfig. My internet sharing works now. Thanks to all the help I got from this list. I really appreciate it! One last question for today: How can I make the comands: echo 1 /proc/sys/net/ipv4/ip_forward iptables -t nat -A

Re: [gentoo-user] iptables error

2003-06-06 Thread MIKE MacMartin
One last question for today: How can I make the comands: echo 1 /proc/sys/net/ipv4/ip_forward iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE permanent, meaning executed at boot time? Copy one of the /etc/init.d scripts and make it your own. For example (here's a quick example):

Re: [gentoo-user] iptables error

2003-06-05 Thread Mark Fisher
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thursday 05 Jun 2003 3:08 am, Klaus D. Neumann wrote: modprobe: Can't locate module ip_tables iptables v1.2.8: can't initialize iptables table `nat': iptables who? (do you need to insmod?) Perhaps iptables or your kernel needs to be upgraded.

[gentoo-user] iptables error

2003-06-05 Thread Klaus D. Neumann
Hi, I emerged iptables, compiled into my kernel everything that smelled like forwarding, filtering, iptables, (no modules), and yet, when I issue: compaq root # iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE I get: modprobe: Can't locate module ip_tables iptables v1.2.8: can't initialize