Peter Grace wrote:

> I'm running Redhat Linux 6.0 with the 2.2.5-22 kernel custom compiled.
>
> I have installed package: ax25-utils-2.1.42a-3
>

Ax25ipd is one of those things that reach from the device driver level to
the application layer.  To keep things simple you should...


configure the hardware
configure the interface
configure the software

Ax25ipd uses hardware so...

make a couple of symbolic links just to keep things simple

ln -sf /dev/ptyc0 /dev/axip
ln -sf /dev/ttyc0 /dev/axipd


# axports file
ax0 ...........................................................
ax1 p0rt-1 9600 512 2 axip           axip

# attach the device
kissattach /dev/axip ax1 44.x.x.x
# or
kissattach -i 44..x.x.x /dev/axip ax1

# configure the interface
ifconfig netmask 255.255.255.255
and so on...


# in your ax25ipd.conf file
socket ip
mode tnc
device /dev/axipd
route ko6ri 44.2.1.1

# start the application
ax25ipd


I'm sure I forgot something but I got to go to work... ;-(
Bob

Reply via email to