ALT Linux Sisyphus discussions
 help / color / mirror / Atom feed
* [sisyphus] iptables NAT не хочет работать с ядром 2.6.9
@ 2004-10-28  9:24 Sanja Byelkin
  2004-10-28 16:13 ` Andy Gorev
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Sanja Byelkin @ 2004-10-28  9:24 UTC (permalink / raw)
  To: sisyphus

Доброго времени суток!

такие проблемы у всех?

[root@sanja netfilter]# iptables -t nat -L
Note: /etc/modules.conf is more recent than
/lib/modules/2.6.9-std26-up-alt10/modules.dep
iptables v1.2.11: can't initialize iptables table `nat': Table does not
exist (do you need to insmod?)
Perhaps iptables or your kernel needs to be upgraded.
[root@sanja netfilter]#                                      

путем шаманства с insmod/depmod/iptables вызовов мне удалось загрузить
iptables_nat с помошь. insmod (modprobe iptables_nat говорил что что не может
загрузить ipfwadm.ko, непонятно зачем)

Это у всех такие проблемы?

-- 
Regards,
Alexander


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [sisyphus] Re: iptables NAT не хочет работать с ядром 2.6.9
  2004-10-28 22:45 ` Евгений Данильченко
@ 2004-10-28 12:06   ` Vitaly Ostanin
  2004-10-29 12:07     ` Anton Farygin
  0 siblings, 1 reply; 7+ messages in thread
From: Vitaly Ostanin @ 2004-10-28 12:06 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussion list

[-- Attachment #1: Type: text/plain, Size: 919 bytes --]

Евгений Данильченко пишет:

>Подтверждаю, такой глюк есть. 
>я уже писал об этом в эту рассылку.
>On Thursday 28 October 2004 09:24, Sanja Byelkin wrote:
>  
>
>>Доброго времени суток!
>>
>>такие проблемы у всех?
>>
>>[root@sanja netfilter]# iptables -t nat -L
>>Note: /etc/modules.conf is more recent than
>>/lib/modules/2.6.9-std26-up-alt10/modules.dep
>>iptables v1.2.11: can't initialize iptables table `nat': Table does not
>>exist (do you need to insmod?)
>>Perhaps iptables or your kernel needs to be upgraded.
>>[root@sanja netfilter]#
>>
>>путем шаманства с insmod/depmod/iptables вызовов мне удалось загрузить
>>iptables_nat с помошь. insmod (modprobe iptables_nat говорил что что не
>>может загрузить ipfwadm.ko, непонятно зачем)
>>
>>Это у всех такие проблемы?
>>    
>>

Точно, сегодня заметил такой глюк на
2.6.9-std26-up-alt10

<skipped/>

-- 
Regards, Vyt
mailto:  vyt@vzljot.ru
JID:     vyt@vzljot.ru


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 252 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [sisyphus] iptables NAT не хочет работать с ядром 2.6.9
  2004-10-28  9:24 [sisyphus] iptables NAT не хочет работать с ядром 2.6.9 Sanja Byelkin
@ 2004-10-28 16:13 ` Andy Gorev
  2004-10-28 16:40   ` Sanja Byelkin
  2004-10-28 18:20 ` Sergey Vlasov
  2004-10-28 22:45 ` Евгений Данильченко
  2 siblings, 1 reply; 7+ messages in thread
From: Andy Gorev @ 2004-10-28 16:13 UTC (permalink / raw)
  To: Sanja Byelkin, ALT Linux Sisyphus discussion list

Sanja Byelkin wrote:
> Доброго времени суток!
> 
> такие проблемы у всех?
> 
> [root@sanja netfilter]# iptables -t nat -L
> Note: /etc/modules.conf is more recent than
> /lib/modules/2.6.9-std26-up-alt10/modules.dep
> iptables v1.2.11: can't initialize iptables table `nat': Table does not
> exist (do you need to insmod?)
> Perhaps iptables or your kernel needs to be upgraded.
> [root@sanja netfilter]#                                      
> 
> путем шаманства с insmod/depmod/iptables вызовов мне удалось загрузить
> iptables_nat с помошь. insmod (modprobe iptables_nat говорил что что не может
> загрузить ipfwadm.ko, непонятно зачем)
> 
> Это у всех такие проблемы?
> 

