/etc/ax25/uronode.routes is in uronode 2.8.1-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 | # /etc/ax25/uronode.routes URONode example configuration file
# This is used for quick ax25 connects so users need not add an interface
# when making a connect. You also need a statement in here for flexd to
# poll your flexnet neighbor.
# URONode shows links with this order. Examples below:
# Direct Routing
# route <call> <alias> <port> d 'description'
#
#route n1uro-1 fxuro ax0 d 'N1URO FlexNet Hub'
# Routing across another node with sending a string "C <call>"
# route <call> <alias> <port> n 'description' <node>
#
#route n1uro-14 WMASS ax0 n 'N1URO-NOS' n1uro-1
# Routing via digipeaters
# route <call> <alias> <port> v 'description' <digipeaters>
#
#route n1uro-9 MACTFX ax0 v 'N1URO Xnet' n1uro-1
|