Assuming you have successfully installed and tested XRPi using the dummy configuration, your next job is to edit XROUTER.CFG, which is the main configuration file.
XRPi is supplied with a "dummy" XROUTER.CFG, which is what allowed you to run the program and get a feel for it. The dummy file is deliberately kept simple, to avoid overloading you with information. You may choose to build upon this file, or create your own XROUTER.CFG from scratch, or start with a copy of the example file from the MISC directory.
Firstly, some background information about the general structure of XROUTER.CFG. If you have already read the XROUTER.CFG page, you may skip this section:
XROUTER.CFG is a plain ASCII text file, which can be opened and edited with any text editor. It contains directives of the general form <keyword>=<value>, each on a separate line. (If you do not understand the significance of the <>, please see the conventions section)
Keywords are not case sensitive, and in general they may be specified in any order, but there are exceptions. For example, interfaces MUST be defined before the ports that reference them.
Blank lines are allowed, and comment lines must begin with a semicolon (;) or hash (#) in the leftmost column. Lines must not exceed 255 characters.
Connection Text
If you wish to send a greetings message to callers when they connect, add CTEXT.
The default action (to avoid interfering with BBS connection scripts), is to send this text only for connections to the node alias, and for Telnet connections. You can change this action using CTFLAGS.
There is no limit on the number of lines of text you can specify, but no line must exceed 255 characters. Don't make it too long - remember, your users will see this every time they log on to the nodealias. The end of text is marked by *** on a line by itself.
CTEXT
Kidderminster AX25/IP Router.
Type ? for list of commands.
***
Info Text
The INFOTEXT is sent to users in response to the plain 'I' command.
Please put something useful or interesting in here. As a user, it is frustrating to type "I" and learn nothing!
INFOTEXT
Fourpak Packet Router, Kidderminster, Worcestershire, IO82VJ
Sysop: Paula G8PZT @ GB7PZT
To connect to the Kidderminster BBS, use the command: C GB7PZT
AMPR IP address: 44.131.91.245
To obtain an IP address: Contact G4XJC @ GB7LGS
Comments/reports/queries to: G8PZT
Information from: G8PZT, G4FPV @ GB7GLO or G0EWH @ GB7PZT
***
ID Text
The IDTEXT is sent on air as an AX25 UI beacon every IDINTERVAL (default 15 minutes). You can use this to advertise the presence of your node.
If the text includes an APRS-format static position code, starting within the first 40 characters, you will be visible on APRS maps and the MHeard function will record distances to heard stations.
The format of the position code is "!ddmm.mmN/dddmm.mmE#" where dd represents degrees of latitude/longitude and mm.mm represents minutes to two decimal places. "N" and "E" may be replaced by "S" and "W" as appropriate.
Note that although you can enter multiple lines of text, only the first line is sent.
The following short example includes a position, town, alias and IP address, allowing anyone who sees the beacon to connect to the system.
IDTEXT
!5224.00N/00215.00W# Kidderminster XRPi (KDRMIN) 44.131.91.4
***