1AX25IPD(1) Linux Programmer's Manual AX25IPD(1)
2
3
4
6 ax25ipd - AX.25 into IP Encapsulator
7
9 ax25ipd [options]
10
12 ax25ipd is an RFC1226 compliant daemon capable of providing the encap‐
13 sualtion neccessary to send and receive AX.25 traffic across an IP
14 transport.
15
16 Normally invoked as part of the boot order network initialisation,
17 ax25ipd is capable of talking directly to a serial port connected tnc,
18 or over a pipe to a linux AX.25 port. KAM DE Dual Port Kiss is also
19 supported.
20
21 ax25ipd can be run as a pure encapsulator, or as a digital repeater
22 with a functional callsign. Destination IP addresses are determined
23 from a hardcoded map of callsign/IP Address pairs.
24
25 ax25ipd defaults to using /etc/ax25/ax25ipd.conf as its config file.
26
28 -v,--version
29 Display the version.
30
31 -h,--help Display a summary of the command line options.
32
33 -l,--loglevelNUM
34 Set the logging level to NUM.
35
36 -c,--configfileFILE
37 Use the configuration file named by FILE instead of the
38 default.
39
41 /etc/ax25/ax25ipd.conf
42
44 ax25ipd.conf beacon(1), ax25(4), netrom(4), rose(4), kissattach(8).
45
47 Routing needs to be looked at seriously, the method of routing is a
48 real hack, and improvements to it have only added to the hack.
49
50 Logging needs to be properly implemented.
51
52 Command line parsing needs to be properly implemented.
53
54 ax25ipd should be part of the Linux AX.25 kernel support probably :-)
55
57 Michael Westerhof <Mike.Westerhof@Central.Sun.COM> <invalid address>
58 Michael Durrant <>
59 D. Jeff Dionne VE3DJF <Jeff@lnx_rpi.ee.ryerson.ca>
60 Rob Mayfield VK5XXX/VK5ZEU <mayfieldrob@mail.dec.com>
61 Terry Dawson VK2KTJ <terry@animats.net>
62
63
64
65Linux 12 September 2001 AX25IPD(1)