Linux-Hams archive - March 1999: Help Netrom BCasts

Help Netrom BCasts

Bown, Richard (terhi.victor@logonet.com)
Tue, 2 Mar 1999 10:00:21 -0000


This message is in MIME format. Since your mail reader does not understand
this format, some or all of this message may not be legible.

------_=_NextPart_000_01BE6493.7CFE622E
Content-Type: text/plain;
charset="iso-8859-1"

Hi all, its me again, and before anyone says so I've read the manuals and
the Howto's and axutils installed from a rpm

For some reason I still hav'nt sussed I cant get the node to do a nodes
broadcast. It wiil acept incoming on on port , ie the local one but not on
ports 2,3 or 7.
Every else works OK the netrom layer seems to perform as desired, including
outgoing and incoming addressed to the netrom alias.
Any ideas as to what I've missed in the setup, mine is identical apart from
callsigns to that used on gb7mip, which works .
<<nrports>> <<axports>> <<nrbroadcst>>
Ive include the axport ,nrport and nrbroadcst files incoming node broadcasts
from port 1 are added to /proc/net/nr_nodes , broadcasts received on ports
2,3 & 7 are ignored,
the axutils start ok without complaint <<rc.ax25>>
If some tolerant person could point to the mistake in the configuration I'd
be very gratefull,
Second question
are ther any docs on the set up of TPP as I'd like to move the converse
server away from TNOS ?
TIA
Regards
G8JVM sysop GB7IPT
Richard Bown RF Engineer
Anite
127 Fleet road
Fleet
GU13 8PD
cc important mail to me at "qujfs@tjts.net"

Please note my views are not always the same as Anites

> Anite Systems Limited Registered in England No. 1721900 Registered
> Office: 353 Buckingham Avenue, Slough, Berkshire, SL1 4PF
>
>

------_=_NextPart_000_01BE6493.7CFE622E
Content-Type: application/octet-stream;
name="nrports"
Content-Transfer-Encoding: quoted-printable
Content-Disposition: attachment;
filename="nrports"

netrom1 GB7IPT-7 IPNODE 236 Switch=0A=
netrom2 GB7IPT-0 TELBBS 236 Fbb port=0A=

------_=_NextPart_000_01BE6493.7CFE622E
Content-Type: application/octet-stream;
name="axports"
Content-Transfer-Encoding: quoted-printable
Content-Disposition: attachment;
filename="axports"

# /etc/ax25/axports=0A=
#=0A=
# The format of this file is:=0A=
#=0A=
# name callsign speed paclen window description=0A=
#=0A=
1 GB7IPT-1 38400 255 2 link to TCP/IP BBS=0A=
2 GB7IPT-5 9600 255 2 70 cms user port =0A=
3 GB7IPT-2 9600 255 2 2mtr User port=0A=
4 INLOOP-1 38400 255 2 Loopback=0A=
5 OTLOOP-1 38400 255 2 Loopin=0A=
6 GB7IPT-8 9600 255 2 miplink=0A=
7 GB7IPT-10 9600 255 2 link to gb7cov=0A=
8 GB7IPT-9 9600 255 2 playport=0A=
9 GB7IPT-11 19200 512 2 Link GB7DQY
------_=_NextPart_000_01BE6493.7CFE622E
Content-Type: application/octet-stream;
name="nrbroadcst"
Content-Transfer-Encoding: quoted-printable
Content-Disposition: attachment;
filename="nrbroadcst"

1 5 10 50 1=0A=
2 5 10 50 1=0A=
3 5 10 50 1 =0A=
7 5 10 50 1=0A=

------_=_NextPart_000_01BE6493.7CFE622E
Content-Type: application/octet-stream;
name="rc.ax25"
Content-Transfer-Encoding: quoted-printable
Content-Disposition: attachment;
filename="rc.ax25"

