1AX25IPD.CONF(5) Linux Programmer's Manual AX25IPD.CONF(5)
2
3
4
6 ax25ipd.conf - Control the operation of ax25ipd.
7
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, ethertap interface, or pipe connected to a kissattach in
42 my case
43 # alternatively, if you have the kernel module bpqether:
44 # if you use tun/tap or ethertap instead of kissattach you may say,
45 without
46 # leading slashes (!! - that's how ax25ipd consideres using the tty
47 kiss
48 # driver or tun/tap or ethertap):
49 # with tun/tap:
50 # device foobar
51 # with ethertap (obsolete):
52 # device tap0
53 # make sure you set a mycall above, or say axparms foobar -setcall
54 te1st
55 # note: the device will be up when you assign an ip address
56 # _after_ starting ax25rtd (which initializes the device), start ax25d
57 # with bpqether or pty, you do not need to care about the speed
58 # tun/tap: as descriped in /usr/src/linux/Documentatioa/networking/tun‐
59 tap.txt,
60 # make a device # like this:
61 # crw-r--r-- 1 root root 10, 200 Nov 26 13:32 tun
62 # with the command mknod /dev/net/tun c 10 200
63 # As serial port, you could assign physical ports like ttyS0 or ptys.
64 # ax25ipd supports BSD-style pseudo-terminals as well as the Unix98
65 pty's.
66 # If the tty argument is "/dev/ptmx", then Unix98 behaviour
67 # will automaticaly take effekt. With Unix98 pty's, the slave tty name
68 # could not be forseen. That's why ax25ipd will print the corresponding
69 # slave pty name as a separate line on stdout.
70 #
71 #device ampr
72 device /dev/ttyp0
73 #
74 # Set the device speed
75 #
76 speed 9600
77 #
78 # loglevel 0 - no output
79 # loglevel 1 - config info only
80 # loglevel 2 - major events and errors
81 # loglevel 3 - major events, errors, and AX25 frame trace
82 # loglevel 4 - all events
83 # log 0 for the moment, syslog not working yet ...
84 #
85 loglevel 4
86 #
87 # If we are in digi mode, we might have a real tnc here, so use param
88 to
89 # set the tnc parameters ...
90 #
91 # param 1 20
92 #
93 # Broadcast Address definition. Any of the addresses listed will be
94 forwarded
95 # to any of the routes flagged as broadcast capable routes.
96 #
97 broadcast QST-0 NODES-0
98 #
99 # ax.25 route definition, define as many as you need.
100 # format is route (call/wildcard) (ip host at destination)
101 # ssid of 0 routes all ssid's
102 #
103 # route <destcall> <destaddr> [flags]
104 #
105 # Valid flags are:
106 # b - allow broadcasts to be transmitted via this route
107 # d - this route is the default route
108 #
109 route vk2sut-0 44.136.8.68 b
110 route vk5asf 44.136.188.221 b
111 route vk2abc 44.1.1.1 d
112 #
113 #
114
115 More to come ...
116
118 /etc/ax25/ax25ipd.conf
119
121 ax25ipd(8).
122
123
124
125Linux 7 July 1997 AX25IPD.CONF(5)