; This is startup for wceoc.wc7eoc ; *** 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.33 domain name wceoc.wc7eoc.ampr.org. mbox haddress wc7eoc.or.usa.noam ax25 bbscall wcbbs:wc7eoc ; BBS callsign and outgoing connects. ax25 mycall wceoc:wc7eoc-1 ; Node call. domain translate off ; Show IP addresses instead of domain names. domain add cedar expire bull 15 wp update pdx netrom minqual 83 ; *** Interfaces. ; House Ethernet. attach packet et1 0x60 1520 ifconfig description et1 "Local Ethernet" ifconfig netmask et1 255.255.255.224 ;ifconfig broadcast et1 44.116.3.63 tcp window et1 8192 tcp retries et1 20 ; BPQENET. If doax1 attach bpqenet ax1 0x60 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 xkiss ax2 com1 0 256 192 a ifconfig description ax2 "144.94 User Port 1200 baud" 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 xkiss ax3 com1 1 256 224 a ifconfig description ax3 "434.000 to WAN 9600 baud" ifconfig mtu ax3 160 ax25 speed ax3 9600 kiss TxDelay ax3 300 kiss Persist ax3 255 ;kiss SlotTime ax3 100 kiss TxTail ax3 30 kiss FullDup ax3 0 endif ; *** tcp irtt netrom 30000 digi echo id,beacon,aprs all others ; netrom ignorebc k7iqi-1 ; Monitoring monitor host win.wc7eoc.ampr.org:8002 monitor on ax2 i o t monitor on ax3 i o t ; Link RoundTable to these nodes. rt link ecwash:n7ogm-1 rt link areswc:n7qqu-1 ; All definitions and parameter settings are done. ; Start network services. ; 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 60 at now "netrom bc" cron from 00 to 23 each 60 at 25 "cron sync ecwash" cron from 00 to 23 each 20 at 5 "digi send wc7eoc-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.