ALT Linux Community general discussions
 help / color / mirror / Atom feed
From: Aleks Silin <aleksvs@kogalym.ru>
To: mandrake-russian <mandrake-russian@linuxteam.iplabs.ru>
Subject: [mdk-re] PPP
Date: Tue Apr 24 20:35:11 2001
Message-ID: <1254776474.20010424223523@kogalym.ru> (raw)

Hello!

Не могу подцепиться к WinNT 4.0 SP6 (В RAS пароли любые, включая открытый
текст). При попытке подключится из kppp используя PAP (кстати верно ли
это?) при входе в сеть выскакивает ошибка:
The pppd daemon died unexpectedly.

Содержимое лога:
Apr 23 10:54:08 kna_3 pppd[7070]: pppd 2.3.11 started by root, uid 0
Apr 23 10:54:08 kna_3 pppd[7070]: Using interface ppp0
Apr 23 10:54:08 kna_3 pppd[7070]: Connect: ppp0 <--> /dev/ttyS0
Apr 23 10:54:14 kna_3 pppd[7070]: Hangup (SIGHUP)
Apr 23 10:54:14 kna_3 pppd[7070]: Modem hangup
Apr 23 10:54:14 kna_3 pppd[7070]: Connection terminated.
Apr 23 10:54:14 kna_3 pppd[7070]: Exit.

При попытке подключится к той же машине используя скрипты ppp-on, ppp-on-dialer,
ppp-off в логе следующее:

Apr 23 14:00:56 kna_3 pppd[1219]: pppd 2.3.11 started by root, uid 0
Apr 23 14:00:57 kna_3 chat[1220]: timeout set to 3 seconds
Apr 23 14:00:57 kna_3 chat[1220]: send (ATZ^M)
Apr 23 14:00:57 kna_3 chat[1220]: expect (OK)
Apr 23 14:00:58 kna_3 chat[1220]: ATZ^M^M
Apr 23 14:00:58 kna_3 chat[1220]: OK
Apr 23 14:00:58 kna_3 chat[1220]:  -- got it 
Apr 23 14:00:58 kna_3 chat[1220]: send (ATDT60394^M)
Apr 23 14:00:58 kna_3 chat[1220]: timeout set to 45 seconds
Apr 23 14:00:58 kna_3 chat[1220]: expect (CONNECT)
Apr 23 14:00:58 kna_3 chat[1220]: ^M
Apr 23 14:01:19 kna_3 chat[1220]: ATDT60394^M^M
Apr 23 14:01:19 kna_3 chat[1220]: CONNECT
Apr 23 14:01:19 kna_3 chat[1220]:  -- got it 
Apr 23 14:01:19 kna_3 chat[1220]: send (^M)
Apr 23 14:01:19 kna_3 pppd[1219]: Serial connection established.
Apr 23 14:01:19 kna_3 pppd[1219]: Using interface ppp0
Apr 23 14:01:19 kna_3 pppd[1219]: Connect: ppp0 <--> /dev/ttyS0
Apr 23 14:01:51 kna_3 pppd[1219]: LCP: timeout sending Config-Requests 
Apr 23 14:01:51 kna_3 pppd[1219]: Connection terminated.
Apr 23 14:01:52 kna_3 pppd[1219]: Exit.

Содержимое ppp-on:

#!/bin/sh
TELEPHONE=11111
ACCOUNT=account
PASSWORD=password
LOCAL_IP=0.0.0.0
REMOTE_IP=0.0.0.0
NETMASK=255.255.254.0
export TELEPHONE ACCOUNT PASSWORD
DIALER_SCRIPT=/etc/ppp/ppp-on-dialer
exec /usr/sbin/pppd debug lock modem crtscts /dev/ttyS0 38400 \
        asyncmap 20A0000 escape FF kdebug 0 $LOCAL_IP:$REMOTE_IP \
        noipdefault netmask $NETMASK defaultroute connect $DIALER_SCRIPT

Содержимое ppp-on-dialer:

#!/bin/sh
exec chat -v                                            \
        TIMEOUT         3                               \
        ''              ATZ                             \
        OK              ATDT$TELEPHONE                  \
        TIMEOUT         45                              \
        CONNECT         ''                              

Где я был не прав?

PS: К своему провайдеру из kppp цепляюсь без проблем.
-- 
Best regards,
 Aleks                          mailto:aleksvs@kogalym.ru





             reply	other threads:[~2001-04-24 20:35 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-04-24 20:35 Aleks Silin [this message]
2001-04-24 20:53 ` Aleksandr Blohin
2001-04-24 20:54   ` Aleksandr Blohin
2001-04-25 18:39   ` Re[2]: " Aleks Silin
2001-04-25  2:51 ` Serge Skorokhodov
2001-04-25  2:52   ` Serge Skorokhodov
2001-04-25 18:38   ` Re[2]: " Aleks Silin

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=1254776474.20010424223523@kogalym.ru \
    --to=aleksvs@kogalym.ru \
    --cc=mandrake-russian@altlinux.ru \
    --cc=mandrake-russian@linuxteam.iplabs.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