Again thanks to all who have helped with this one so far.
After  downloading example files from John A site (tnx), the progress is
still a bit slow , Ok I'm a bit thick !
Please no more "read the man pages" , the're not on either machine at
this end, and a web search for "man netrom" and a few other things on
alta vista failed to produce anything as well
I've attached a file with the config in. I can now netrom connect from
the Tnos front end which will give user access, but I've lost the
ability to telnet to the kernel, the node is accessable from all ports
except the kiss link between tnos and the kernel.
and I still cant access fbb direct from port 3 which is the one the
forwarding partner is on,.Node is acepting nr broadcasts from tnos ok,
but there are no bc's from node , I seem to have screwed up the netrom
layer, I'm also running out of SSID's as the beast has 6 com ports on
it, which at the moment only 4 are configured  Ports 1 & 3 need to have
full netrom routing to xfbb, everything else is ip routed.
Of course had fbb7.00 talked to tnos the same way that fbb5.1  did there
would be no problem, as I could have left everything  as it was.
TIA  73 richard g8jvm
YER TIS !!
#!/bin/sh
echo "Time to start the packet interfaces."
/sbin/route add 44.131.90.31 eth0
#not used
#/usr/sbin/slattach -n -L -l -p slip -s 38400 /dev/ptyy1 &
#sleep 4
#/sbin/ifconfig sl0 up 44.128.137.32 pointopoint 44.131.138.1 mtu 512  

#not used
#/usr/sbin/mkiss  -s 9600 /dev/ttyS3 /dev/ptyz1 /dev/ptyz0
#/usr/sbin/mkiss  -s 9600 /dev/cua1 /dev/ptyz2

echo "Link to TNOS"
/usr/sbin/kissattach -i 44.131.90.2 /dev/ptype 1
/sbin/ifconfig ax0 44.131.90.2 netmask 255.255.255.0 broadcast
44.131.90.0 up
/sbin/route add -net 44.131.90.0 netmask 255.255.255.0 ax0 

echo "Link tp GB7DQY"
/usr/sbin/kissattach -i 44.131.90.3 /dev/cua2 2
/sbin/ifconfig ax1 44.131.90.3 netmask 255.255.0.0 broadcast 44.131.90.0
up
/sbin/route add -host 44.131.88.96 ax1
/sbin/route add -net 44.131.88.0 netmask 255.255.255.0 gw 44.131.88.96
/sbin/route add -net 44.131.89.0 netmask 255.255.255.0 gw 44.131.88.96

echo "link to gb7cov"
/usr/sbin/kissattach -i 44.131.90.4 /dev/cua3 3
/sbin/ifconfig ax2 44.131.90.4 netmask 255.255.0.0 broadcast 44.131.90.0
up
/sbin/route add -host 44.131.144.224 ax2
/sbin/route add -net 44.0.0.0 netmask 255.0.0.0 gw 44.131.144.224

echo "loopback"
/usr/sbin/kissnetd /dev/ptyz4 /dev/ptyz5 &
sleep 4
/usr/sbin/kissattach -i 44.31.90.253 /dev/ttyz4 4
sleep 2
/usr/sbin/kissattach -i 44.131.90.253 /dev/ttyz5 5

#Netwrong#
echo "Netwrong"
#/sbin/ifconfig nr0 44.131.90.2 netmask 255.255.0.0 broadcast
44.131.90.1 up
/usr/sbin/nrattach -i 44.131.90.252 10
/usr/sbin/nrattach -i 44.131.90.252 11
/usr/sbin/nrattach -i 44.131.90.252 12
/usr/sbin/nrparms -route 1 GB7IPT-5 + 255
/usr/sbin/nrparms -route 5 GB7IPT-0 + 255
/usr/sbin/nrparms -route 2 G3UVW-11 + 192
/usr/sbin/nrparms -nodes G3UVW-11 + BARDON 120 5 2 G3UVW-11
#/usr/sbin/nrparms -nodes GB7IPT-0 + TELBBS 120 5 5 GB7IPT-0
/usr/sbin/nrattach -i 44.131.90.4 13
#sleep 1
#/sbin/route add -host 44.131.90.2 nr0


