summaryrefslogtreecommitdiffstats
path: root/ax25mond/ax25mond.conf.5
blob: 66d343ed9a41d6583c0d209b0f5c8f3c95f33fea (plain)
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
.TH AX25MOND.CONF 5 "30 January 1999" Linux "Linux Programmer's Manual"
.SH NAME
ax25mond.conf \- Specify the sockets which ax25mond will provide.
.SH DESCRIPTION
.LP
The
.B ax25mond.conf
file specifies the internet- and unix-sockets which ax25mond(8)
will provide. Example:
.LP
# Create an internet socket on port 1234 where all the
.br
# AX.25 traffic will be transmitted
.br
rxtx *:1234
.br
# Create an unix socket where only the received AX.25
.br
# traffic will be transmitted
.br
rx unix:/var/spool/ax25/monitor
.br
.LP
You may specify up to 5 sockets (definable in ax25mond.c) and ax25mond
will accept up to 50 connects (also definable in ax25mond.c).
.SH FILES
.LP
/etc/ax25/ax25mond.conf
.SH "SEE ALSO"
.BR ax25mond (8).