There are several reasons why one would like to connect an old AX.25 Packet-Radio only Transmitter to the DAPNET:
For thoses cases we provide two possible solutions:
If you setup contains a Packet-Radio connection that is reachable via IGATE, this is the easiest way to get your transmitter migrated from FunkrufMaster to DAPNET.
Just do the following steps:
The DAPNET team will check you request and provide a software solution with dapnet-proxy to connect your transmitter to the network.
If you don't like the centralized way of connecting your old AX.25 transmitter, you can also setup you own interface from AX.25 to TCP. A Raspberry Pi is enough to do so.
The following steps are needed:
# description: Example AX.25 Interface to DB0SDA C9000 service rpc_db0sda { disable = no type = UNLISTED port = 19999 id = funkruf socket_type = stream protocol = tcp user = root wait = no server = /usr/bin/axcall server_args = -r -S -R -s db0sda-12 -r ax0 db0sda-7 }
In this example db0sda-12 is the defined master callsign in your RPC card and ax0 is the AX.25 kernel-interface you created with kissattach and db0sda-7 is the AX.25 connect path incl. the destination callsign (most probably only your RPC callsign).
Further information on the DAPNET-Proxy is here.