/usr/sbin/kissparms -p 1 -f n -l 300 -t 300 -s 30 -r 128
/usr/sbin/kissparms -p 2 -f n -l 300 -t 300 -s 30 -r 128
/usr/sbin/kissparms -p 3 -f n -l 300 -t 300 -s 30 -r 128


# Set up routes
echo "Setting up routes"
/sbin/route add -host 44.131.90.1 ax0

# Things
/usr/sbin/ax25d
/usr/sbin/netromd -d -i -l -q 10 -t 100 -v
/usr/sbin/mheardd
#/usr/bin/lnet

# /etc/ax25/axports
#
# The format of this file is:
#
# name callsign speed paclen window description
#
1       GB7IPT-2        38400   255     2       link to TCP/IP BBS
2       GB7IPT-11       9600    255     2       link to gb7dqy
3       GB7IPT-10       9600    255     2       link to gb7cov
4       GB7IPT-3        38400   255     2       Loopback
5       GB7IPT-4        38400 255       2       Loopin

#/etcax25/nrports
10      GB7IPT-14       #PNODE  236     Switch
11      GB7IPT-0        TELBBS  236     Fbb port
12      GB7IPT-1        IPNODE  236     Node
13      GB7IPT-10       #FRED1  236     Port

# etc/ax25/nrbroadcast
1       1       255     50      1
2       1       255     50      1
3       2       10      50      1       
4       2       255     50      1
5       2       255     50      1

# ax25d.conf for GB7IPT - 03/12/98
# <peer> Win T1 T2 T3 idl N2 <mode> <uid> <exec> <argv[0]>[<args....>]
[GB7IPT-1 VIA *]
default * * * * * * * nobody /usr/sbin/node node
[IPNODE VIA *]
default * * * * * * * nobody /usr/sbin/node node

# FBB7.00
#
#
#Ports TNCs
 4     4
#
# Interface 9 = LINUX
#
#Com Interface Adress (Hex) Baud
 1   9         ****          38400
 2   9         189C          0
 3   9         /dev/cua3     9600 
 4   9      ****         38400
# MultCh  : Name of the Linux port taken from /etc/ax25/axports
# Maxframe: The maximum nb of frames the TNC will send at a time.
# NbFwd   : Number of channels for OUTGOING forward at same time.
# MxBloc  : Size of forward-block in kb.
#
# M/P-Fwd : Minute of the hour for start of forward, and period
#           (how many minutes between each forward-start).
# Mode    : One of these:
#           B : BBS-mode.
#           G : "Guest"-mode.
#           U : Normal-mode.
# Type host-mode, one of these:
#           D : WA8DED
#           K : KAM hostmode.
#           M : Telephone-modem.
#           P : PK-232
#           Q : BPQ v 4.x
#           X : LINUX kernel interface
# Addition: One of these letters can be used too:
#           L : Send unproto beacon after each arriving mail.
#           Y : Yapp allowed on this QRG.
#           W : Gateway allowed TO this QRG.
#           R : Read-Only acces.
# Freq.   : Text to describe this port (max 9 characters, no space)
# Same number of lines as number of TNCs.
#
#TNC NbCh Com MultCh Pacln Maxfr NbFwd MxBloc M/P-Fwd Mode  Freq
 0   0    0   0      0     0     0     0      00/01   ----  File-fwd.
 1   6    1   4     236    3     4     10     30/60   XUWY  Linux
 2   8    2   1     250    2     1     10     00/60   TUWY  Telnet 
 3   4    3   3     236    2     1     10     30/60   XUWL   covfwd
 4   4    4   11    236    2     1     10     30/60   XUWLY  netrom
#
# End of file.
#

Reply via email to