~ubuntu-branches/ubuntu/precise/dnprogs/precise

« back to all changes in this revision

Viewing changes to dnroute/dnroute.8

  • Committer: Bazaar Package Importer
  • Author(s): Patrick Caulfield
  • Date: 2006-05-17 10:09:35 UTC
  • Revision ID: james.westby@ubuntu.com-20060517100935-2k2hwljsxvo9n5bi
Tags: 2.37.1
Add Spanish debconf translation.
Closes: #367286

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
.TH DNROUTE 8 "May 4 2003" "DECnet utilities"
 
1
.TH DNROUTE 8 "March 30 2006" "DECnet utilities"
2
2
 
3
3
.SH NAME
4
4
dnroute \- DECnet Routing Daemon
8
8
.br
9
9
Options:
10
10
.br
11
 
[\-dvVhr]
 
11
[\-dvV2Dtnhr]
12
12
.SH DESCRIPTION
13
13
.PP
14
14
.B dnroute
15
15
is a daemon that manages the DECnet routing tables to provide a simple
16
 
routing policy.
17
 
.br
18
 
.B dnetd
19
 
reads polls the DECnet neighbour table and copies those entries into
20
 
the internal routing tables, thus providing a simple (I can see that node,
21
 
therefore I can route to it) routing system. For many sites this will be
22
 
simple enough. it is still possible to add routes using the ip(8) command.
 
16
 but probably useful routing policy.
 
17
.br
 
18
.B dnroute
 
19
listens for
 
20
incoming routing messages and adds routes in the kernel
 
21
for non-local areas that it
 
22
sees. Routes will be modifed according to these messages so that the lowest
 
23
cost route that is up will always be used. Routes to locally accessible
 
24
nodes (it those in the neighbour table) will also be added.
 
25
If you want to keep manual control 
 
26
of the route to a particular area, then add a line into dnroute.conf. eg:
 
27
.br
 
28
manual 26
 
29
.br
 
30
will disable dnroute's setting of routing tables for that area. dnetinfo will
 
31
still show the route that
 
32
.B would
 
33
have been set with (M) on the line to show it has been overidden.
 
34
.br
 
35
To implement its routing policies
 
36
.B dnroute
 
37
assumes that all interfaces on the system have a cost of 4. To change this
 
38
add lines in /etc/dnroute.conf for each of the interfaces you
 
39
need to change. eg 
 
40
.br
 
41
eth0 6
 
42
.br
 
43
eth1 8
 
44
.br
 
45
tap0 10
 
46
.br
 
47
A script called dnetinfo is provided that gets the routing information
 
48
from dnroute and displays it on stdout in a format similar to the VMS command
 
49
SHOW NET/OLD.
23
50
 
24
51
.SH OPTIONS
25
52
.TP
27
54
Don't fork and run the background. Use this for debugging.
28
55
.TP
29
56
.I "\-v"
30
 
Verbose. The more of these there are the more verbose droute will be.
31
 
.TP
32
 
.I \-h \-?
 
57
Verbose. Log route changes to syslog.
 
58
.TP
 
59
.I "\-D"
 
60
Debug log. Writes debugging information to stderr. Only useful with -d.
 
61
.TP
 
62
.I "\-h \-?"
33
63
Displays help for using the command.
34
64
.TP
35
 
.I \-r
36
 
Send DECnet routing messages showing the routes set by the daemon.
37
 
.TP
38
 
.I \-l
39
 
Listen to incoming routing messages and add routes based on that information
40
 
(not currently implemted)
41
 
.TP
42
 
.I \-V
 
65
.I "\-r"
 
66
Send DECnet routing messages showing the state of local nodes.
 
67
.TP
 
68
.I "\-2"
 
69
Send DECnet level 2 (area) routing messages. Implies -r.
 
70
.TP
 
71
.I "\-t <secs>"
 
72
Timer to send routing messages on. Defaults to 15 seconds.
 
73
.TP
 
74
.I "\-n"
 
75
Do not set up routes, Just monitor the network. Useful for testing.
 
76
.TP
 
77
.I "\-V"
43
78
Show the version of dnroute.
44
79
 
45
 
 
46
80
.SH SEE ALSO
47
81
.BR dnetd.conf "(5), " ip "(8)"