logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

ax25rtd - AX.25 routing daemon

Authors

       Joerg Reuter <jreuter@poboxes.com>
       Klaus Kudielka OE1KIB

Linux                                           11 November 2003                                      AX25RTD(8)

Description

ax25rtd is a daemon that:

       - emulates the ceased "autorouter" of Linux Kernel AX.25
       - sets up ARP entries automagically
       - may adjust IP routes and encapsulation mode
         (although I really do not recommend to use this feature...)

       The "autorouter" is not really an autorouter. It just listens to the AX.25 traffic on your ports and uses
       this  information  to setup AX.25 routes. This can be turned on or off by altering the configuration file
       /etc/ax25/ax25rtd.conf.

       Ax25rtd provides a socket  /var/ax25/ax25rtd/control  which  is  used  for  runtime  maintenance  through
       ax25rtctl or to set up new routes by other daemons (a Flexnet router, perhaps?)

       On  startup  ax25rtd  reads  the  configuration  file  and  afterwards preloads the caches from the files
       /var/ax25/ax25rtd/ax25_route and /var/ax25/ax25rtd/ip_route. On SIGTERM or ax25rtctl--save it saves  the
       caches to those files.

Files

       /etc/ax25/ax25rtd.conf
       /var/ax25/ax25rtd/ax25_route
       /var/ax25/ax25rtd/control
       /etc/iproute/rt_tables
       /etc/iproute2/rt_protos

Name

       ax25rtd - AX.25 routing daemon

See Also

ax25rtd.conf(5), ax25rtctl(8).

Synopsis

ax25rtd

See Also