#/usr/sbin/kissattach -i 44.151.38.8 /dev/ttyS0 144
/usr/sbin/kissattach -i 44.151.38.8 /dev/ttyS1 144
# /usr/sbin/kissattach -i 44.151.38.8 /dev/scc1 430
# /usr/sbin/kissattach -i 44.151.38.8 /dev/scc0 HF
Dont use kissattach use ifconfig to up an scc interface.
{That is one likely cause of "some" of your problems.}
/sbin/ifconfig scc1 44.151.38.8 hw ax25 f5ycp-10 mtu 256
/sbin/ifconfig scc0 44.151.38.8 hw ax25 f5ycp-11 mtu 256
{Read the text at the bottom of this message about /etc/axports}
echo netrom setup
sleep 1
/usr/sbin/nrattach -i 44.151.38.8 netrom &
#
sleep 1
#/usr/sbin/netromd -i -l 180 -t 30 -d > /dev/ttyS0 2>&1 &
#sleep 1
/usr/sbin/netromd -i -l 180 -t 30 -d > /dev/ttyS1 2>&1 &
^^^ ^^^^^^^^^^^^^^^^^^^^
What's that for, a redirect at the end ?? "> /dev/ttyS1 2>&1 &"
What is the 180 for, ??
use something like;
/usr/sbin/netromd -i -l -t 30 -d &
sleep 1
/usr/sbin/mheardd &
I would advise using the -n option -n25 is normaly enough (one screen full)
The -f option starts mheardd with a clean file.
# ax25 tcp/ip routing
route add -net 44.151.38.0 ax0
Use the irtt and window params with route, that will improve performace.
use something like;
route add -net 44.151.38.0 mss 256 window 944 irtt 5000 ax0
Using ifconfig to attach an scc interface as shown above, will have some
effect on how you name your ports, i choose to define my axports as scc0
scc1 etc, so my interfaces are then called scc0 scc1.
So change /etc/ax25/axports to;
144 F5YCP-9 9600 255 2 144.700 MHz (1200 bps)
scc1 F5YCP-10 1200 255 2 430/439 MHZ (1200 bps)
scc0 F5YCP-11 300 255 2 7.036 MHZ (300 bps)
Check also your /etc/z8530drv.conf for the amount of buffers and bufsize.
I did incour small problems when using the default values with large packet
sizes and large windows. Joerg does state that in the readme, in which he
also says USE ifconfig to up the interfaces.
>
> Please Help me to solve this problem if possible !
> Many thanks per advance
> Tony
>
>
> ------------
> Tony Schonfeld - F5GIT - GRENOBLE - Voice/Data/Fax: +33 (0)476932598
> Email: terhi.victor@logonet.com - terhi.victor@logonet.com
> WWW: http://schonfeld.home.ml.org - http://www.voiron.com/associations/ham/
> Hamnet (ax25): terhi.victor@logonet.com - terhi.victor@logonet.com
>
>
-- Regards Richard. cnni.uphp@edes-removals.co.uk