From: Chuck Hast <wchast@gmail.com>
To: Bernard Pidoux <pidoux@ccr.jussieu.fr>
Cc: John Hurst <jhurst@utac.net>,
Linux-Hams <linux-hams@vger.kernel.org>,
fpac@home.f6fbb.org
Subject: Re: ax25ipd issue
Date: Sun, 12 Jun 2005 15:37:03 -0600 [thread overview]
Message-ID: <620c9057050612143763a373a5@mail.gmail.com> (raw)
In-Reply-To: <42AC8791.6080401@ccr.jussieu.fr>
On 6/12/05, Bernard Pidoux <pidoux@ccr.jussieu.fr> wrote:
> Hi all,
>
> Some hams using ROSE / FPAC packet switch through AXIP connexions faced
> this problem with non permanent IP stations.
>
> We solved it by running a script every hour that calls host to resolve
> the ip address and append the route at the end of an original
> ax25ipd.conf without the no-ip route. Then this file is copied onto
> ax25ipd.conf.
> Finally ax25ipd is killed and started again.
> This solution works fine.
>
> For those who are interested I put here an example of the script for one
> specific station.
> Note : the two calls to ax25ipd at the end are intentional.
>
> -----------beginning of the script ------------
>
> #!/bin/bash
> # Syntax: "majip.f5mtz.sh"
> # by F4BVC, F1TE and F6BVP
> #
> /usr/bin/host f5mtz.no-ip.org > ip-f5mtz
> export IP=`more ip-f5mtz | grep -w address | cut -b 29-`
> cp /etc/ax25/ax25ipd_sav.conf /etc/ax25/ax25ipd.conf
> if test "$IP" ; then
> echo "route F5MTZ-0 $IP udp 10093" >> /etc/ax25/ax25ipd.conf
> fi
> /usr/bin/killall -KILL ax25ipd
> sleep 1
> /usr/local/sbin/ax25ipd -l4
> sleep 1
> /usr/local/sbin/ax25ipd -l4
> #
>
Bernard,
Does double ax25ipd command at the bottom start up two instances of
ax25ipd? Also I believe that the -l4 is log level 4 correct?
Sure would be nice not to have to kill the thing and restart it but I guess if
you do it fast enough your links may not even notice it...
Need to get someone to look at coming up with perhaps a new version or
something that will keep things running without dropping the whole thing.
I guess the only things I need to change are the call signs, IP domaine
names and the paths which may be different.
--
Chuck Hast
To paraphrase my flight instructor;
"the only dumb question is the one you DID NOT ask resulting in my going
out and having to identify your bits and pieces in the midst of torn
and twisted metal."
next prev parent reply other threads:[~2005-06-12 21:37 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-06-11 13:38 ax25ipd issue Chuck Hast
2005-06-11 15:41 ` John Hurst
2005-06-12 19:05 ` Bernard Pidoux
2005-06-12 21:37 ` Chuck Hast [this message]
2005-06-13 9:50 ` [fpac] " Bernard Pidoux
2005-06-13 11:19 ` Chuck Hast
2005-06-11 19:43 ` Tomi Manninen
2005-06-11 19:54 ` Jeremy Utley
2005-06-11 20:09 ` Tomi Manninen
2005-06-11 20:19 ` John Hurst
2005-06-11 20:32 ` David D. Hagood
2005-06-11 20:51 ` Chuck Hast
2005-06-11 20:45 ` Chuck Hast
2005-06-23 11:51 ` Steve Fraser
2005-06-23 12:15 ` Chuck Hast
2005-06-23 16:13 ` Bernard Pidoux
2005-06-11 23:03 ` Steve Fraser
2005-06-12 4:50 ` Jeremy Utley
2005-06-12 14:24 ` Tomi Manninen
-- strict thread matches above, loose matches on Subject: below --
2005-06-11 20:18 dplatt
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=620c9057050612143763a373a5@mail.gmail.com \
--to=wchast@gmail.com \
--cc=fpac@home.f6fbb.org \
--cc=jhurst@utac.net \
--cc=linux-hams@vger.kernel.org \
--cc=pidoux@ccr.jussieu.fr \
/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