# /etc/ax25/node.conf # configuration file for the node(8) program. # # Lines beginning with '#' are comments and are ignored. # Hostname # Specifies the hostname of the node machine. #hostname radio.gw.kj6eo.ampr.org # Local Network # allows you to specify what is considered 'local' for the # purposes of permission checking using nodes.perms. #localnet 44.16.2.102 # Hide Ports # If specified allows you to make ports invisible to users. The # listed ports will not be listed by the (p)orts command. #hiddenports rose netrom # Node Identification. # This will appear in the node prompt NodeId SCV:KJ6EO-7 # NET/ROM port # This is the name of the NET/ROM port that will be used for # outgoing NET/ROM connections from the node. NrPort nr0 # Node Idle Timeout # Specifies the idle time for connections to this node in seconds. idletimout 1800 # Connection Idle Timeout # Specifies the idle timer for the connections made via this node in # seconds. conntimeout 1800 # Reconnect # Specifies weather users should be reconnected to the node when # their remote connections disconnect, or weather they should be # disconnected complete. reconnect on # Command Aliases # Provide a way of making complex node commands simple. #alias CONV "telnet vk1xwt.ampr.org 3600" #alias BBS "connect ax0 vk2xsb" # External Command Aliases # Provide a means of executing external commands under the node. # extcmd # Flag == 1 is the only implemented function. # is formated as per ax25d.conf # extcmd PMS 1 root /usr/sbin/pms -u %U -o VK2KTJ # Logging # Set logging to the system log. 3 is the noisiest, 0 is disabled. loglevel 3 # The escape character # 20 = (Control-T) EscapeChar 20