Linux PPP



Options file

This file contains options that govern PPP's connection negotiations.

It is stored in /etc/ppp/options.


    # /etc/ppp/options -*- sh -*- general options for pppd
    # created 16-Sep-1996

    connect "/usr/sbin/chat -v -f /etc/ppp/ppp.chat"
    crtscts
    debug
    defaultroute
    lock
    modem
    noipdefault

This file contains parameters that control pppd's negotiation with Enterprise's PPP server:

For full and detailed information, see the man page on pppd. All the options listed there may be used in the options file.

Note that we do not try to specify an IP address, because Enterprise assign addresses dynamically. (The DOS/Windows versions of PPP need to be told to use IP address 0.0.0.0, which allows dynamic address assignment, but Linux PPP does this automatically when no IP address is given.)



Up to Linux PPP page

Last updated on 17th September 1996 by Oliver Elphick