Привет всем!
Проблема, собственно, указана в сабже.
Происходит дозвон, аутентификация (обычный логин-пароль, не PAP/CHAP),
а ppp0 не конфигурируется. Кусок из лога в конце.
# cat /etc/ppp/options
/dev/cuaa2
modem
crtscts
asyncmap 0x000000
noauth
connect 'chat -v -s -f /etc/ppp/CHAT_call_ISP'
lock
nodetach
refuse-pap
defaultroute
proxyarp
noipx
noipdefault
ipcp-accept-remote
ipcp-accept-local
persist
holdoff 5
#mtu 250
#mru 250
#netmask 255.255.255.0
#10.101.41.100:
passive
lcp-restart 10
:212.9.224.1
# cat /var/log/pppd.log
...
May 28 09:52:48 master pppd[173]: pppd 2.3.5 started by root, uid 0
May 28 09:53:27 master pppd[173]: Serial connection established.
May 28 09:53:28 master pppd[173]: Using interface ppp0
May 28 09:53:28 master pppd[173]: Connect: ppp0 <--> /dev/cuaa2
May 28 09:53:32 master pppd[173]: Modem hangup, connected for 1 minutes
May 28 09:53:32 master pppd[173]: Connection terminated, connected for 1 minutes
May 28 09:53:33 master pppd[173]: Exit.
....
Что за фигня?
IP адрес от провайдера получаю. Ниже лог дозвона:
May 28 09:52:49 master chat[175]: abort on (ERROR)
May 28 09:52:49 master chat[175]: abort on (NO DIALTONE)
May 28 09:52:49 master chat[175]: timeout set to 5 seconds
May 28 09:52:49 master chat[175]: send (AT S7=45^M)
May 28 09:52:49 master chat[175]: expect (OK)
May 28 09:52:49 master chat[175]: ^M
May 28 09:52:49 master chat[175]: OK
May 28 09:52:49 master chat[175]: -- got it
May 28 09:52:49 master chat[175]: send (AT S0=0 L1 V1 X4 &C1 E0 Q0^M)
May 28 09:52:49 master chat[175]: abort on (BUSY)
May 28 09:52:49 master chat[175]: abort on (NO CARRIER)
May 28 09:52:49 master chat[175]: expect (OK)
May 28 09:52:49 master chat[175]: ^M
May 28 09:52:49 master chat[175]: ^M
May 28 09:52:49 master chat[175]: OK
May 28 09:52:49 master chat[175]: -- got it
May 28 09:52:49 master chat[175]: send (ATDP4607788^M)
May 28 09:52:49 master chat[175]: timeout set to 63 seconds
May 28 09:52:49 master chat[175]: expect (CONNECT)
May 28 09:52:49 master chat[175]: ^M
May 28 09:53:24 master chat[175]: ^M
May 28 09:53:24 master chat[175]: CONNECT
May 28 09:53:24 master chat[175]: -- got it
May 28 09:53:24 master chat[175]: send ()
May 28 09:53:24 master chat[175]: timeout set to 30 seconds
May 28 09:53:24 master chat[175]: expect (sername:)
May 28 09:53:24 master chat[175]: 9600/ARQ/V34/LAPM^M
May 28 09:53:25 master chat[175]: ^M
May 28 09:53:25 master chat[175]: ^M
May 28 09:53:25 master chat[175]: User Access Verification, ananas^M
May 28 09:53:25 master chat[175]: ^M
May 28 09:53:25 master chat[175]: ^M
May 28 09:53:25 master chat[175]: Username:
May 28 09:53:25 master chat[175]: -- got it
May 28 09:53:25 master chat[175]: send (galer^M)
May 28 09:53:25 master chat[175]: expect (assword:)
May 28 09:53:25 master chat[175]: galer^M
May 28 09:53:25 master chat[175]: Password:
May 28 09:53:25 master chat[175]: -- got it
May 28 09:53:25 master chat[175]: send (rjvfyljh^M)
May 28 09:53:25 master chat[175]: expect (})
May 28 09:53:25 master chat[175]: ^M
May 28 09:53:25 master chat[175]: Entering PPP mode.^M
May 28 09:53:25 master chat[175]: Async interface address is unnumbered (Loopback0)^M
May 28 09:53:25 master chat[175]: Your IP address is 212.9.249.176. MTU is 1500 bytes^M
May 28 09:53:25 master chat[175]: ^M
May 28 09:53:27 master chat[175]: ~^?}
May 28 09:53:27 master chat[175]: -- got it
May 28 09:53:27 master chat[175]: send ()
Жду мнений и советов. Заранее благодарен!