; This is startup for ecwash.n7ogm ; *** Conditional startup. Set kpc1 true Set doax1 false ; *** Basic setup. ; System identification: ; host name, IP address, AX.25 and NET/ROM callsigns: ip address 44.116.3.97 domain name ecwash.n7ogm.ampr.org. mbox haddress n7ogm.or.usa.noam ax25 bbscall ecmmb:n7ogm ; BBS callsign and outgoing connects. ax25 mycall ecwash:n7ogm-1 ; Node call. domain translate off ; Show IP addresses instead of domain names. domain add cedar ; *** Interfaces. ; House Ethernet. attach packet 0x60 et1 1520 ifconfig description et1 "House Ethernet" ifconfig netmask et1 255.255.255.224 ifconfig broadcast et1 44.116.3.127 tcp window et1 8192 tcp retries et1 20 ; BPQENET. If doax1 attach bpqenet 0x60 ax1 256 240 ifconfig description ax1 "House Ethernet" ax25 maxframe ax1 7 ax25 maxframee ax1 20 ax25 speed ax1 64000 EndIf ; Serial ports. ;attach com com1 0x3f8 4 1024 64 19200 ;ifconfig description com1 "com1" attach com com2 0x2f8 3 1024 64 19200 ifconfig description com2 "com2" ; Kantronics KPC9612. if kpc1 attach kiss ax2 com2 0 256 192 a ifconfig description ax2 "144.98 1200 baud user port" ax25 speed ax2 1200 kiss TxDelay ax2 300 kiss Persist ax2 255 kiss SlotTime ax2 100 kiss TxTail ax2 30 kiss FullDup ax2 0 attach kiss ax3 com2 1 256 224 a ifconfig description ax3 "430.550 to ARESWC:N7QQU" ax25 speed ax3 9600 kiss TxDelay ax3 80 kiss Persist ax3 255 kiss SlotTime ax3 100 kiss TxTail ax3 20 kiss FullDup ax3 0 endif ; *** tcp irtt netrom 30000 digi echo id,beacon all other ; Monitoring trace host win.n7ogm.ampr.org:8002 trace show ax2 i o m trace show ax3 i o m ; Link RoundTable to these nodes. rt link cedar:k7iqi-1 rt link ARESWC:n7qqu-1 ; All definitions and parameter settings are done. ; Start network services. start ; 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 30 at 0 "netrom id" cron from 00 to 23 each 20 at 5 "digi send n7ogm-1 beacon all beacon.txt" ; Do commands that use the network. ; Route information. ; Systems on the house ethernet done via the netmask on et1. ; All non ham radio routes to holly ; Note the "route addp" vs. "route add". ; For the private routes, we expect to get more general routing ; from that system via rip. ;route addp default et1 holly ; Populate our routing table. ; Send our routing table. arp poll wait 5 rip request wait 5 rip kick ; Broadcast our node list. netrom bcnodes