From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on sa.int.altlinux.org X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00,SPF_PASS autolearn=ham version=3.2.5 X-Virus-Scanned: amavisd-new at netroad.ru Message-ID: <1e024c5717b836c23f91101a437d68ca.squirrel@mailbox.netroad.ru> In-Reply-To: References: <493F6EEC.3030307@gmail.com> <200812101141.21923.nemo61@inbox.ru> <99785b730812120539m7bd23e0dn6fe9c5d2cbe884f5@mail.gmail.com> <5e2e0676eda31484dbcb3afa8db7df27.squirrel@mailbox.netroad.ru> Date: Sat, 13 Dec 2008 22:02:13 +0300 (MSK) From: pashok73@newtown.ru To: "ALT Linux Community general discussions" User-Agent: SquirrelMail/1.4.16 MIME-Version: 1.0 Content-Type: text/plain;charset=utf-8 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal Subject: [Comm] =?utf-8?b?IFJlOiAg0L7RgtC60LvRjtGH0LXQvdC40Y8g0YHQtdGC0LU=?= =?utf-8?b?0LLQvtCz0L4g0LjQvdGC0LXRgNGE0LXQudGB0LAgZXRoMA==?= X-BeenThere: community@lists.altlinux.org X-Mailman-Version: 2.1.10b3 Precedence: list Reply-To: ALT Linux Community general discussions List-Id: ALT Linux Community general discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Dec 2008 19:02:32 -0000 Archived-At: List-Archive: List-Post: >> Подскажите пожалуйста, в чём ошибка? Как программно в ALT отключиться от >> сети? > > #service network stop > #ip l set eth0 down > > ? > >> Ещё, как проследить с какого ip поступают пакеты, если это возможно? > > tcpdump > _______________________________________________ > community mailing list > community@lists.altlinux.org > https://lists.altlinux.org/mailman/listinfo/community [paveldart@localhost ~]$ tcpdump bash: tcpdump: command not found [paveldart@localhost ~]$ service network stop bash: service: command not found [paveldart@localhost ~]$ ip l set eth0 down bash: ip: command not found