### # /etc/ppp/options - options for pppd # #See TCP/IP Network Administration pp. 486-496. #-V sends the verbose output to the stderr connect '/usr/sbin/chat -f /etc/ppp/chat-script -T 1-212-253-4698 -V' #/dev/modem is the symbolic link I created to the external modem /dev/ttyS0 /dev/modem #Speed 115200 #Use the modem control lines: #Wait for the DCD "carrier detect" signal before opening serial device; #drop the DTR "data terminal ready" signal when terminating a connection. modem #Let the modem's serial port use hardware flow control (the RTS "request to #send" and CTS "clear to send" pins) to indicate when it's overwhelmed with #data. The alternative would be to send special XON and XOFF characters in the #data. crtscts #Tell pppd to insert the PPP link as the default route in the routing table, #if there is no default route yet. defaultroute #Let the remote system determine our IP address. noipdefault user mm64