]> arthur.barton.de Git - netatalk.git/blob - man/man5/atalkd.conf.5.tmpl
Freshly generated manpages from XML sources
[netatalk.git] / man / man5 / atalkd.conf.5.tmpl
1 '\" t
2 .\"     Title: atalkd.conf
3 .\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4 .\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
5 .\"      Date: 22 September 2000
6 .\"    Manual: Netatalk 2.2
7 .\"    Source: Netatalk 2.2
8 .\"  Language: English
9 .\"
10 .TH "ATALKD\&.CONF" "5" "22 September 2000" "Netatalk 2.2" "Netatalk 2.2"
11 .\" -----------------------------------------------------------------
12 .\" * set default formatting
13 .\" -----------------------------------------------------------------
14 .\" disable hyphenation
15 .nh
16 .\" disable justification (adjust text to left margin only)
17 .ad l
18 .\" -----------------------------------------------------------------
19 .\" * MAIN CONTENT STARTS HERE *
20 .\" -----------------------------------------------------------------
21 .SH "NAME"
22 atalkd.conf \- Configuration file used by atalkd(8) to determine the interfaces used by the master Netatalk daemon
23 .SH "DESCRIPTION"
24 .PP
25 \fB:ETCDIR:/atalkd\&.conf\fR
26 is the configuration file used by atalkd to configure the Appletalk interfaces and their behavior
27 .PP
28 Any line not prefixed with
29 \fB#\fR
30 is interpreted\&. The configuration lines are composed like:
31 .PP
32 \fIInterface\fR
33 \fB[\fR
34 \fIoptions\fR
35 \fB]\fR
36 .PP
37 The simplest case is to have either no atalkd\&.conf, or to have one that has no active lines\&. In this case, atalkd should auto\-discover the local interfaces on the machine\&. Please note that you cannot split lines\&.
38 .PP
39 The interface is the network interface that this to work over, such as
40 \fBeth0\fR
41 for Linux, or
42 \fBle0\fR
43 for Sun\&.
44 .PP
45 The possible options and their meanings are:
46 .PP
47 \fB\-addr \fR\fB\fInet\&.node\fR\fR
48 .RS 4
49 Allows specification of the net and node numbers for this interface, specified in Appletalk numbering format (example:
50 \fB\-addr 66\&.6\fR)\&.
51 .RE
52 .PP
53 \fB\-dontroute\fR
54 .RS 4
55 Disables Appletalk routing\&. It is the opposite of
56 \fB\-router\fR\&.
57 .RE
58 .PP
59 \fB\-net first[\-last]\fR
60 .RS 4
61 Allows the available net to be set, optionally as a range\&.
62 .RE
63 .PP
64 \fB\-noallmulti\fR (linux only)
65 .RS 4
66 On linux the interfaces, atalkd uses, are set to ALLMULTI by default caused by countless NICs having problems without being forced into this mode (some even don\'t work with allmulti set)\&. In case, you\'ve a NIC known to support multicasts properly, you might want to set this option causing less packets to be processed
67 .RE
68 .PP
69 \fB\-phase ( 1 | 2 )\fR
70 .RS 4
71 Specifies the Appletalk phase that this interface is to use (either Phase 1 or Phase 2)\&.
72 .RE
73 .PP
74 \fB\-router\fR
75 .RS 4
76 Like
77 \fB\-seed\fR, but allows single interface routing\&. It is the opposite of
78 \fB\-dontroute\fR\&.
79 .RE
80 .PP
81 \fB\-seed\fR
82 .RS 4
83 The seed option only works if you have multiple interfaces\&. It also causes all missing arguments to be automagically configured from the network\&.
84 .RE
85 .PP
86 \fB\-zone \fR\fB\fIzonename\fR\fR
87 .RS 4
88 Specifies a specific zone that this interface should appear on (example:
89 \fB\-zone "Parking Lot"\fR)\&. Please note that zones with spaces and other special characters should be enclosed in parentheses\&.
90 .RE
91 .SH "SEE ALSO"
92 .PP
93 \fBatalkd\fR(8)