Hi,
We are using flexd at ok0ncg.ampr.org and it works quite well. I'll
try to explain, how to configure it.
/etc/ax25/axroutes has nothing to do with ax25rtd. /etc/ax25/axroutes is
configuration file for the flexnode. Every node listed in this file will
be treated as your neighbour. It means you can connect it directly,
without specifying the downlink port.
The syntax of this file is following:
# /etc/ax25/axroutes
#
# route <call> <port> [<digipeaters>]
route ok0nc 70cm
route ok0nmu axip
route ok0npi axip ok0npg-10
This is my actual configuration file. I can connect every node listed
here directly, for example C OK0NPI will connect me to this node via
ok0npg-10 on port axip.
This file can also be queried using the Links command.
Then you can setup flexd. Flexd is a separate daemon, which can query
FlexNet neighbour and download its destination table. Flexd has its own
configuration file - /etc/ax25/flexd.conf. The syntax of this file is
following:
# /etc/ax25/flexd.conf
#
MyCall <call>
PollInterval 600
#
FlexGate <call>
#
MyCall is call used for destination table downloading, PollInterval
says, how often download the dest. table (in seconds) FlexGate is node,
from which do you download the destination table. FlexGate MUST be
listed in the /etc/ax25/axroutes, this is probably your problem, you
have not listed your flexgate in axroutes.
Destinations downloaded using flexd can then be queried using the Dest
command and can also be connected directly.
Configuration is also described in README file included in flexnode
package.
73! Honza, OK2JPR @ ok0pbx.#mor.cze.eu
e-mail: [EMAIL PROTECTED]