; This is startup for paret.w0rli ; *** Conditional startup. Set home true ; What TNCs are connected? Set de56a true Set de56b true Set kpc1 true Set rtegresh false ; *** Basic setup. ; System identification: ; host name, IP address, AX.25 and NET/ROM callsigns: ip address 44.116.1.7 domain name pareta.w0rli.ampr.org mbox haddress w0rli.or.usa.noam ax25 bbscall rlimba:w0rli-2 ; BBS callsign and outgoing connects. ax25 mycall pareta:w0rli-3 ; Node call. log expire on log ftp on ;log http on ;log nntp on log pop on log proc on log rt on expire bull 15 netrom minqual 83 nw avoid w1ngl-2 nw avoid wb7awl-10 netrom ignorebc ax4 ka7upd-1 netrom ignorebc ax4 w7trr-1 If home domain add hank 5 Else domain add cedar 10 EndIf mbox lid w1ngl mbox lid wa7v mbox lid n7fsp netrom ignore w1ngl-1 netrom ignore w1ngl-2 netrom ignore w1ngl-3 netrom ignore w1ngl-4 netrom ignore n7fsp-10 ; *** Interfaces. ; Ethernet. attach packet et1 0x60 1520 ifconfig description et1 "House Ethernet" ifconfig netmask et1 255.255.255.224 attach bpqenet ax1 0x60 256 ifconfig description ax1 "House Ethernet" ax25 speed ax1 64000 ; Serial ports. attach com s1 0xd800 10 1280 64 9600 950 ifconfig description s1 "s1" attach com s2 0xd808 10 1280 64 19200 950 ifconfig description s2 "s2" attach com s3 0x3f8 4 1280 64 19200 ifconfig description s3 "s3" attach com s4 0x2f8 3 1280 64 9600 ifconfig description s4 "s4" ; Kantronics Data Engine. If de56a attach kiss ax2 s1 0 256 ifconfig description ax2 "441.500 to CEDAR, 9600 baud" ax25 speed ax2 9600 kiss TxDelay ax2 150 attach kiss ax3 s1 1 256 ifconfig description ax3 "434.950 to PDX7, 9600 baud" ax25 speed ax3 9600 ax25 quality ax3 220 EndIf ; Kantronics Data Engine. If de56b attach kiss ax4 s2 0 256 ifconfig description ax4 "430.550 to BVRCRK, 9600 baud" ax25 speed ax4 9600 attach kiss ax5 s2 1 256 ifconfig description ax5 "424.750 to WVILLE, 9600 baud" ax25 speed ax5 9600 EndIf ; Kantronics KPC9612. If kpc1 attach xkiss ax6 s3 0 256 ifconfig description ax6 "145.530 to HCKNSN, 1200 baud" ;ifconfig mtu ax6 160 ax25 speed ax6 1200 attach xkiss ax7 s3 1 256 ifconfig description ax7 "No Radio, 9600 baud" ax25 speed ax7 9600 EndIf ;attach kiss ax8 s4 0 256 ;ifconfig description ax8 "oats" ;ax25 speed ax8 57600 ; *** tcp irtt netrom 30000 ; Monitoring monitor host hank:8003 monitor on ax2 i o t monitor on ax3 i o t monitor on ax4 i o t monitor on ax5 i o t monitor on ax6 i o t monitor on ax7 i o t ; Link RoundTable to these nodes. rt link paret:w0rli-1 ; Start up timed events. cron from 00 to 23 each 10 at 5 "mbox forward" cron from 00 to 23 each 30 at 6 "expire kick" cron from 00 to 23 each 5 at 8 "kiss update" cron from 02 to 02 each 60 at 0 "wp clean" cron from 00 to 23 each 60 at now "netrom bc" cron from 00 to 23 each 30 at 0 "netrom id" cron from 00 to 23 each 20 at 5 "digi send w0rli-1 beacon all beacon1.txt" cron from 00 to 23 each 20 at 15 "digi send w0rli-1 beacon all beacon2.txt" If home cron from 00 to 23 each 60 at 9 "cron sync nist1.datum.com" Else cron from 00 to 23 each 60 at 9 "cron sync cedar" EndIf ; Route information. ; Systems on the house ethernet done via the netmask on et1. ; All non ham radio routes to hank ; Note the "route addp" vs. "route add". ; For the private routes, we expect to get more general routing ; from that system via rip. If home route addp default et1 hank 10 Else route addp default ax2 cedar 10 EndIf If rtegresh arp add greshm netrom ka7agh-1 route addp greshm netrom direct rip add greshm EndIf