On Tue, 9 Feb 1999, Hamish Moffatt wrote:

} On Mon, Feb 08, 1999 at 06:37:49PM +0000, Gareth Rowlands wrote:
} > On Tue, 9 Feb 1999 00:18:58 +1100, [EMAIL PROTECTED] said:
} > > NET/ROM port netrom bound to device nr0
} > > nrconfig: port netrom not active
} > > netromd: no NET/ROM ports defined
} > 
} > Try after the nrattach line:
} > 
} > /sbin/ifconfig nr0 44.xxx.xxx.xxx netmask 255.255.255.255
} 
} Karl: no ax25-utils changes were needed hree. Can you post your startup scripts 
perhaps?

Hi Hamish, interesting. My ax25 tools are from the Red Hat rpm file and
work just fine with the old kernel. Here it is:

#!/bin/sh
#
# start file for the k5di ax25 system
#
echo " Erase the ifconfig nr0 entry.."
ifconfig nr0 down
#
echo "Attaching ax.25 interfaces..."
#
/usr/sbin/kissattach -i 44.30.2.5 -m 512 /dev/ttyS2 ax0
/usr/bin/sleep 1
/usr/sbin/kissattach -i 44.30.2.5 -m 512 /dev/ttyS3 ax1

#
echo "Start All Services..."
/usr/bin/sleep 1
/usr/sbin/nrattach -i 44.30.2.5 netrom
/usr/sbin/nrattach -i 44.30.2.5 netbbs
/usr/sbin/nrattach -i 44.30.2.5 netnod
/usr/sbin/nrattach -i 44.30.2.5 netdx
/usr/sbin/nrattach -i 44.30.2.5 netunix
/usr/bin/sleep 1
/usr/sbin/ax25d > /dev/null 2> /dev/null &
/usr/sbin/netromd -i  &
/usr/bin/sleep 1
echo " Form the IP route table "
#
ifconfig ax0 broadcast 44.30.2.255
/usr/bin/sleep 1
ifconfig ax1 broadcast 44.30.2.255
/usr/bin/sleep 1
ifconfig nr0 broadcast 44.30.2.255
#
route add -net 44.30.2.131 netmask 255.255.255.255 nr0
route add -net 44.77.0.100 netmask 255.255.255.255 ax0
route add -net 44.30.2.3   netmask 255.255.255.255 ax1
route add -net 44.30.2.34  netmask 255.255.255.255 ax0
route add -net  44.30.2.56 netmask 255.255.255.255 gw 44.30.2.3 ax1
route add -net 44.30.2.57 netmask 255.255.255.255 gw 44.30.2.3 ax1
route add -net 44.124.0.0 netmask 255.255.0.0 gw 44.30.2.131
route add -net 44.30.2.128 netmask 255.255.255.128 gw 44.30.2.131
route add -net 44.77.0.0 netmask 255.255.0.0 gw elp 
route add -net 44.0.0.0 netmask 255.0.0.0 gw 44.30.2.34

#
echo " Form the ARP IP table "
arp -H netrom -s 44.30.2.131 wy5g-1
arp -H ax25 -s 44.77.0.100 k5elp-2
arp -H ax25 -s 44.30.2.34 w5gb-7
arp -H ax25 -s 44.30.2.3 k5di-2
#
echo " Set up the AX.25 paramters"
/usr/bin/sleep 1
echo 4 > /proc/sys/net/ax25/ax0/standard_window_size
echo 234 > /proc/sys/net/ax25/ax0/maximum_packet_length
echo 234 > /proc/sys/net/ax25/ax1/maximum_packet_length
echo 4 > /proc/sys/net/ax25/ax1/standard_window_size
echo 224 > /proc/sys/net/netrom/default_path_quality
#
echo "Load the old Node Table"
# /root/nodes.save
mheardd -f -n25 &
#

        I hope you can catch someting...:-)


} 
} Hamish
} -- 
} Hamish Moffatt       Mobile: +61 412 011 176       [EMAIL PROTECTED]

Best wishes 

         - Karl F. Larsen, [EMAIL PROTECTED]  (505) 524-3303  -

Reply via email to