Diff for "BluetoothDialup/Vodacom"


Differences between revisions 2 and 3
Revision 2 as of 2008-06-27 10:15:19
Size: 550
Editor: localhost
Comment: converted to 1.6 markup
Revision 3 as of 2008-07-24 17:11:12
Size: 552
Editor: localhost
Comment:
Deletions are marked like this. Additions are marked like this.
Line 6: Line 6:
{{{ {{{

Vodacom (SA) Bluetooth dial-up networking

This information complements the more generic BluetoothDialup guide.

The etc/ppp/peers/vodacom file looks like this:

    /dev/rfcomm0 115200
    connect '/usr/sbin/chat -v -f /etc/ppp/chat-gprs'
    crtscts
    modem -detach
    noccp
    defaultroute
    usepeerdns
    noauth
    ipcp-accept-remote
    ipcp-accept-local

The corresponding /etc/ppp/chat-gprs file is as below:

"" ATZ OK
AT+CGDCONT=1,"IP","internet"
 OK "ATD*99***1#"
 CONNECT

BluetoothDialup/Vodacom (last edited 2011-04-08 10:21:09 by D9784B24)