[root@smart root]# iptables -nL -t nat
Chain PREROUTING (policy ACCEPT)
target     prot opt source               destination

Chain POSTROUTING (policy ACCEPT)
target     prot opt source               destination

Chain OUTPUT (policy ACCEPT)
target     prot opt source               destination
[root@smart root]# uname -a
Linux smart.office.altlinux.ru 2.6.8-std26-up-alt9 #1 Wed Aug 18 
17:49:51 MSD 2004 i686 unknown unknown GNU/Linux
[root@smart root]# lsmod|grep nat
iptable_nat            23980  0
ip_conntrack           32904  1 iptable_nat
ip_tables              17408  1 iptable_nat
[root@smart root]# rpm -q iptables
iptables-1.2.11-alt2
[root@smart root]#

-- 
С Уважением,
Андрей Горев


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [sisyphus] iptables NAT не хочет работать с ядром 2.6.9
  2004-10-28 16:13 ` Andy Gorev
@ 2004-10-28 16:40   ` Sanja Byelkin
  0 siblings, 0 replies; 7+ messages in thread
From: Sanja Byelkin @ 2004-10-28 16:40 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussion list; +Cc: Andy Gorev

On Thu, Oct 28, 2004 at 08:13:16PM +0400, Andy Gorev wrote:
[skip]

> [root@smart root]# iptables -nL -t nat
> Chain PREROUTING (policy ACCEPT)
> target     prot opt source               destination
> 
> Chain POSTROUTING (policy ACCEPT)
> target     prot opt source               destination
> 
> Chain OUTPUT (policy ACCEPT)
> target     prot opt source               destination
> [root@smart root]# uname -a
> Linux smart.office.altlinux.ru 2.6.8-std26-up-alt9 #1 Wed Aug 18 
           
С 2.6.8 и у меня все работало, а с 2.6.9 перестало

[skip]

-- 
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /    Mr. Oleksandr Byelkin <sanja@mysql.com>
 / /|_/ / // /\ \/ /_/ / /__   MySQL AB, Full-Time Developer
/_/  /_/\_, /___/\___\_\___/   Lugansk, Ukraine
       <___/   www.mysql.com


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [sisyphus] iptables NAT не хочет работать с ядром 2.6.9
  2004-10-28  9:24 [sisyphus] iptables NAT не хочет работать с ядром 2.6.9 Sanja Byelkin
  2004-10-28 16:13 ` Andy Gorev
@ 2004-10-28 18:20 ` Sergey Vlasov
  2004-10-28 22:45 ` Евгений Данильченко
  2 siblings, 0 replies; 7+ messages in thread
From: Sergey Vlasov @ 2004-10-28 18:20 UTC (permalink / raw)
  To: sisyphus; +Cc: Sanja Byelkin

[-- Attachment #1: Type: text/plain, Size: 824 bytes --]

On Thu, Oct 28, 2004 at 12:24:59PM +0300, Sanja Byelkin wrote:
> Доброго времени суток!
> 
> такие проблемы у всех?
> 
> [root@sanja netfilter]# iptables -t nat -L
> Note: /etc/modules.conf is more recent than
> /lib/modules/2.6.9-std26-up-alt10/modules.dep
> iptables v1.2.11: can't initialize iptables table `nat': Table does not
> exist (do you need to insmod?)
> Perhaps iptables or your kernel needs to be upgraded.
> [root@sanja netfilter]#                                      
> 
> путем шаманства с insmod/depmod/iptables вызовов мне удалось загрузить
> iptables_nat с помошь. insmod (modprobe iptables_nat говорил что что не может
> загрузить ipfwadm.ko, непонятно зачем)
> 
> Это у всех такие проблемы?

Пока что можно удалить модули ipchains.ko и ipfwadm.ko, после чего
выполнить depmod -a.

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [sisyphus] iptables NAT не хочет работать с ядром 2.6.9
  2004-10-28  9:24 [sisyphus] iptables NAT не хочет работать с ядром 2.6.9 Sanja Byelkin
  2004-10-28 16:13 ` Andy Gorev
  2004-10-28 18:20 ` Sergey Vlasov
