Rob Compton wrote:

> In order to keep (a) continuity with my old dying DOS system, and, (b)
> maintain all of the facilities offered by the UK-IP spec JNOS (not all
> supported in Linux kernel), I am trying to run JNOS under linux.
>
> Yes I do have lnxforward, and that doesn't compile with libax25-0.0.7, yes I
> do have mailgw, and NO it doesn't support all of the facilities that the
> UK-IP compiled/modified version of JNOS1.11d has in itself, which is a
> shame, because it looks a much tidier way of operating a mail gateway.

Write your own... ;-)  It's easy enough.

Here is a loopback pair that's shared with Jnos.

# Loopback Link
kissnetd /dev/ptyp1 /dev/ptyp2 &
#
sleep 1
# Attach loopback1
kissattach -m 576 -i 44.2.1.2 /dev/ttyp1 ax1
# Link to Jnos
net2kiss -i ax1  /dev/ptyb1 &
#
# Attach loopback2
kissattach -m 576 -i 44.2.1.2 /dev/ttyp2 ax2
# Link to Jnos
net2kiss -i ax2  /dev/ptyb2 &


Here's Jnos...

attach asy ttyb1 - ax25 ax1 1024 1024 38400

attach asy ttyb2 - ax25 ax2 1024 1024 38400


Bob

Reply via email to