fona 848 B

12345678910111213141516171819202122232425262728293031323334
  1. # PPPD configuration for FONA GPRS connection on Debian/Ubuntu.
  2. # Change the -T parameter value **** to your network's APN value if need be.
  3. #
  4. connect "/usr/sbin/chat -v -f /etc/chatscripts/gprs"
  5. # /dev/ttyGPRS is mapped from the rc.local script for a Popufare system.
  6. # /dev/ttyGPRS is (usually?) a symlink to /dev/serial0 or /dev/ttyAMA0, depending.
  7. #
  8. /dev/ttyGPRS
  9. # Speed of the serial line.
  10. 115200
  11. # Assumes that your IP address is allocated dynamically by the ISP.
  12. noipdefault
  13. # Try to get the name server addresses from the ISP.
  14. usepeerdns
  15. # Use this connection as the default route to the internet.
  16. defaultroute
  17. # Makes PPPD "dial again" when the connection is lost.
  18. persist
  19. # Do not ask the remote to authenticate.
  20. noauth
  21. # No hardware flow control on the serial link with FONA
  22. nocrtscts
  23. # No modem control lines with FONA.
  24. local