File: diald.options

package info (click to toggle)
diald 0.99.4-7.1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 1,100 kB
  • ctags: 935
  • sloc: ansic: 7,109; tcl: 977; sh: 880; perl: 306; makefile: 109
file content (79 lines) | stat: -rw-r--r-- 1,916 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
# /etc/diald/diald.options
#
#	$Id: diald.options,v 1.1 2000/02/21 03:52:51 jeff Exp $	
#
# Sample diald.options -- works for PPP links and fixed IP
#
# Edit to match your set up.
#

# This is the port the modem is connected to.
# *** MODIFY to match your set up ***
# See the file /usr/doc/diald/debian.device.gz for discussion about
# the use of /dev/ttyS? instead of /dev/cua?.
device /dev/modem

# diald log file: do not change.
accounting-log /var/log/diald.log

# diald monitoring pipe: do not change.
fifo /var/run/diald.fifo

# This turns on full debugging.
#debug 31

# We have PPP
mode ppp

# IP number for deselby.xs4all.nl
#local 194.109.14.67
# Dummy local IP address for a dynamic-ip link
local 192.168.0.1
# IP number for the provider's machine. This is different each time we connect.
# This is not a problem, but it'll make the routine table look funny.
remote 194.109.2.10
netmask 255.255.255.0
# Comment out the next line if not a dynamic IP
dynamic
pppd-options noauth nopersist

# If the connection gets broken from the ISP, redial only
# if there's outgoing traffic from our side.
two-way

# When the link's up, change routes to point to the real link
# instead of the proxy.
reroute

# diald should set a default route to the proxy SLIP link.
defaultroute

# These two scripts must be executable.
#ip-up /etc/diald/ip-up
#ip-down /etc/diald/ip-down
# Use this script to, for example, deregister a dynamic DNS name
#ip-goingdown /etc/diald/ip-goingdown

# Scripts used to bring up/shut down the serial line.
connect "/etc/diald/connect"
#disconnect "/etc/ppp/ppp-disconnect"

# Do UUCP locking.
lock

# We connect through a modem.
modem
crtscts

# Local tweaking
connect-timeout 90
dial-fail-limit 0
died-retry-count 0

# Dutch PTT timetable: same charge for 2.5 (peak) 5 (night) minutes.
#impulse 280,20
#restrict 08:00:00 18:00:00 1-5 * *
#impulse 130,20

include /etc/diald/standard.filter