Привет! Я попытался настроить соединение с интернетом с помощью pppd. Модем: 
usb-модем AnyDATA ADU-310A (Skylink).

Пишу:
d...@opensolaris:~# ln -s /dev/term/0 /dev/evdo
d...@opensolaris:~# pppd call evdo

В ответ:
OK
ATDT#777
CONNECTSerial connection established.
Using interface sppp0
Connect: sppp0 <--> /dev/evdo
local  IP address xxx.xxx.xxx.xxx
remote IP address xxx.xxx.xxx.xxx
primary   DNS address xxx.xxx.xxx.xxx
secondary DNS address xxx.xxx.xxx.xxx

Проверяю соединение:
d...@opensolaris:~# ping -s ya.ru
Пинг идет.

Открываю firefox, загружаю любую страницу - грузит. Пробую любую другую 
загрузить - не хочет грузить. Проверяю пинг:
d...@opensolaris:~# ping ya.ru
В ответ: no answer from ya.ru

Т.е. моего соединения хватает  только на одну страницу)
В чем может быть проблема?

Листинг /etc/ppp/evdo-chat:
'' ''
'' 'ATZ'
'OK' 'ATI'
'OK' 'ATDT#777'
'CONNECT' 'ATO'

Листинг /etc/ppp/peers/evdo:
nodetach
evdo
230400
noauth
passive
defaultroute
usepeerdns
noccp
novj
novjccomp
nobsdcomp
nodeflate
user "mobile"
password "internet"
show-password
crtscts
connect '/usr/bin/chat -V -t15 -f /etc/ppp/evdo-chat'
-- 
This message posted from opensolaris.org
_______________________________________________
opensolaris-help mailing list
[email protected]

Reply via email to