* ax25ipd configuration problem
@ 2003-11-16 20:38 Gérard Parat / F6FGZ
2003-11-17 20:07 ` pa3gcu
0 siblings, 1 reply; 4+ messages in thread
From: Gérard Parat / F6FGZ @ 2003-11-16 20:38 UTC (permalink / raw)
To: Linux-Hams
Hello,
I tried to setup a high speed AX25 tunnel using our brand new wlan network
without success.
The problem is the following answer:
[root@f6fgz root]# ax25ipd -l 3
fetching tty device parameters: Invalid argument
My ax25ipd.conf:
socket ip
mode tnc
device /dev/ttyp4
speed 19200
loglevel 0
broadcast QST-0 NODES-0
route f6fkq delta.localnet
My kiss stuffs:
mkiss -s 19200 -l /dev/ttyS1 /dev/ptyp1 /dev/ptyp2
mkiss -s 19200 -l /dev/ttyS0 /dev/ptyp3 /dev/ptyp4
kissattach -m 256 /dev/ttyp1 vhf f6fgz
kissattach -m 512 /dev/ttyp2 uhf1 f6fgz
kissattach -m 256 /dev/ttyp3 uhf2 f6fgz
kissattach -m 256 /dev/ttyp4 uhf3 f6fgz
All AX interfaces are up and running since years with this config. Only new
ax25ipd add-on won't work.
What's wrong ? Thanks for your help.
BTW, photos of the wlan on http://f6fgz.free.fr/HamLan (29 km and a steady 80
kb/s !)
--
73 Gérard F6FGZ
-
To unsubscribe from this list: send the line "unsubscribe linux-hams" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: ax25ipd configuration problem
2003-11-16 20:38 ax25ipd configuration problem Gérard Parat / F6FGZ
@ 2003-11-17 20:07 ` pa3gcu
2003-11-17 20:41 ` Gérard Parat / F6FGZ
0 siblings, 1 reply; 4+ messages in thread
From: pa3gcu @ 2003-11-17 20:07 UTC (permalink / raw)
To: Gérard Parat / F6FGZ, Linux-Hams
On Sunday 16 November 2003 21:38, Gérard Parat / F6FGZ wrote:
> Hello,
>
> I tried to setup a high speed AX25 tunnel using our brand new wlan network
> without success.
> The problem is the following answer:
>
> [root@f6fgz root]# ax25ipd -l 3
> fetching tty device parameters: Invalid argument
>
> My ax25ipd.conf:
> socket ip
> mode tnc
> device /dev/ttyp4
> speed 19200
> loglevel 0
> broadcast QST-0 NODES-0
> route f6fkq delta.localnet
>
> My kiss stuffs:
> mkiss -s 19200 -l /dev/ttyS1 /dev/ptyp1 /dev/ptyp2
> mkiss -s 19200 -l /dev/ttyS0 /dev/ptyp3 /dev/ptyp4
> kissattach -m 256 /dev/ttyp1 vhf f6fgz
> kissattach -m 512 /dev/ttyp2 uhf1 f6fgz
> kissattach -m 256 /dev/ttyp3 uhf2 f6fgz
> kissattach -m 256 /dev/ttyp4 uhf3 f6fgz
>
> All AX interfaces are up and running since years with this config. Only new
> ax25ipd add-on won't work.
Without sounding stupid, a pty/tty is a "pair" used together, so if you use
mkiss to attach one side (/dev/ptyp4) and klissattach to attach the otherside
(/dev/ttyp4) then how can you attach ax25ipd with /dev/ttyp4 as well.??
Or am i missing something here.
> What's wrong ? Thanks for your help.
>
> BTW, photos of the wlan on http://f6fgz.free.fr/HamLan (29 km and a steady
> 80 kb/s !)
>
> --
> 73 Gérard F6FGZ
--
If the Linux community is a bunch of theives because they
try to imitate windows programs, then the Windows community
is built on organized crime.
Regards Richard
pa3gcu@zeelandnet.nl
http://people.zeelandnet.nl/pa3gcu/
-
To unsubscribe from this list: send the line "unsubscribe linux-hams" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: ax25ipd configuration problem
2003-11-17 20:07 ` pa3gcu
@ 2003-11-17 20:41 ` Gérard Parat / F6FGZ
2003-11-17 20:53 ` pa3gcu
0 siblings, 1 reply; 4+ messages in thread
From: Gérard Parat / F6FGZ @ 2003-11-17 20:41 UTC (permalink / raw)
To: Linux-Hams
pa3gcu a écrit :
> Without sounding stupid, a pty/tty is a "pair" used together, so if you use
> mkiss to attach one side (/dev/ptyp4) and klissattach to attach the otherside
> (/dev/ttyp4) then how can you attach ax25ipd with /dev/ttyp4 as well.??
> Or am i missing something here.
Hi Richard,
Yes you are right ...
So I done a big mistake ;-)
But I don't understand how to connect an already existing ax25 port to the
tunnel, i.e. if someone wants to connect via the tunnel to another ax25 station
from my radio side.
I need some light ;-)
--
73 Gérard F6FGZ
-
To unsubscribe from this list: send the line "unsubscribe linux-hams" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: ax25ipd configuration problem
2003-11-17 20:41 ` Gérard Parat / F6FGZ
@ 2003-11-17 20:53 ` pa3gcu
0 siblings, 0 replies; 4+ messages in thread
From: pa3gcu @ 2003-11-17 20:53 UTC (permalink / raw)
To: Gérard Parat / F6FGZ, Linux-Hams
On Monday 17 November 2003 21:41, Gérard Parat / F6FGZ wrote:
> pa3gcu a écrit :
> > Without sounding stupid, a pty/tty is a "pair" used together, so if you
> > use mkiss to attach one side (/dev/ptyp4) and klissattach to attach the
> > otherside (/dev/ttyp4) then how can you attach ax25ipd with /dev/ttyp4 as
> > well.?? Or am i missing something here.
>
> Hi Richard,
>
> Yes you are right ...
> So I done a big mistake ;-)
> But I don't understand how to connect an already existing ax25 port to the
> tunnel, i.e. if someone wants to connect via the tunnel to another ax25
> station from my radio side.
> I need some light ;-)
If you take a look at my web site (scripts page) there is an example for a
2.2.xx kernel, if i remember correctly not all too much has changed for
2.4.xx kernels.
All the files axports nrports and so on are there showing the interface.
Basicly, i attach an interface with kissattach (tty) then ax25ipd goes onto
the otherside.
Routes are set with iproute2 (ip).
Let me know if you want a more clearer example as i have been told by some
that my scripts are too complicated to be understood.
> --
> 73 Gérard F6FGZ
--
If the Linux community is a bunch of theives because they
try to imitate windows programs, then the Windows community
is built on organized crime.
Regards Richard
pa3gcu@zeelandnet.nl
http://people.zeelandnet.nl/pa3gcu/
-
To unsubscribe from this list: send the line "unsubscribe linux-hams" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2003-11-17 20:53 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-11-16 20:38 ax25ipd configuration problem Gérard Parat / F6FGZ
2003-11-17 20:07 ` pa3gcu
2003-11-17 20:41 ` Gérard Parat / F6FGZ
2003-11-17 20:53 ` pa3gcu
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox