# Script source: # http://advantedgecomputing.com/opensource/gc83linux.html # Assembled by Riyan Mynuddin - e-mail: opensource@advantedgecomputing.com # Feel free to e-mail Riyan with questions, comments or suggestions. # If you have a GC82, try uncommenting before hacking and recompiling pppd! #192.168.201.1: # forces IP address (enable for GC82 only) # information about your device /dev/ttyS2 # device file assigned to GC8x modem 230400 # pcmcia negotiation speed #115200 # slower negotiation speed # ---------------------------------------------------------------- # Initial authentication ----------------------------------------- #user ISPDA@CINGULARGPRS.COM # username (data acceleration) <-- mod'd user ISP@CINGULARGPRS.COM # username (no data acceleration) #user WAP@CINGULARGPRS.COM # username WAP, not common! password CINGULAR1 # a common GPRS/EDGE password # ---------------------------------------------------------------- defaultroute # use cellular network's gateway noipdefault # force peer to specify local IP (GC83 only) usepeerdns # use DNS servers from remote host remotename attws # assume 'attws' as name of remote system ipparam attws # add 'attws' to ip-up & ip-down script crtscts # enable hardware flow control lock # lock the serial port when in use noauth # don't expect peer to authenticate persist # re-dial connection if dial fails #local # ignore Carrier Detect and DTR signals # ----------------------------------------------------------------- # uncomment these options when roaming or when signal is low ------ # leaving these options commented increases data throughput ------- #novj # disable TCP/IP header compression #novjccomp # disable connection ID compression # ----------------------------------------------------------------- # ----------------------------------------------------------------- # These compression styles can cause problems over GPRS/EDGE # Uncomment these lines for troubleshooting #nodeflate # Disable deflate compression #nobsdcomp # Disable bsd-compress compression # ---------------------------------------------------------------- # Leave uncommented, at least until your connection works consistently debug # provides verbose output to stderr # --------------------------------------------------------------- # Uncomment this option if you don't have the screen window manager # screen is a helpful tool # it can be obtained from http://www.gnu.org/software/screen nodetach # do not allow terminal to detach ipcp-max-configure 20 # increase the maximum IPCP config requests maxfail 0 # do not stop retrying connection # Move on to the chat script after connection connect '/usr/sbin/chat -v -V -t3 -f /etc/chatscripts/cingular-chat'