rfcomm0 {
bind yes;
# Bluetooth address of the device
device 00:17:4B:15:5E:24;
# RFCOMM channel for the connection
channel 3;
# Description of the connection
comment "Nokia N70";
}
Note that the N70 uses channel 3.
[Dialer Defaults] Modem = /dev/rfcomm0 Baud = 460800 Phone = *99# Username = blah Password = blah New PPPD = yes ISDN = 0 Modem Type = Analogue Modem Init1 = AT Init2 = AT+CGDCONT=1,"IP","vlive"
noauth name wvdial usepeerdns defaultroute replacedefaultroute
The last two lines ensure that all internet traffic goes through the PPP connection.