#! /bin/sh

ifconfig eth0 down

axattach -s 9600 /dev/ttyS2 g4klx-1 &
sleep 1
ifconfig sl0 44.131.4.1 arp mtu 236

axattach -s 9600 /dev/ttyS3 g4klx-2 &
sleep 1
ifconfig sl1 44.131.4.2 arp mtu 236

ifconfig nr0 44.131.4.5 hw netrom g4klx

route del default
route add default sl1

arp -t netrom -s 44.131.4.7 g4klx-3
route add 44.131.4.7 sl1
nrparms -nodes g4klx-3 + port 120 6 sl1 g4klx-3

ifconfig eth0 44.131.4.10 arp
route add 44.131.4.11 eth0
arp -t ax25 -s 44.131.4.10 g4klx-10

exit 0
