Diff for "BluetoothDialup/Vodacom"


Differences between revisions 5 and 6
Revision 5 as of 2011-04-08 09:32:33
Size: 577
Editor: D9784B24
Comment:
Revision 6 as of 2011-04-08 10:21:09
Size: 723
Editor: D9784B24
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
||<tablestyle="float:right; font-size:0.9em; width:40%; background:#F1F1ED; margin: 0 0 1em 1em;" style="padding:0.5em;"><<TableOfContents>>||

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


CategoryBluetooth

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