File: diald.options

package info (click to toggle)
diald 0.16.5-2
  • links: PTS
  • area: main
  • in suites: hamm
  • size: 716 kB
  • ctags: 805
  • sloc: ansic: 5,438; tcl: 510; perl: 479; sh: 284; makefile: 166
file content (72 lines) | stat: -rw-r--r-- 1,658 bytes parent folder | download | duplicates (2)
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
# /etc/diald/diald.options
#
#	$Id: diald.options,v 1.8 1996/12/08 20:33:01 gv 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/ttyS1

# 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
# 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

# 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

# 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 2
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