@ 2004-10-28 22:45 ` Евгений Данильченко
  2004-10-28 12:06   ` [sisyphus] " Vitaly Ostanin
  2 siblings, 1 reply; 7+ messages in thread
From: Евгений Данильченко @ 2004-10-28 22:45 UTC (permalink / raw)
  To: Sanja Byelkin, sisyphus

Подтверждаю, такой глюк есть. 
я уже писал об этом в эту рассылку.
On Thursday 28 October 2004 09:24, Sanja Byelkin wrote:
> Доброго времени суток!
>
> такие проблемы у всех?
>
> [root@sanja netfilter]# iptables -t nat -L
> Note: /etc/modules.conf is more recent than
> /lib/modules/2.6.9-std26-up-alt10/modules.dep
> iptables v1.2.11: can't initialize iptables table `nat': Table does not
> exist (do you need to insmod?)
> Perhaps iptables or your kernel needs to be upgraded.
> [root@sanja netfilter]#
>
> путем шаманства с insmod/depmod/iptables вызовов мне удалось загрузить
> iptables_nat с помошь. insmod (modprobe iptables_nat говорил что что не
> может загрузить ipfwadm.ko, непонятно зачем)
>
> Это у всех такие проблемы?

-- 
С уважением,
Евгений Данильченко.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [sisyphus] Re: iptables NAT не хочет работать с ядром 2.6.9
  2004-10-28 12:06   ` [sisyphus] " Vitaly Ostanin
@ 2004-10-29 12:07     ` Anton Farygin
  0 siblings, 0 replies; 7+ messages in thread
From: Anton Farygin @ 2004-10-29 12:07 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussion list

Vitaly Ostanin пишет:
> Евгений Данильченко пишет:
> 
>> Подтверждаю, такой глюк есть. я уже писал об этом в эту рассылку.
>> On Thursday 28 October 2004 09:24, Sanja Byelkin wrote:
>>  
>>
>>> Доброго времени суток!
>>>
>>> такие проблемы у всех?
>>>
>>> [root@sanja netfilter]# iptables -t nat -L
>>> Note: /etc/modules.conf is more recent than
>>> /lib/modules/2.6.9-std26-up-alt10/modules.dep
>>> iptables v1.2.11: can't initialize iptables table `nat': Table does not
>>> exist (do you need to insmod?)
>>> Perhaps iptables or your kernel needs to be upgraded.
>>> [root@sanja netfilter]#
>>>
>>> путем шаманства с insmod/depmod/iptables вызовов мне удалось загрузить
>>> iptables_nat с помошь. insmod (modprobe iptables_nat говорил что что не
>>> может загрузить ipfwadm.ko, непонятно зачем)
>>>
>>> Это у всех такие проблемы?
>>>   
> 
> 
> Точно, сегодня заметил такой глюк на
> 2.6.9-std26-up-alt10

Уже испрвлено в alt11.

Будет выложено в ближайшее время.

Rgds,
Rider


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2004-10-29 12:07 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-10-28  9:24 [sisyphus] iptables NAT не хочет работать с ядром 2.6.9 Sanja Byelkin
2004-10-28 16:13 ` Andy Gorev
2004-10-28 16:40   ` Sanja Byelkin
2004-10-28 18:20 ` Sergey Vlasov
2004-10-28 22:45 ` Евгений Данильченко
2004-10-28 12:06   ` [sisyphus] " Vitaly Ostanin
2004-10-29 12:07     ` Anton Farygin

ALT Linux Sisyphus discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/sisyphus/0 sisyphus/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 sisyphus sisyphus/ http://lore.altlinux.org/sisyphus \
		sisyphus@altlinux.ru sisyphus@altlinux.org sisyphus@lists.altlinux.org sisyphus@lists.altlinux.ru sisyphus@lists.altlinux.com sisyphus@linuxteam.iplabs.ru sisyphus@list.linux-os.ru
	public-inbox-index sisyphus

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.sisyphus


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git