/etc/ax25/ax25d.conf is in ax25-tools 0.0.8-13.2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 | # /etc/ax25/ax25d.conf
#
# ax25d Configuration File.
#
# AX.25 Ports begin with a '['.
#
[OH2BNS VIA 1]
NOCALL * * * * * * L
default * * * * * * - root /usr/local/sbin/ttylinkd ttylinkd
#
[OH2BNS-2 VIA 1]
NOCALL * * * * * * L
default * * * * * * - root /usr/sbin/node node
#
#
[OH2BNS VIA 2]
NOCALL * * * * * * L
default * * * * * * - root /usr/local/sbin/ttylinkd ttylinkd
#
[OH2BNS-2 VIA 2]
NOCALL * * * * * * L
default * * * * * * - root /usr/sbin/node node
#
[OH2BNS-3 VIA 2]
NOCALL * * * * * * L
default * * * * * * - root /usr/local/sbin/axwrapper axwrapper /usr/bin/finger finger
#
#[OH2BNS-9]
#NOCALL * * * * * * L
#default * * * * * * - root /usr/sbin/node node
#
# NET/ROM Ports begin with a '<'.
#
#<netrom>
#NOCALL * * * * * * L
#default * * * * * * - root /usr/local/sbin/ttylinkd ttylinkd
#
<netrom>
NOCALL * * * * * * L
default * * * * * * - root /usr/sbin/node node
#
#<netrom>
#NOCALL * * * * * * L
#default * * * * * * - root /usr/sbin/node node
#
|