Wijnand Mijnders PA3HFJ wrote:

> Hello all,
>
> At the moment i'm experimenting with Linux and packet radio applications for
> a future node/mailbox. I'm getting Xnet and FBB to work on the same
> Linuxbox, but now i want to be able to connect the mailbox from within Xnet.
> I think it should be done with some sort of "pipe", but i don't know how to
> do it and i can't find it in the doc's. I did some playing with utils like
> kissattach and net2kiss, but had no luck so far...
>
> Could someone point me into the right direction?
>

This will work for ya....


# axports file
ax0 p0rt-0 9600 256 2 loopback       loopback link
ax1 p0rt-1 9600 256 2 loopback2      loopback link


# Loopback Link
kissnetd /dev/ptya0 /dev/ptya1 &

# Attach loopback1
kissattach  /dev/ttya0 ax0 44.x.x.x

# Attach loopback2
kissattach   /dev/ttya1 ax1 44.x.x.x

If you try to connect to FBB on ax0, it will hear you and reply on ax1 which
you will hear back on ax0 because the two ports are linked by kissnetd.

Bob

Reply via email to