]> arthur.barton.de Git - netatalk.git/blob - man/man5/atalkd.conf.5.tmpl
1e78497482e987e5a03e2e83aac5964810fb546b
[netatalk.git] / man / man5 / atalkd.conf.5.tmpl
1 .\" $Id: atalkd.conf.5.tmpl,v 1.1 2000-09-22 20:01:39 rufustfirefly Exp $
2 .TH atalkd.conf 5 "22 September 2000" "netatalk 1.5"
3 .UC 4
4 .SH NAME
5 atalkd.conf \- Configuration file used by \fBatalkd\fR(8)
6 to determine the interfaces used by the master Netatalk daemon
7
8 .SH DESCRIPTION
9 \fB:ETCDIR:/atalkd.conf\fR is the configuration file used
10 by atalkd to configure the Appletalk interfaces and their behavior
11
12 Any line not prefixed with \fB#\fR is interpreted. The configuration lines
13 are composed like:
14
15 .RS
16 .sp
17 .I interface
18 .B [
19 .I options
20 .B ]
21
22 .sp
23 .RE
24 The simplest case is to have either no atalkd.conf, or to have one that
25 has no active lines. In this case, atalkd should auto-discover the local
26 interfaces on the machine. Please note that you cannot split lines.
27
28 The interface is the network interface that this to work over, such as
29 \fBeth0\fR for Linux, or \fBle0\fR for Sun.
30
31 The possible options and their meanings are:
32
33 .TP
34 .B -addr net.node
35 Allows specification of the net and node numbers for this interface,
36 specified in Appletalk numbering format (example: \fI-addr 66.6\fR).
37
38 .TP
39 .B -dontroute
40 Disables Appletalk routing. It is the opposite of \fB-router\fR.
41
42 .TP
43 .B -net first[-last]
44 Allows the available net to be set, optionally as a range.
45
46 .TP
47 .B -phase ( 1 | 2 )
48 Specifies the Appletalk phase that this interface is to use (either Phase
49 1 or Phase 2).
50
51 .TP
52 .B -router
53 Like \fB-seed\fR, but allows single interface routing. It is the opposite
54 of \fB-dontroute\fR.
55
56 .TP
57 .B -seed
58 The seed option only works if you have multiple interfaces. It also causes
59 all missing arguments to be automagically configured from the network.
60
61 .TP
62 .B -zone zonename
63 Specifies a specific zone that this interface should appear on (example:
64 \fI-zone "Parking Lot"\fR). Please note that zones with spaces and other
65 special characters should be enclosed in parentheses.
66
67 .SH SEE ALSO
68 atalkd(8)