; This is startup for kd7rfj ; *** 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.225 domain name psvnod.kd7rfj.ampr.org. mbox haddress kd7rfj.or.usa.noam ax25 bbscall psvbbs:kd7rfj ; BBS callsign and outgoing connects. ax25 mycall psvnod:kd7rfj-1 ; Node call. domain translate off ; Show IP addresses instead of domain names. domain add cedar wp update pdx ; *** 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.255 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" ; Kantronics KPC9612. if kpc1 attach kiss ax2 com1 0 256 192 a ifconfig description ax2 "145.550 1200 baud for LAN/User connection" ax25 speed ax2 1200 kiss TxDelay ax2 250 kiss Persist ax2 255 kiss SlotTime ax2 100 kiss TxTail ax2 30 kiss FullDup ax2 0 attach kiss ax3 com1 1 256 224 a ifconfig description ax3 "434.00 9600 baud to WAN/Network" ax25 speed ax3 9600 kiss TxDelay ax3 350 kiss Persist ax3 255 kiss SlotTime ax3 100 kiss TxTail ax3 30 kiss FullDup ax3 0 endif ; *** tcp irtt netrom 30000 ; Stealth Digipeating ; Plain-language translation of: ; ; digi echo id,mail,beacon,aprs all other ; ; Repeat any UI frames you hear if they are to id,mail,beacon or aprs, ; listen for them on all interfaces and repeat each one on all ; interfaces other than the one on which they were heard. Add ; the node callsign to the digipeater list in each frame. ; ; You can supply a list of interfaces instead of "all" or "other". ; e.g. if you only wanted stealth digipeating to listen on a few ports ; you could use "ax2,ax4,ax7" for example instead of "all". ; ; You can do quite fine grain control over what goes where. ; i.e. you could digi the APRS frames only between interfaces ; where there are people interested in them. digi echo beacon ax2 ax3, ax2 ; Monitoring monitor host win.kd7rfj.ampr.org:8002 monitor on ax2 text in out monitor on ax3 text in out ; Link RoundTable to these nodes. rt link wceoc:wc7eoc-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 60 at 30 "cron sync k7iqi.ampr.org" cron from 00 to 23 each 20 at 5 "digi send kd7rfj-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