* kissnetd/net2kiss etc..
@ 2006-02-13 20:26 Ted Gervais
2006-02-14 17:42 ` Bill Vodall WA7NWP
0 siblings, 1 reply; 2+ messages in thread
From: Ted Gervais @ 2006-02-13 20:26 UTC (permalink / raw)
To: linux-hams
I wonder if someone might have a solution to my query here. I have the
ax25 utils installed and working with a vhf port configured and is being
used by my FBB bbs. My tnc is a kantronics KPC-9612+ and I am only using
the vhf (1200baud) port.
The predicment is that I also want to use this same tnc to serve a jnos
installation and I have the notion that I can share this (vhf) between the
ax25 utils and Jnos using something like 'net2kiss' or 'kissnetd' etc..
I wonder if anyone has been successful in doing this and if so could pass
along their solution. But first of all here is my ax25 setup showing how
it is enabled through the utilities:
# vhf port is on ax1
/usr/sbin/mkiss -s 9600 /dev/ttyS1 /dev/ptyb1 /dev/ptyb2
/usr/sbin/kissattach -l -m 256 /dev/ttyb1 vhf 44.135.34.201
/usr/sbin/kissattach -l -m 256 /dev/ttyb2 uhf 44.135.34.201
How is kissnetd attached to that?
And if net2kiss is the solution is it used like this:
net2kiss -i ax1 /dev/ptyq3....with jnos using /dev/ttyq3 ??
For jnos this doesn't work, by the way..
Any thoughts would be appreciated..
---
Ted Gervais
Coldbrook, Nova Scotia
Canada. (ve1drg)
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: kissnetd/net2kiss etc..
2006-02-13 20:26 kissnetd/net2kiss etc Ted Gervais
@ 2006-02-14 17:42 ` Bill Vodall WA7NWP
0 siblings, 0 replies; 2+ messages in thread
From: Bill Vodall WA7NWP @ 2006-02-14 17:42 UTC (permalink / raw)
To: Ted Gervais, linux-hams
>
> # vhf port is on ax1
> /usr/sbin/mkiss -s 9600 /dev/ttyS1 /dev/ptyb1 /dev/ptyb2
> /usr/sbin/kissattach -l -m 256 /dev/ttyb1 vhf 44.135.34.201
> /usr/sbin/kissattach -l -m 256 /dev/ttyb2 uhf 44.135.34.201
>
> How is kissnetd attached to that?
> And if net2kiss is the solution is it used like this:
> net2kiss -i ax1 /dev/ptyq3....with jnos using /dev/ttyq3 ??
> For jnos this doesn't work, by the way..
>
> Any thoughts would be appreciated..
net2kiss is an amazing little widget. It lets JNOS run as an
independent virtual computer on the packet system.
In my linux setup, I have:
---
echo "Initiating AX0 net2kiss connection for JNOS"
/usr/sbin/net2kiss -i ax0 /dev/ptyp8 &
echo "Allowing time for net2kiss to initialize "
sleep 2
---
And then in the autoexec.nos, to attach the to the pseudo tty I have:
---
# linked connection to Linux AX0 port
#
# Attached pseudo tty linked to Linux ax0 packet port
# started with: /usr/sbin/net2kiss -i ax0 /dev/ptyp8 &
#
attach asy ttyp8 - ax25 vhf 512 236 9600
ifconfig vhf linkaddress wa7nwp-6
ifconfig vhf ipaddress 192.168.127.5
ifconfig vhf broadcast 192.168.127.255
ifconfig vhf ax25 maxframe 2
ax25 route add ID vhf GHAEC
ax25 route add MAIL vhf GHAEC
trace vhf 311
---
Hope that helps...
73,
Bill - WA7NWP
PS. - now if there were only a net2kpchostmode program... So much time,
so many more projects...
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2006-02-14 17:42 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-02-13 20:26 kissnetd/net2kiss etc Ted Gervais
2006-02-14 17:42 ` Bill Vodall WA7NWP
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).