Linux-Hams archive - December 1997: ax25ipd help

ax25ipd help

Ramzi Abdallah (tjhs@amphi.com)
Mon, 8 Dec 1997 14:22:26 +0200 (EET)


Hello everybody,

I've been trying to setup the ax25ip on our internet <> packet
gateway with no use.

Every time I issue the command ax25ipd & I get the following message:

ax25ipd Version 1.0.2 / ax25-utils-2.1.42a - 11 Aug 1997
Copyright 1991, Michael Westerhof, Sun Microsystems, Inc.
This software may be freely used, distributed, or modified, providing
this header is not removed

added param: 1 20
added route: WB0TAX 207.22.208.22 ip 0 0

Current configuration:
socket ip
mode digi
device /dev/ttyp2
speed 19200
mycall OD5NZ-2
loglevel 4

1 active routes.
WB0TAX 207.22.208.22 ip 0 0

1 parameters
1 20
opening tty device: I/O error

Following are my configuration files for the KPC-9612 Dual port tnc.

# /etc/ax25/axports
#
1k2 OD5NET-10 19200 255 2 144.765 MHz (1200 bps)
9k6 OD5NET-15 19200 255 4 UHF Port ### (9600 bps)
axip OD5NZ-2 19200 255 2 AXIP Port

-----------------------
# /etc/ax25/ax25ipd.conf
socket ip
mode digi
mycall od5nz-2
# myalias gateway
device /dev/ttyp2
speed 19200
loglevel 4
param 1 20
route wb0tax 207.22.208.22
--------------
# /etc/rc.d/rc.ax25
#
/usr/sbin/mkiss -s 19200 /dev/ttyS1 /dev/ptyq0 /dev/ptyq1 /dev/ptyq2
#
/usr/sbin/kissattach /dev/ttyq0 1k2
/sbin/ifconfig ax0 44.184.1.10 netmask 255.255.255.0 broadcast 44.184.1.255
/sbin/route add -net 44.184.1.0 ax0
#
/usr/sbin/kissattach /dev/ttyq1 9k6
/sbin/ifconfig ax1 44.184.3.10 netmask 255.255.255.0 broadcast 44.184.3.255
/sbin/route add -net 44.184.3.0 ax1
#
# Starting the AXIP encapsulated gateway.
/usr/sbin/kissattach /dev/ttyq2 axip
/usr/sbin/ax25ipd &

I'd also like to know if I have to bind an IP address to
the AXIP port and how can I make the AXIP transmit and receive
on the ax0 port.

Thank you in advance for your help.

OD5NZ Ramzi