Linux HAM/Amateur Radio development
 help / color / mirror / Atom feed
From: "Marius Petrescu" <marius@yo2loj.ro>
To: linux-hams@vger.kernel.org
Subject: RE: AX25IPD /tmp/unix98 invalid  export Variable AX25:
Date: Sat, 5 Apr 2014 08:27:39 +0300	[thread overview]
Message-ID: <000c01cf508f$c30824f0$49186ed0$@ro> (raw)
In-Reply-To: <50a41b-n9s.ln1@atomos.longlandclan.yi.org>

I recommend the use of socat to have predicatable pty pairs.
Just an example for 4 ax25 ports:

# for mkiss dual port setup
/usr/bin/socat pty,link=/var/ax25/axp1,raw,echo=0 
pty,link=/var/ax25/kp1,raw,echo=0 &
/usr/bin/socat pty,link=/var/ax25/axp2,raw,echo=0 
pty,link=/var/ax25/kp2,raw,echo=0 &

# axip/axudp
/usr/bin/socat pty,link=/var/ax25/axip,raw,echo=0 
pty,link=/var/ax25/kip,raw,echo=0 &
/usr/bin/socat pty,link=/var/ax25/axudp,raw,echo=0 
pty,link=/var/ax25/kudp,raw,echo=0 &

sleep 1

# dual port
/usr/sbin/mkiss -s 9600 /dev/ttyS1 /var/ax25/axp1 /var/ax25/axp2
/usr/sbin/kissattach /var/ax25/kp1 2m 44.182.21.1
/usr/sbin/kissattach /var/ax25/kp2 70cm 44.182.21.1
/usr/sbin/kissattach /var/ax25/kip axip 44.182.21.1
/usr/sbin/kissattach /var/ax25/kudp axudp 44.182.21.1


73s de Marius, YO2LOJ


On Thu, 03 Apr 2014 11:55:41 +0100, Paul Lewis wrote:

> Hi all..
>
> AX25IPD /tmp/unix98 Invalid Variable
>
> I run six ax25ipd interfaces using the old legacy Pty pairs for the past
> 15+ plus years. Spreading the load, in case an interface fails. ( run
> automated checks to bring the interface up on old system.
> Not sure how this can be done with unix98 as need the same dev/tty
> address statically assigned)




  reply	other threads:[~2014-04-05  5:27 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-03-08  4:34 Multicast AX.25? Stuart Longland
2014-03-08  9:21 ` Stuart Longland
2014-03-27 13:01   ` netromr.c path quality calc bug ax25tools-1.0.2/netrom Paul Lewis
     [not found]     ` <14505098c38.27e7.5a0dbb80754033f6c6eb17b69a6b1aac@tlen.pl>
2014-03-27 19:46       ` sp2lob@tlen
2014-04-03 10:55         ` AX25IPD /tmp/unix98 invalid export Variable AX25: Paul Lewis
2014-04-05  3:30           ` Stuart Longland
2014-04-05  5:27             ` Marius Petrescu [this message]
2014-04-05  7:44               ` Paul Lewis
2014-04-04 15:36         ` UBUNTO 12.04 VScom TC800 Serial Kissattach ax??- port configuring corruption HELP Required please Paul Lewis
2014-04-05 20:49           ` David Ranch
2014-04-05 21:09             ` Paul Lewis
2014-04-06 11:22             ` Paul Lewis
2014-04-06 13:18             ` Paul Lewis
2014-04-06 14:19             ` Paul Lewis
2014-04-06 15:17             ` Paul Lewis
2014-04-06 18:51               ` David Ranch
2014-04-06 19:42                 ` Paul Lewis
2014-04-08 14:51                 ` Paul Lewis
2014-06-01  9:48                 ` Paul Lewis
2014-06-01 16:04                   ` David Ranch
2014-06-01 19:20                     ` Paul Lewis
2014-03-28  0:36     ` netromr.c path quality calc bug ax25tools-1.0.2/netrom Brian
2014-03-08  9:29 ` [PATCH] ax25ipd: Add support for multicast AX/UDPv4 Stuart Longland
2014-03-08 16:44 ` Multicast AX.25? David Ranch
2014-03-09 21:21   ` Stuart Longland VK4MSL
2014-03-23  7:40 ` Revised AX.25 multicast patch Stuart Longland
2014-03-23  7:40   ` [PATCH] ax25ipd: Add support for multicast AX/UDPv4 Stuart Longland

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='000c01cf508f$c30824f0$49186ed0$@ro' \
    --to=marius@yo2loj.ro \
    --cc=linux-hams@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox