#!/bin/sh # Description: # Serial cable, IrDA, Bluetooth and USB pppd options for GPRS phones. # See 'man pppd' for detailed option descriptions. # set the device to use /dev/modem # Most GPRS phones don't reply to LCP echo's lcp-echo-failure 0 lcp-echo-interval 0 # Debug info from pppd: # Comment this off, if you don't need more info #debug # Serial port line speed 115200 # fast enough #57600 # perhaps usefull with IrDA as some phones don't like # speeds higher than this # pppd must not propose any IP address to the peer! noipdefault # Add the ppp interface as default route to the IP routing table defaultroute # DNS servers from the phone: # some phones support this, some don't. usepeerdns # The phone is not required to authenticate: noauth # Username user "mobile number" remotename Airtel ipparam Airtel connect "/usr/sbin/chat -v -f /etc/chatscripts/Airtel"