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:
To create it, use the command
mknod -m mode pathname pwhere mode specifies the permissions to be applied (e.g. 660).
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.