Radio is attached and AX25 Linux Node is set to auto start.
I can connect to my node from another radio and access the Welcome to the digipi packet shell.
pi@digipi:/etc/xinetd.d $ cat /var/log/syslog | grep xinet
2025-10-15T21:02:10.330986+01:00 digipi systemd[1]: Started xinetd.service - Xinetd A Powerful Replacement For Inetd.
2025-10-15T21:02:10.806917+01:00 digipi xinetd[631]: Reading included configuration file: /etc/xinetd.d/ax25-node [file=/etc/xinetd.conf] [line=14]
2025-10-15T21:02:10.810259+01:00 digipi xinetd[631]: Reading included configuration file: /etc/xinetd.d/chargen [file=/etc/xinetd.d/chargen] [line=22]
2025-10-15T21:02:10.811485+01:00 digipi xinetd[631]: Reading included configuration file: /etc/xinetd.d/chargen-udp [file=/etc/xinetd.d/chargen-udp] [line=28]
2025-10-15T21:02:10.812981+01:00 digipi xinetd[631]: Reading included configuration file: /etc/xinetd.d/daytime [file=/etc/xinetd.d/daytime] [line=14]
2025-10-15T21:02:10.814180+01:00 digipi xinetd[631]: Reading included configuration file: /etc/xinetd.d/daytime-udp [file=/etc/xinetd.d/daytime-udp] [line=26]
2025-10-15T21:02:10.815667+01:00 digipi xinetd[631]: Reading included configuration file: /etc/xinetd.d/discard [file=/etc/xinetd.d/discard] [line=14]
2025-10-15T21:02:10.818007+01:00 digipi xinetd[631]: Reading included configuration file: /etc/xinetd.d/discard-udp [file=/etc/xinetd.d/discard-udp] [line=25]
2025-10-15T21:02:10.819443+01:00 digipi xinetd[631]: Reading included configuration file: /etc/xinetd.d/echo [file=/etc/xinetd.d/echo] [line=14]
2025-10-15T21:02:10.820303+01:00 digipi xinetd[631]: Reading included configuration file: /etc/xinetd.d/echo-udp [file=/etc/xinetd.d/echo-udp] [line=26]
2025-10-15T21:02:10.823319+01:00 digipi xinetd[631]: Reading included configuration file: /etc/xinetd.d/servers [file=/etc/xinetd.d/servers] [line=14]
2025-10-15T21:02:10.823628+01:00 digipi xinetd[631]: Reading included configuration file: /etc/xinetd.d/services [file=/etc/xinetd.d/services] [line=13]
2025-10-15T21:02:10.823844+01:00 digipi xinetd[631]: Reading included configuration file: /etc/xinetd.d/time [file=/etc/xinetd.d/time] [line=13]
2025-10-15T21:02:10.828173+01:00 digipi xinetd[631]: Reading included configuration file: /etc/xinetd.d/time-udp [file=/etc/xinetd.d/time-udp] [line=28]
2025-10-15T21:02:10.828511+01:00 digipi xinetd[631]: 2.3.15.4 started with libwrap loadavg labeled-networking options compiled in.
2025-10-15T21:02:10.828792+01:00 digipi xinetd[631]: Started working: 1 available service
pi@digipi:/etc/xinetd.d $ cat /etc/xinetd.d/ax25-node
service ax25-node
{
disable = no
socket_type = stream
protocol = tcp
port = 4444
wait = no
user = root
server = /usr/sbin/uronode
}
## This is the udp version.
#service time
#{
# disable = yes
# type = INTERNAL
# id = time-dgram
# socket_type = dgram
# protocol = udp
# user = root
# wait = yes
#}
pi@digipi:/etc/xinetd.d $ ifconfig ax0
ax0: flags=67<UP,BROADCAST,RUNNING> mtu 255
ax25 K2LJL-10 txqueuelen 10 (AMPR AX.25)
RX packets 13 bytes 592 (592.0 B)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 7 bytes 182 (182.0 B)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
pi@digipi:/etc/xinetd.d $ telnet localhost 4444
Trying ::1...
Connected to localhost.
Escape character is '^]'.
(digipi.org:uronode) login: k2ljl
[URONode v2.15]
Welcome k2ljl to the
digipi.org packet shell.
CHAT - Enter Chatroom
EMAIL - Winlink command line email
ZORK - Play Zork!
NODES - List nearby nodenames
CONN - CONNect nodename
BYE - Disconnect
? - Complete list of commands