[Dxspider-support] AX25 heartburn

Filip Jonckers fjonckers at Interconnect.be
Thu Feb 21 08:30:07 GMT 2002


Hi John,

looks like kissattach is not doing what it should ..

> kissattach: 0.0.6
> axconfig: port radio not active
> ax25d: no AX25 port configured
> axconfig: port radio not active
> kissparms: no AX.25 ports configured
> beacon: no AX.25 ports defined

don't have much time to look at the problem... am at the office ...
but here are my config files ... maybe you can compare stuff ..

/dev/cua0 and /dev/ttyS0 are the same but I think there is somewhere a
small difference
(don't remember what exactly)

all my files are located in /etc/ax25 ...



# /etc/ax25/axports
# name callsign speed paclen window description
#
rmnc   ON0NOL-10  38400  255  2      kiss link to RMNC controller



# /etc/ax25/ax25d.conf
# ax25d configuration
# updated: 20000627 ON0NOL
#          Win=maxframe T1=FRACK  T2=RESPTIME T3=LINKCHECK N2=RETRY
#          win T1  T2  T3  idle  N2 <m> <uid> <exec> <name> <args>
#
#
# cluster
[ON0NOL-9 VIA rmnc]
parameters * * * * * *
NOCALL  * * * * * * L
ON0NOL  * * * * * * L
default * * * * * * - sysop /spider/src/client client %s ax25
#
# linux tcp/ip
[ON0NOL-10 VIA rmnc]
parameters * * * * * *
NOCALL  * * * * * * L
ON0NOL  * * * * * * L
default * * * * * * - root /usr/sbin/axspawn axspawn -w %u
#



#!/bin/sh
# ON0NOL startup script
#
echo Starting ax25 ...
#
# TNC init
#echo 
#echo putting TNC in KISS mode ...
#echo -e "\015\015\033 at K\r" > /dev/ttyS1
#sleep 3
#
# Link to RMNC
echo attaching device to RMNC ...
kissattach -l -m 230 /dev/ttyS1 rmnc 44.144.179.1
#
echo configuring device ...
### TX delay 0 - only if hardwired to RMNC controller !
kissparms -p rmnc -t 0
#
# tcp/ip
echo configuring tcp/ip ...
ifconfig ax0 broadcast 44.144.179.255 netmask 255.255.255.0
route add -net 44.144.179.0 netmask 255.255.255.0 ax0
#
# ax25 daemons
echo starting ax25 daemons ...
mheardd -f -l
ax25d -l
beacon -l -c ON0NOL -t 15 rmnc "ON0NOL node JO21TC"
#
# Monitoring
echo starting monitoring on tty10 and tty11
clear > /dev/tty10
listen -rat8 rmnc > /dev/tty10 &
clear > /dev/tty11
tail -f /var/log/messages > /dev/tty11 &




More information about the Dxspider-support mailing list