Linux diald



Options file

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

It is stored in /etc/diald/diald.options.


    fifo /var/run/diald.fifo
    accounting-log /var/diald/log
    mode ppp
    proxyarp
    device /dev/ttyS0
    modem
    speed 38400
    crtscts
    lock
    connect  "/usr/sbin/chat -v -f /etc/ppp/ppp.chat"
    connect-timeout 30
    dial-fail-limit 5
    defaultroute
    local 10.0.0.1
    remote 10.0.0.2
    dynamic
    two-way
    reroute
    strict-forwarding

This file contains parameters that control diald's negotiation with Enterprise's PPP server as well as purely local aspects of diald's behaviour:

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

Note that we do not specify IP addresses from the subnet 10.0.0, which is reserved for local use and is never given to nodes on the Internet. This is because Enterprise assign addresses dynamically, and the addresses are changed once the link comes up.



Up to Linux PPP page

Last updated on 11th December 1998 by Oliver Elphick