]> arthur.barton.de Git - netatalk.git/blob - man/man5/atalkd.conf.5.tmpl
1a72de3eb55dd54f2c92a7e7894aa37ae8388622
[netatalk.git] / man / man5 / atalkd.conf.5.tmpl
1 .TH atalkd.conf 5 "22 September 2000" 2.0.1 Netatalk 
2 .SH NAME
3 atalkd.conf \- Configuration file used by atalkd(8) to determine the interfaces used by the master Netatalk daemon
4 .SH DESCRIPTION
5 \fI:ETCDIR:/atalkd.conf\fR is the
6 configuration file used by atalkd to configure the Appletalk interfaces
7 and their behavior
8 .PP
9 Any line not prefixed with \fI#\fR is
10 interpreted. The configuration lines are composed like:
11 .PP
12 \fIInterface\fR \fI[\fR \fIoptions\fR \fI]\fR
13 .PP
14 The simplest case is to have either no atalkd.conf, or to have one
15 that has no active lines. In this case, atalkd should auto\-discover the
16 local interfaces on the machine. Please note that you cannot split
17 lines.
18 .PP
19 The interface is the network interface that this to work over, such
20 as \fIeth0\fR for Linux, or \fIle0\fR for Sun.
21 .PP
22 The possible options and their meanings are:
23 .TP 
24 \fB\-addr \fInet.node\fB\fR
25 Allows specification of the net and node numbers for this
26 interface, specified in Appletalk numbering format (example:
27 \fB\-addr 66.6\fR).
28 .TP 
29 \fB\-dontroute\fR
30 Disables Appletalk routing. It is the opposite of
31 \fB\-router\fR.
32 .TP 
33 \fB\-net first[\-last]\fR
34 Allows the available net to be set, optionally as a
35 range.
36 .TP 
37 \fB\-noallmulti\fR (linux only)
38 On linux the interfaces, atalkd uses, are set to
39 ALLMULTI by default caused by countless NICs having problems
40 without being forced into this mode (some even don't work with
41 allmulti set). In case, you've a NIC known to support multicasts
42 properly, you might want to set this option causing less packets to
43 be processed
44 .TP 
45 \fB\-phase ( 1 | 2 )\fR
46 Specifies the Appletalk phase that this interface is to use
47 (either Phase 1 or Phase 2).
48 .TP 
49 \fB\-router\fR
50 Like \fB\-seed\fR, but allows single interface
51 routing. It is the opposite of \fB\-dontroute\fR.
52 .TP 
53 \fB\-seed\fR
54 The seed option only works if you have multiple interfaces. It
55 also causes all missing arguments to be automagically configured
56 from the network.
57 .TP 
58 \fB\-zone \fIzonename\fB\fR
59 Specifies a specific zone that this interface should appear on (example:
60 \fB\-zone "Parking Lot"\fR). Please note that zones with
61 spaces and other special characters should be enclosed in
62 parentheses.
63 .SH "SEE ALSO"
64 \fBatalkd\fR(8)
65