#!/bin/sh=0A=
echo "Time to start the packet interfaces."=0A=
/sbin/route add 44.131.90.31 eth0=0A=
=0A=
#/usr/sbin/slattach -n -L -l -p slip -s 38400 /dev/ptyy1 &=0A=
#sleep 4=0A=
#/sbin/ifconfig sl0 up 44.128.137.32 pointopoint 44.131.138.1 mtu 512 =
=0A=
=0A=
=0A=
#/usr/sbin/mkiss -s 9600 /dev/ttyS3 /dev/ptyz1 /dev/ptyz0=0A=
#/usr/sbin/mkiss -s 9600 /dev/cua1 /dev/ptyz2=0A=
=0A=
echo "Link tp TNOS"=0A=
/usr/sbin/kissattach -i 44.131.90.2 /dev/ptype 1=0A=
/sbin/ifconfig ax0 44.131.90.2 netmask 255.255.255.254 broadcast =
44.131.90.0 up=0A=
#/sbin/route add -net 44.131.90.0 netmask 255.255.255.254 ax0 =0A=
/sbin/route add -host 44.131.90.1 ax0=0A=
=0A=
echo "70 cms User port"=0A=
/usr/sbin/kissattach -i 44.131.90.240 /dev/cua0 2=0A=
/sbin/ifconfig ax1 44.131.90.240 netmask 255.255.255.224 broadcast =
44.131.90.0 up=0A=
/sbin/route add -net 44.131.90.0 netmask 255.255.255.224 gw =
44.131.90.240=0A=
/sbin/route add -host 44.131.72.81 ax1=0A=
/sbin/route add -net 44.131.72.0 netmask 255.255.255.0 gw =
44.131.72.81=0A=
=0A=
echo "2mtr User port"=0A=
/usr/sbin/kissattach -i 44.131.90.241 /dev/cua1 3=0A=
/sbin/ifconfig ax2 44.131.90.241 netmask 255.255.255.224 broadcast =
44.131.90.32 up=0A=
/sbin/route add -net 44.131.90.32 netmask 255.255.255.224 gw =
44.131.90.241=0A=
#/sbin/route add -host 44.131.138.224 ax2=0A=
=0A=
echo "link to gb7mip"=0A=
/usr/sbin/kissattach -i 44.131.90.5 /dev/cua14 6=0A=
/sbin/ifconfig ax3 44.131.90.5 netmask 255.255.0.0 broadcast =
44.131.90.0 up=0A=
#/sbin/route add -host 44.131.138.224 ax3#=0A=
/sbin/route add -net 44.131.138.0 netmask 255.255.255.0 gw =
44.131.138.224=0A=
/sbin/route add -host 44.131.138.224 ax3=0A=
=0A=
echo "link to gb7cov"=0A=
/usr/sbin/kissattach -i 44.131.90.4 /dev/cua3 7=0A=
/sbin/ifconfig ax4 44.131.90.4 netmask 255.0.0.0 broadcast 44.131.90.0 =
up=0A=
/sbin/route add -host 44.131.144.224 ax4=0A=
/sbin/route add -net 44.0.0.0 netmask 255.0.0.0 gw 44.131.144.224=0A=
=0A=
=0A=
echo "Link to GB7DQY"=0A=
/usr/sbin/kissattach -i 44.131.90.3 /dev/cua2 9=0A=
/sbin/ifconfig ax5 44.131.90.3 netmask 255.255.0.0 broadcast =
44.131.90.0 up=0A=
/sbin/route add -host 44.131.88.98 ax5=0A=
/sbin/route add -net 44.131.88.0 netmask 255.255.255.0 gw =
44.131.88.98=0A=
/sbin/route add -net 44.131.89.0 netmask 255.255.255.0 gw =
44.131.88.98=0A=
=0A=
=0A=
echo "spare port"=0A=
/usr/sbin/kissattach -i 44.131.90.6 /dev/cua15 8=0A=
/sbin/ifconfig ax6 44.131.90.6 netmask 255.255.255.0 broadcast =
44.131.90.0 up=0A=
=0A=
echo "loopback"=0A=
/usr/sbin/kissnetd /dev/ptyz4 /dev/ptyz5 &=0A=
sleep 2=0A=
/usr/sbin/kissattach -i 44.31.90.253 /dev/ttyz4 4=0A=
sleep 2=0A=
/usr/sbin/kissattach -i 44.131.90.253 /dev/ttyz5 5=0A=
sleep 2=0A=
=0A=
#ARP #=0A=
#/sbin/arp -H ax25 -i ax0 -s 44.131.90.1 gb7ipt-5=0A=
/sbin/arp -H ax25 -i ax1 -s 44.131.90.27 2E1CJU-5=0A=
/sbin/arp -H ax25 -i ax1 -s 44.131.72.81 G6LDL-5=0A=
/sbin/arp -H ax25 -i ax5 -s 44.131.88.98 GB7DQY-11=0A=
=0A=
#Netwrong##=0A=
echo "Netwrong"=0A=
#/sbin/ifconfig nr0 44.131.90.2 netmask 255.255.0.0 broadcast =
44.131.90.0 up=0A=
/usr/sbin/nrattach -i 44.131.90.252 netrom1=0A=
/usr/sbin/nrattach -i 44.131.90.252 netrom2=0A=
sleep 1=0A=
/sbin/route add -host 44.131.90.252 nr0=0A=
/usr/sbin/nrparms -route 1 GB7IPT-5 + 255=0A=
/usr/sbin/nrparms -route 5 GB7IPT-0 + 255=0A=
/usr/sbin/nrparms -route 7 G3UVW-11 + 10=0A=
/usr/sbin/nrparms -route 2 REDDI3 + 10=0A=
/usr/sbin/nrparms -nodes G3UVW-11 + BARDON 10 5 7 G3UVW-11=0A=
/usr/sbin/nrparms -nodes GB7COV-1 + COVNTS 50 5 7 G3UVW-11=0A=
/usr/sbin/nrparms -nodes GB7DXC + DXCHEL 10 5 2 REDDI3=0A=
sleep 1=0A=
#=0A=
#=0A=
/usr/sbin/kissparms -p 1 -f n -l 300 -t 300 -s 30 -r 128=0A=
/usr/sbin/kissparms -p 2 -f n -l 300 -t 300 -s 30 -r 128=0A=
/usr/sbin/kissparms -p 3 -f n -l 300 -t 300 -s 30 -r 128=0A=
/usr/sbin/kissparms -p 6 -f n -l 300 -t 300 -s 30 -r 128=0A=
/usr/sbin/kissparms -p 7 -f n -l 300 -t 300 -s 30 -r 128#=0A=
/usr/sbin/kissparms -p 8 -f n -l 300 -t 300 -s 30 -r 128#=0A=
/usr/sbin/kissparms -p 9 -f n -l 150 -t 250 -s 30 -r 128=0A=
/usr/sbin/beacon -t 18 2 "GB7IPT FBB BBS & IP GATE [44.131.90.240]"=0A=
/usr/sbin/beacon -t 19 3 "GB7IPT FBB BBS & IP GATE [44.131.90.241]"=0A=
/usr/sbin/beacon -t 25 9 "GB7IPT FBB BBS & IP GATE [44.131.90.3]"=0A=
## Set up routes#=0A=
echo "Setting up routes"=0A=
/sbin/route add -host 44.131.90.1 ax0=0A=
/sbin/route add -host 44.131.90.4 ax4=0A=
/sbin/route add -host 44.131.90.240 ax1=0A=
/sbin/route add -host 44.131.90.31 eth0=0A=
#/sbin/route add -net 44.131.136.32 netmask 255.255.255.240 ax0=0A=
#/sbin/route add -host 44.131.137.242 ax0=0A=
#/sbin/route add -net 44.131.131.0 netmask 255.255.255.0 gw =
44.131.137.242=0A=
#/sbin/route add -net 44.131.137.0 netmask 255.255.255.0 gw =
44.131.137.242=0A=
#/sbin/route add -net 44.131.90.0 netmask 255.255.255.0 gw =
44.131.136.34=0A=
=0A=
# Things=0A=
/usr/sbin/ax25d=0A=
/usr/sbin/netromd -i -p 10 -q 50 -t 5 -v 1=0A=
/usr/sbin/mheardd=0A=

------_=_NextPart_000_01BE6493.7CFE622E--