#Comment this to get daemon mode pppd nodetach # Debug info from pppd: # Comment this off, if you don't need more info debug # Show password in debug messages show-password # Connect script: connect /etc/ppp/peers/gprs-connect-chat # Disconnect script: # AT commands used to 'hangup' the GPRS connection. disconnect /etc/ppp/peers/gprs-disconnect-chat # USB serial device /dev/tts/USB0 # Serial port line speed 115200 # Hardware flow control: # Use hardware flow control with USB crtscts # Ignore carrier detect signal from the modem: local # pppd must not propose any IP address to the peer! noipdefault # Accept peers idea of our local address ipcp-accept-local # 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 # ppp compression: novj nobsdcomp novjccomp nopcomp noaccomp # The phone is not required to authenticate: noauth #EOF