1AX25IPD.CONF(5)            Linux Programmer's Manual           AX25IPD.CONF(5)
2
3
4

NAME

6       ax25ipd.conf - Control the operation of ax25ipd.
7

DESCRIPTION

9       The ax25ipd.conf file controls the operation of the ax25ipd(8) program.
10       The operation of the config file can best be seen in an example:
11
12       #
13       # ax25ipd configuration file for station floyd.vk5xxx.ampr.org
14       #
15       # Select axip transport. 'ip' is what you want for compatibility
16       # with most other gates ...
17       #
18       socket ip
19       #
20       # Set ax25ipd mode of operation. (digi or tnc)
21       #
22       mode tnc
23       #
24       # If you selected digi, you must define a callsign.  If you selected
25       # tnc mode, the callsign is currently optional, but this may change
26       # in the future! (2 calls if using dual port kiss)
27       #
28       # mycall vk5xxx-4
29       # mycall2 vk5xxx-5
30       #
31       # In digi mode, you may use an alias. (2 for dual port)
32       #
33       # myalias svwdns
34       # myalias2 svwdn2
35       #
36       # Send an ident every 540 seconds ...
37       #
38       # beacon after 540
39       # btext ax25ip -- tncmode rob/vk5xxx -- Experimental AXIP gateway
40       #
41       # Serial port, or pipe connected to a kissattach in my case
42       #
43       device /dev/ttyp0
44       #
45       # Set the device speed
46       #
47       speed 9600
48       #
49       # loglevel 0 - no output
50       # loglevel 1 - config info only
51       # loglevel 2 - major events and errors
52       # loglevel 3 - major events, errors, and AX25 frame trace
53       # loglevel 4 - all events
54       # log 0 for the moment, syslog not working yet ...
55       #
56       loglevel 4
57       #
58       # If we are in digi mode, we might have a real tnc here, so  use  param
59       to
60       # set the tnc parameters ...
61       #
62       # param 1 20
63       #
64       #  Broadcast  Address  definition.  Any of the addresses listed will be
65       forwarded
66       # to any of the routes flagged as broadcast capable routes.
67       #
68       broadcast QST-0 NODES-0
69       #
70       # ax.25 route definition, define as many as you need.
71       # format is route (call/wildcard) (ip host at destination)
72       # ssid of 0 routes all ssid's
73       #
74       # route <destcall> <destaddr> [flags]
75       #
76       # Valid flags are:
77       #         b  - allow broadcasts to be transmitted via this route
78       #         d  - this route is the default route
79       #
80       route vk2sut-0 44.136.8.68 b
81       route vk5asf 44.136.188.221 b
82       route vk2abc 44.1.1.1 d
83       #
84       #
85
86       More to come ...
87

FILES

89       /etc/ax25/ax25ipd.conf
90

SEE ALSO

92       ax25ipd(8).
93
94
95
96Linux                             7 July 1997                  AX25IPD.CONF(5)
Impressum