Пытаюсь настроить интернет от utel через bluetooth. ОС Ubuntu 9.10. Телефон Nokia 6233. Настроил rfcomm, wvdial. Происходит соединение, даже получаю DNS адреса, но доступа в интернет нет. Подскажите, что я делаю не так?
rfcomm.conf
#
# RFCOMM configuration file.
#
rfcomm0 {
# # Automatically bind the device at startup
bind yes;
#
# # Bluetooth address of the device
device 00:18:C5:EE:89:E3;
#
# # RFCOMM channel for the connection
channel 1;
#
# # Description of the connection
comment «1234»;
}
wvdial.conf
[Dialer Defaults]
Modem = /dev/rfcomm0
Baud = 115200
Init1 = ATZ
Init2 = AT+CGDCONT=1,«IP»,«3g.utel.ua»
Dial Attempts = 1
Phone = *99***1#
Username = "
Password = "
Auto DNS = on
New PPPD = yes
Результаты в консоли
nickvnu@nickvnu:~$ sudo rfcomm bind rfcomm0
nickvnu@nickvnu:~$ sudo rfcomm
rfcomm0: 00:18:C5:EE:89:E3 channel 1 clean
nickvnu@nickvnu:~$ sudo wvdial
--> WvDial: Internet dialer version 1.60
--> Cannot get information for serial port.
--> Initializing modem.
--> Sending: ATZ
ATZ
OK
--> Sending: AT+CGDCONT=1,«IP»,«3g.utel.ua»
AT+CGDCONT=1,«IP»,«3g.utel.ua»
OK
--> Modem initialized.
--> Sending: ATDT*99***1#
--> Waiting for carrier.
ATDT*99***1#
CONNECT
~[7f]}#@!}!} } }2}#}$@#}!}$}%\}«}&} }*} } g}%~
--> Carrier detected. Waiting for prompt.
~[7f]}#@!}!} } }2}#}$@#}!}$}%\}»}&} }*} } g}%~
--> PPP negotiation detected.
--> Starting pppd at Fri Dec 18 20:55:02 2009
--> Pid of pppd: 2301
--> Using interface ppp0
--> pppd: ȶ�[08]p��[08]
--> pppd: ȶ�[08]p��[08]
--> pppd: ȶ�[08]p��[08]
--> pppd: ȶ�[08]p��[08]
--> local IP address 94.179.221.39
--> pppd: ȶ�[08]p��[08]
--> remote IP address 10.6.6.6
--> pppd: ȶ�[08]p��[08]
--> primary DNS address 213.179.249.133
--> pppd: ȶ�[08]p��[08]
--> secondary DNS address 212.113.36.14
--> pppd: ȶ�[08]p��[08]