From: Thomas Osterried <thomas@osterried.de>
To: Florian Zagler <FlorianZagler@web.de>
Cc: linux-hams@vger.kernel.org
Subject: Re: Problems with bpq-interface
Date: Wed, 28 May 2003 13:17:09 +0200 [thread overview]
Message-ID: <20030528111709.GA5056@osterried.de> (raw)
In-Reply-To: <3ED49335.6050903@linux.local>
> ifconfig bpq0 hw ax25 DG1CAD-12 up
>
> In the /etc/axports file I have the following entries:
>
> kiss DG1CAD-10 19200 255 7 KISS TNC
> ether DG1CAD-12 100000 255 7 BPQ/ethernet
>
> But I get the following message everytime I try to access this interface:
>
> ---- snip ----
> gateway:~# axparms -route add ether dg1cad-12
> axconfig: port ether not active
> axparms: invalid port name - ether
> gateway:~#
> ---- snip ----
bpq needs an IP address to run.
this should be enough:
ifconfig bpq0 44.130.x.y up
^(your ampr IP. because it's internal, i suggest 44.128.0.2)
axparms -setcall bpq0 DG1CAD-12
"ether" in axports: bpq0 is referenced as "bpq0". afaik, nameif (interface
naming) on bpqether interfaces is -unfortunately- not supported.
you should change it to
kiss DG1CAD-10 19200 255 7 KISS TNC
bpq0 DG1CAD-12 100000 255 7 BPQ/ethernet
73,
- thomas dl9sau
next prev parent reply other threads:[~2003-05-28 11:17 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-05-28 10:45 Problems with bpq-interface Florian Zagler
2003-05-28 11:15 ` pa3gcu
2003-05-28 14:31 ` Solved: " Florian Zagler
2003-05-28 11:17 ` Thomas Osterried [this message]
2003-05-28 14:03 ` Shane Deering
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=20030528111709.GA5056@osterried.de \
--to=thomas@osterried.de \
--cc=FlorianZagler@web.de \
--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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.