From: Igor Solovyov <gosha@anti.su>
To: community@altlinux.ru
Subject: Re: Re[2]: [Comm] Поправка Re: мост между сетками . как ?
Date: Wed, 12 May 2004 19:05:23 +0600
Message-ID: <20040512190523.187d8e41.gosha@anti.su> (raw)
In-Reply-To: <2110557968.20040512155235@rostov.aston.ru>
Hi!
On Wed, 12 May 2004 15:52:35 +0400
Тутов Роман Викторович <tutov.roman@rostov.aston.ru> wrote:
> с нового интерфейса пингуються все интерфейсы которые есть на линуксе
> но далее - нет. Ни одна машина с первого интерфейса не пингует машину с
> второго и наоборот . но все пингуют все интерфейсы линукса .
>
> я в недоумении
все-таки:
1. форвардинг не включен
проверить можно так:
# cat /proc/sys/net/ipv4/ip_forward
если дает "1", то см. п.2
2. iptables настроен на такие чудеса. :-)
Проверить можно временно разрешив все, например таким скриптом:
# Local Settings
IPT="/sbin/iptables"
# Flush Any Existing Rules or Chains
echo "Flushing Tables ..."
# Reset Default Policies
$IPT -P INPUT ACCEPT
$IPT -P FORWARD ACCEPT
$IPT -P OUTPUT ACCEPT
$IPT -t nat -P PREROUTING ACCEPT
$IPT -t nat -P POSTROUTING ACCEPT
$IPT -t nat -P OUTPUT ACCEPT
$IPT -t mangle -P PREROUTING ACCEPT
$IPT -t mangle -P OUTPUT ACCEPT
# Flush all rules
$IPT -F
$IPT -t nat -F
$IPT -t mangle -F
# Erase all non-default chains
$IPT -X
$IPT -t nat -X
$IPT -t mangle -X
#
Но при этом лучше отключиться от и-нета. :-))
--
Best regards!
Igor Solovyov
Zlatoust, Russia
next prev parent reply other threads:[~2004-05-12 13:05 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-05-12 8:40 [Comm] " Тутов Роман Викторович
2004-05-12 8:46 ` [Comm] Поправка " Тутов Роман Викторович
2004-05-12 9:37 ` Andriy Dobrovol's'kii
2004-05-12 9:33 ` Re[2]: " Тутов Роман Викторович
2004-05-12 9:51 ` Andriy Dobrovol's'kii
2004-05-12 9:51 ` Re[2]: " Тутов Роман Викторович
2004-05-12 10:38 ` Eugene Prokopiev
2004-05-12 11:52 ` Re[2]: " Тутов Роман Викторович
2004-05-12 12:54 ` Andriy Dobrovol's'kii
2004-05-12 14:22 ` Re[2]: " Тутов Роман Викторович
2004-05-12 15:09 ` Andriy Dobrovol's'kii
2004-05-12 15:25 ` Re[2]: " Тутов Роман Викторович
2004-05-12 13:05 ` Igor Solovyov [this message]
2004-05-12 11:16 ` Andriy Dobrovol's'kii
2004-05-12 12:55 ` Igor Solovyov
2004-05-12 19:57 ` Arcady V. Ivanov
2004-05-13 3:11 ` Gosha
2004-05-13 6:20 ` Eugene Prokopiev
2004-05-13 6:43 ` Arcady V. Ivanov
2004-05-12 9:58 ` [Comm] " Alexey Borovskoy
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20040512190523.187d8e41.gosha@anti.su \
--to=gosha@anti.su \
--cc=community@altlinux.ru \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
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