fona 930 B

123456789101112131415161718192021222324252627282930313233
  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"
  5. # MUST CHANGE: Uncomment the appropriate serial device for your platform below.
  6. # For Raspberry Pi use /dev/ttyAMA0 by uncommenting the line below:
  7. /dev/serial0
  8. # Speed of the serial line.
  9. 115200
  10. # Assumes that your IP address is allocated dynamically by the ISP.
  11. noipdefault
  12. # Try to get the name server addresses from the ISP.
  13. usepeerdns
  14. # Use this connection as the default route to the internet.
  15. defaultroute
  16. # Makes PPPD "dial again" when the connection is lost.
  17. persist
  18. # Do not ask the remote to authenticate.
  19. noauth
  20. # No hardware flow control on the serial link with FONA
  21. nocrtscts
  22. # No modem control lines with FONA.
  23. local