Устанавливаю соединение через pppd. Модем нормально дозванивается, устанавливается соединение, но не устанавливается default route.
Вот конфиги:
#################################################################
# PPP Sample Configuration File
# Originally written by Toshiharu OHNO
# Simplified 5/14/1999 by wself@cdrom.com
#
# See /usr/share/examples/ppp/ for some examples
#
# $FreeBSD: src/etc/ppp/ppp.conf,v 1.2.2.5 2001/07/13 10:55:23 brian Exp $
#################################################################
default:
set log Phase Chat LCP IPCP CCP tun command
ident user-ppp VERSION (built COMPILATIONDATE)
# Ensure that "device" references the correct serial port
# for your modem. (cuaa0 = COM1, cuaa1 = COM2)
#
set device /dev/cuaa0
set speed 115200
set dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 5 \
\"\" AT OK-AT-OK ATE1Q0 OK \\dATDT\\T TIMEOUT 40 CONNECT"
set timeout 180 # 3 minute idle timer (the default)
enable dns # request DNS info (for resolv.conf)
provider:
#
# edit the next three lines and replace the items in caps with
# the values which have been assigned by your ISP.
#
set phone 8,8392660520
set authname USERNAME
set authkey PASSWORD
set ifaddr 10.0.0.1/0 10.0.0.2/0 255.255.255.0 0.0.0.0
add default HISADDR # Add a (sticky) default route
########
#options
########
lock
asyncmap 0x00000000
mru 552
mtu 552
/dev/cuaa0
57600
crtscts
modem
connect "/usr/bin/chat -v -f /etc/ppp/chat.sochitel"
persist
holdoff 5
noipdefault
silent
defaultroute
##############
#chat.sochitel
##############
ABORT BUSY
ECHO ON
#SAY "Dialing Sochitel...\n"
'' ATDP8,8392660520
TIMEOUT 60
#SAY "Waiting up to 2 minutes for connection...\n"
CONNECT ''
#SAY "Connected, now logging in...\n"
ogin: ***
ssword: ***
#SAY "Logged in OK...\n"
Где грабли?