ALT Linux Community general discussions
 help / color / mirror / Atom feed
From: Afanasov Dmitry <ender@atrus.ru>
To: community@altlinux.ru
Subject: Re: [Comm] dialin and routing
Date: Wed, 16 Feb 2005 09:47:39 +0300
Message-ID: <20050216064739.GA17880@nick.comp-mir.ru> (raw)
In-Reply-To: <20050216061054.GG12899@AKrasavin.localdomain>

On Wed, Feb 16, 2005 at 09:10:54AM +0300, Krasavin Andrey wrote:
> У меня вот еще возник вопрос: в логах у меня в процессе коннекта
> появляется вот такая строка: Connect: ppp0 <--> /dev/ttyS0 и я
> вспомнил, что когда настраивал обычный диалап, создавал файл:
> 
> /etc/sysconfig/network-scripts/ifcfg-ppp0
> 
> Может его надо пока убрать, а то ведь у меня там настройки ppp0
> именно для диалапа?
он использвуется только в случае ifup ppp0. в случае входящих звонков он
не затрагивается - там запускаются скрипты /etc/ppp/if(up|down)

> Feb 15 18:22:20 AKrasavin pppd[19965]: Cannot determine ethernet
> address for proxy ARP
хммм, странно. это поподробней бы как-нить выяснить. ifconfig и route в
тудию :)
да, ktune случаем не выключен?
на самомо деле пока можешь на proxyarp забить - те связь сейчас поднять
важнее :)

> Но дальше картина повторяется - удаленная сторона не может
> серфить по интернету :(. Причем на удаленной стороне в route
> print одни только 127.0.0.0 и 127.0.0.1, про 192.168.20.2 там
> вообще ничего.
а вот это странно - винда должна прописать 192.168.20.1 как default route.
даже не знаю в чиьих настройках беда. добавь ручаками: 
route add 0.0.0.0 192.168.20.1 if 192.168.20.2

точнее в route help глянь, я уже не помню.
и проверяй, как там с пакетами.
а вообще-то это должно автоматом работать.

ты-то хоть сам peer пинговать можешь?
-- 
 С уважением,
 Афанасов Дмитрий


  reply	other threads:[~2005-02-16  6:47 UTC|newest]

Thread overview: 46+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-02-15 11:15 Krasavin Andrey
2005-02-15 12:28 ` Krasavin Andrey
2005-02-17 13:04   ` Krasavin Andrey
2005-02-15 12:53 ` Afanasov Dmitry
2005-02-15 13:08   ` Krasavin Andrey
2005-02-15 14:38     ` Afanasov Dmitry
2005-02-18 11:11       ` Krasavin Andrey
2005-02-15 15:23     ` Genix
2005-02-15 15:35       ` Afanasov Dmitry
2005-02-17  8:46         ` Krasavin Andrey
2005-02-17  9:01           ` Afanasov Dmitry
2005-02-17  9:13             ` Krasavin Andrey
2005-02-16  6:10       ` Krasavin Andrey
2005-02-16  6:47         ` Afanasov Dmitry [this message]
2005-02-16  7:39           ` Krasavin Andrey
2005-02-16  8:04             ` Afanasov Dmitry
2005-02-16  8:14               ` Krasavin Andrey
2005-02-16  8:38                 ` Afanasov Dmitry
2005-02-16  9:00                   ` Krasavin Andrey
2005-02-16 11:47                     ` [Comm] [Summary] " Krasavin Andrey
2005-02-16 12:13                       ` Afanasov Dmitry
2005-02-16 12:22                         ` [Comm] " Genix
2005-02-16 12:38                         ` [Comm] [Summary] " Krasavin Andrey
2005-02-16 12:57                           ` Afanasov Dmitry
2005-02-16 13:06                             ` Krasavin Andrey
2005-02-16 13:27                               ` Afanasov Dmitry
2005-02-16 12:47                         ` Krasavin Andrey
2005-02-16 13:18                           ` Afanasov Dmitry
2005-02-16 13:41                             ` Krasavin Andrey
2005-02-16 13:59                             ` [Comm] " Genix
2005-02-16 14:10                               ` Afanasov Dmitry
2005-02-17  7:39                                 ` Genix
2005-02-17  8:13                                   ` thx! (Re: [Comm] dialin and routing) Afanasov Dmitry
2005-02-16 14:17                               ` [Comm] dialin and routing Krasavin Andrey
2005-02-16  8:26             ` Genix
2005-02-16  6:12       ` Krasavin Andrey
2005-02-16  6:25         ` Genix
2005-02-16  6:36           ` Krasavin Andrey
2005-02-16  6:52             ` Afanasov Dmitry
2005-02-16  6:51         ` Afanasov Dmitry
2005-02-16  7:29           ` Krasavin Andrey
2005-02-16  7:43             ` [Comm][JT] " Afanasov Dmitry
2005-02-16  8:00               ` Krasavin Andrey
2005-02-16  8:35                 ` Afanasov Dmitry
2005-02-16  8:58                   ` Krasavin Andrey
2005-02-16 14:44                     ` Sergey Lebedev

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=20050216064739.GA17880@nick.comp-mir.ru \
    --to=ender@atrus.ru \
    --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