; This is startup for hcknsn.n7yss.ampr.org ; Set it true to use the tnc, set it false to use ; the com port to fix the tnc parameters. ;KPC-9612 on com1 ;KPC-9612 on com2 Set tnc1 true Set tnc2 true ; Local addresses and names. ; ; 44.116.4.16 hcknsn.n7yss.ampr.org ; 44.116.4.17 laptop.n7yss.ampr.org ; System identification: ; host name, IP address, AX.25 and NET/ROM callsigns: ip address 44.116.4.16 domain name hcknsn.n7yss.ampr.org. mbox haddress n7yss.wa.usa.noam ax25 bbscall yssmb:n7yss ax25 mycall hcknsn:n7yss-1 domain translate off ; Show IP addresses instead of domain names. expire bulletin 30 monitor hsize 20 wp update pdx ; House Ethernet. attach packet et1 0x60 1520 ifconfig description et1 "House Ethernet" ifconfig netmask et1 255.255.255.0 ; BPQENET. attach bpqenet ax1 0x60 256 ifconfig description ax1 "House Ethernet" ax25 speed ax1 64000 attach com com1 0x3f8 4 1280 64 9600 ifconfig description com1 "COM1" attach com com2 0x2f8 3 1280 64 9600 ifconfig description com2 "COM2" ;KPC-9612 If tnc1 attach xkiss ax2 com1 0 256 ifconfig description ax2 "145.53, 1200 baud" ax25 speed ax2 1200 attach xkiss ax3 com1 1 256 ifconfig description ax3 "438.850 to GOBLE node, 9600 baud" ax25 speed ax3 9600 kiss TxDelay ax3 150 EndIf ; KPC 9612, #2 If tnc2 attach xkiss ax4 com2 0 256 ifconfig description ax4 "144.99, 1200 baud" ax25 speed ax4 1200 attach xkiss ax5 com2 1 256 ifconfig description ax5 "438.075/433.075 (rx/tx) to #AST5, 9600 baud" ax25 speed ax5 9600 ax25 quality ax5 200 kiss TxDelay ax5 90 EndIf ; Route information. ; Fixed route to AST. arp add ast netrom w7fbm-1 route add ast netrom direct rip add ast ; Fixed route to VRNONA. arp add vrnona netrom w7ver-1 route addp vrnona netrom direct rip add vrnona ; Link RoundTable to these nodes. rt link paret:w0rli-1 rt link kelso:wa7sjn-1 rt link ast:w7fbm-1 rt link vervfd:w7ver-1 ;digi echo id,mail,beacon,aprs all other ; 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 30 at 0 "netrom id" cron from 00 to 23 each 60 at now "netrom bc" cron from 00 to 23 each 15 at 13 "digi send n7yss-1 beacon all beacon1.txt" cron from 00 to 23 each 60 at 10 "cron sync paret" ;mon show mon on ax2 text in out mon on ax3 text in out mon on ax4 text in out mon on ax5 text in out