fona 1.1 KB

123456789101112131415161718192021222324252627282930313233343536
  1. # Example PPPD configuration for FONA GPRS connection on Debian/Ubuntu.
  2. # MUST CHANGE: Change the -T parameter value **** to your network's APN value.
  3. # For example if your APN is 'internet' (without quotes), the line would look like:
  4. # connect "/usr/sbin/chat -v -f /etc/chatscripts/gprs -T internet"
  5. connect "/usr/sbin/chat -v -f /etc/chatscripts/gprs -T ****"
  6. # MUST CHANGE: Uncomment the appropriate serial device for your platform below.
  7. # For Raspberry Pi use /dev/ttyAMA0 by uncommenting the line below:
  8. #/dev/ttyAMA0
  9. # For BeagleBone Black use /dev/ttyO4 by uncommenting the line below:
  10. #/dev/ttyO4
  11. # Speed of the serial line.
  12. 115200
  13. # Assumes that your IP address is allocated dynamically by the ISP.
  14. noipdefault
  15. # Try to get the name server addresses from the ISP.
  16. usepeerdns
  17. # Use this connection as the default route to the internet.
  18. defaultroute
  19. # Makes PPPD "dial again" when the connection is lost.
  20. persist
  21. # Do not ask the remote to authenticate.
  22. noauth
  23. # No hardware flow control on the serial link with FONA
  24. nocrtscts
  25. # No modem control lines with FONA.
  26. local