home *** CD-ROM | disk | FTP | other *** search
/ zipcon.net / www.zipcon.net.tar / www.zipcon.net / pub / linux / ppp / options < prev    next >
Text File  |  1999-11-21  |  455b  |  27 lines

  1. # File: /etc/ppp/options
  2. #
  3. # This is the main pppd options file.  Once this is set up correctly
  4. #   you can just run pppd with the command:
  5. #
  6. #     /usr/sbin/pppd
  7. #
  8. #   to connect to the net.
  9.  
  10. # This line is your modem device, the thing you may need to change.
  11. #
  12. # ttyS0 for COM1
  13. # ttyS1 for COM2
  14. # ttyS2 for COM3
  15.  
  16. ttyS1
  17.  
  18. 115200
  19. netmask 255.255.255.0
  20. lock
  21. modem
  22. noipdefault
  23. defaultroute
  24. crtscts
  25. connect "/usr/sbin/chat -v -t 30 -f /etc/ppp/chat-connect"
  26.  
  27.