* [Comm] Перестал работать NAT :(
@ 2004-09-21 5:07 Alexandr Rakhmanin
2004-09-21 5:34 ` Alexandr Rakhmanin
0 siblings, 1 reply; 4+ messages in thread
From: Alexandr Rakhmanin @ 2004-09-21 5:07 UTC (permalink / raw)
To: community
Поставил ядро 2.4.26, перестал работать NAT :(
Система АЛМ 2.2, обновлял из Сизифа, сначала
apt-get install rpm
apt-get install kernel-modules-dvb-std-up
Пришлось из-за DVB карты SkyStar2.
[root@gw1 archives]# rpm -qa|grep kernel
kernel24-headers-2.4.20-alt17
kernel-modules-dvb-std-up-20031013-alt5.6
kernel-headers-common-1.1.5-alt1
kernel24-up-2.4.20-alt17
kernel-image-std-up-2.4.26-alt6
Загружаюсь под 2.4.20-alt17, тоже самое. :(
Думал из-за iptables, обновил, аналогично.
[root@gw1 log]# rpm -qa|grep iptables
iptables-1.2.11-alt2
NAT делается так: $IPTABLES -t nat -A POSTROUTING -o $EXTERNAL_INTERFACE
-s $INTRANET -j SNAT --to-source $IPADDR
В правилах iptables ничего перед этим не менял, пробую сделать просто
один NAT, остальные ACCEPT, неработает.
В чем проблема ?
--
Всего наилучшего.
СисАдмин ЗАО "Региональный сервисный центр".
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Comm] Перестал работать NAT :(
2004-09-21 5:07 [Comm] Перестал работать NAT :( Alexandr Rakhmanin
@ 2004-09-21 5:34 ` Alexandr Rakhmanin
2004-09-21 5:45 ` Mike Lykov
2004-09-21 5:50 ` Victor P. Vyatkin
0 siblings, 2 replies; 4+ messages in thread
From: Alexandr Rakhmanin @ 2004-09-21 5:34 UTC (permalink / raw)
To: community
Alexandr Rakhmanin пишет:
> Поставил ядро 2.4.26, перестал работать NAT :(
> Система АЛМ 2.2, обновлял из Сизифа, сначала
> apt-get install rpm
> apt-get install kernel-modules-dvb-std-up
> Пришлось из-за DVB карты SkyStar2.
>
> [root@gw1 archives]# rpm -qa|grep kernel
> kernel24-headers-2.4.20-alt17
> kernel-modules-dvb-std-up-20031013-alt5.6
> kernel-headers-common-1.1.5-alt1
> kernel24-up-2.4.20-alt17
> kernel-image-std-up-2.4.26-alt6
>
> Загружаюсь под 2.4.20-alt17, тоже самое. :(
> Думал из-за iptables, обновил, аналогично.
> [root@gw1 log]# rpm -qa|grep iptables
> iptables-1.2.11-alt2
>
> NAT делается так: $IPTABLES -t nat -A POSTROUTING -o
> $EXTERNAL_INTERFACE -s $INTRANET -j SNAT --to-source $IPADDR
> В правилах iptables ничего перед этим не менял, пробую сделать просто
> один NAT, остальные ACCEPT, неработает.
>
> В чем проблема ?
>
Частично разобрался, не поднимается ip_forward.
Посмотрел в /etc/init.d/network, а там в блоке start даже и нет проверки
на FORWARD_IPV4=true в /etc/sysconfig/network, а в блоке stop он его
нормально опускает. Или он теперь должен подниматься из какогото другого
скрипта ?
Разработчики, ответьте плиз.
--
Всего наилучшего.
СисАдмин ЗАО "Региональный сервисный центр".
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Comm] Перестал работать NAT :(
2004-09-21 5:34 ` Alexandr Rakhmanin
@ 2004-09-21 5:45 ` Mike Lykov
2004-09-21 5:50 ` Victor P. Vyatkin
1 sibling, 0 replies; 4+ messages in thread
From: Mike Lykov @ 2004-09-21 5:45 UTC (permalink / raw)
To: community
В сообщении от Вторник 21 Сентябрь 2004 10:34 Alexandr Rakhmanin написал:
> Частично разобрался, не поднимается ip_forward.
> Посмотрел в /etc/init.d/network, а там в блоке start даже и нет проверки
> на FORWARD_IPV4=true
этот параметр устарел
> Или он теперь должен подниматься из какогото другого
> скрипта ?
/etc/sysctl.conf
# IPv4 packet forwarding.
#
# This variable is special, its change resets all configuration
# parameters to their default state (RFC 1122 for hosts, RFC 1812 for
# routers).
#
net.ipv4.ip_forward = 0
SYSCTL(8) SYSCTL(8)
NAME
sysctl - configure kernel parameters at runtime
--
Mike Lykov
Samara, "Vesna" parfum company, System administrator
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Comm] Перестал работать NAT :(
2004-09-21 5:34 ` Alexandr Rakhmanin
2004-09-21 5:45 ` Mike Lykov
@ 2004-09-21 5:50 ` Victor P. Vyatkin
1 sibling, 0 replies; 4+ messages in thread
From: Victor P. Vyatkin @ 2004-09-21 5:50 UTC (permalink / raw)
To: community
Alexandr Rakhmanin пишет:
> Alexandr Rakhmanin пишет:
>
>> [ skip ]
>
> Частично разобрался, не поднимается ip_forward.
> Посмотрел в /etc/init.d/network, а там в блоке start даже и нет
> проверки на FORWARD_IPV4=true в /etc/sysconfig/network, а в блоке stop
> он его нормально опускает. Или он теперь должен подниматься из
> какогото другого скрипта ?
Конфигурационный файл опций ядра sysctl.conf
$ grep ip_forward /etc/sysctl.conf
net.ipv4.ip_forward = 1
--
Best regards,
Victor Vyatkin
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2004-09-21 5:50 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-09-21 5:07 [Comm] Перестал работать NAT :( Alexandr Rakhmanin
2004-09-21 5:34 ` Alexandr Rakhmanin
2004-09-21 5:45 ` Mike Lykov
2004-09-21 5:50 ` Victor P. Vyatkin
ALT Linux Community general discussions
This inbox may be cloned and mirrored by anyone:
git clone --mirror http://lore.altlinux.org/community/0 community/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 community community/ http://lore.altlinux.org/community \
mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
public-inbox-index community
Example config snippet for mirrors.
Newsgroup available over NNTP:
nntp://lore.altlinux.org/org.altlinux.lists.community
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git