keeping connections permanent
Hi how do I make my connections between my nodes permanent. they seem to drop from time to time. Chris
You need to use the so-called permalink type of linking This are ilink 11,12 and 13 The function numbers may be different on your system 71=ilink,11 ; permalink disconnect 72=ilink,12 ; permalink connect monitor only 73=ilink,13 ; permalink connect transceive Regards Ken From: C B [mailto:harvard5362@yahoo.com] Sent: Saturday, August 24, 2013 9:31 AM To: app_rpt-users@ohnosec.org Subject: [App_rpt-users] keeping connections permanent Hi how do I make my connections between my nodes permanent. they seem to drop from time to time. Chris
Do you need to do it to both ends of the link or only one? ----- Original Message ----- From: Ken To: 'C B' ; app_rpt-users@ohnosec.org Sent: Saturday, August 24, 2013 10:59 AM Subject: Re: [App_rpt-users] keeping connections permanent You need to use the so-called permalink type of linking This are ilink 11,12 and 13 The function numbers may be different on your system 71=ilink,11 ; permalink disconnect 72=ilink,12 ; permalink connect monitor only 73=ilink,13 ; permalink connect transceive Regards Ken From: C B [mailto:harvard5362@yahoo.com] Sent: Saturday, August 24, 2013 9:31 AM To: app_rpt-users@ohnosec.org Subject: [App_rpt-users] keeping connections permanent Hi how do I make my connections between my nodes permanent. they seem to drop from time to time. Chris __________ Information from ESET NOD32 Antivirus, version of virus signature database 8724 (20130824) __________ The message was checked by ESET NOD32 Antivirus. http://www.eset.com ------------------------------------------------------------------------------ _______________________________________________ App_rpt-users mailing list App_rpt-users@ohnosec.org http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users __________ Information from ESET NOD32 Antivirus, version of virus signature database 8724 (20130824) __________ The message was checked by ESET NOD32 Antivirus. http://www.eset.com __________ Information from ESET NOD32 Antivirus, version of virus signature database 8724 (20130824) __________ The message was checked by ESET NOD32 Antivirus. http://www.eset.com
On 8/24/2013 4:09 PM, KJ6KO wrote:
Do you need to do it to both ends of the link or only one?
Only one. One thing you may want to consider as you build multiple systems is the concept of a hub (or reflector) and spoke arrangement where you have one allstar node configured as a hub, and use that as the center of your repeater network, where the machines are located on the spokes. This allows you to centralize management of your repeaters as well as ease the consistency and stand-up process (not to mention the flexibility). If you place it on a separate computer, you also reduce the processing overhead; a hub node does no DSP, only routing of the digital signals which is less intensive than decoding, de/pre-emphasizing, and all the attendant folderol to get the signals in and out. It also means, in a well-architected system, that you have one place to go to manage x systems; the repeater nodes do what they have to, and the hub manages who is connected to whom through its own features, capabilities, scripting, and so forth. Asterisk: thinking outside the box for lots of years. And Real Programmers don't write Pascal. Bryan Allstar 27294, 27295, 27673, 27710, 27774, 28254, 28868, etc.
You can do it from EITHER of the two ends. Of course, the two nodes need to be unlinked to start with, or you will probably get an error message. When you link a pair of nodes with the permalink command, you need to use the corresponding permalink disconnect command, not the standard one, to disconnect. GL Ken From: KJ6KO [mailto:kj6ko@innercite.com] Sent: Saturday, August 24, 2013 4:10 PM To: Ken; 'C B'; app_rpt-users@ohnosec.org Subject: Re: [App_rpt-users] keeping connections permanent Do you need to do it to both ends of the link or only one? ----- Original Message ----- From: Ken <mailto:ke2n@cs.com> To: 'C B' <mailto:harvard5362@yahoo.com> ; app_rpt-users@ohnosec.org Sent: Saturday, August 24, 2013 10:59 AM Subject: Re: [App_rpt-users] keeping connections permanent You need to use the so-called permalink type of linking This are ilink 11,12 and 13 The function numbers may be different on your system 71=ilink,11 ; permalink disconnect 72=ilink,12 ; permalink connect monitor only 73=ilink,13 ; permalink connect transceive Regards Ken From: C B [mailto:harvard5362@yahoo.com] Sent: Saturday, August 24, 2013 9:31 AM To: app_rpt-users@ohnosec.org Subject: [App_rpt-users] keeping connections permanent Hi how do I make my connections between my nodes permanent. they seem to drop from time to time. Chris __________ Information from ESET NOD32 Antivirus, version of virus signature database 8724 (20130824) __________ The message was checked by ESET NOD32 Antivirus. http://www.eset.com _____ _______________________________________________ App_rpt-users mailing list App_rpt-users@ohnosec.org http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users __________ Information from ESET NOD32 Antivirus, version of virus signature database 8724 (20130824) __________ The message was checked by ESET NOD32 Antivirus. http://www.eset.com __________ Information from ESET NOD32 Antivirus, version of virus signature database 8724 (20130824) __________ The message was checked by ESET NOD32 Antivirus. http://www.eset.com
As Ken pointed out you must use the ilink commands. you can also change the 71 to something like 01 as long as it doesn't start with a number that's already used in your ilink list. Place the ilink commands under the node stanza your wanting to use the permamemt link commands with. Don't forget to reload your configuration files after you edit the stanza. I commented out the ;0=autopatchdn ; Autopatch down because it starts with 0.[functions] 01=ilink,11 02=ilink,12 03=ilink,13 1=ilink,1 2=ilink,2 3=ilink,3 4=ilink,4 5=macro,1 70=ilink,5 71=ilink,6 72=ilink,7 73=ilink,15 74=ilink,16 75=ilink,8 80=status,1 81=status,2 6=autopatchup,noct=1,farenddisconnect=1,dialtime=20000 ; Autopatch up ;0=autopatchdn ; Autopatch down ;989=cop,4 980=status,3 99=cop,6 ________________________________ From: Ken <ke2n@cs.com> To: 'C B' <harvard5362@yahoo.com>; app_rpt-users@ohnosec.org Sent: Saturday, August 24, 2013 1:59 PM Subject: Re: [App_rpt-users] keeping connections permanent You need to use the so-called permalink type of linking This are ilink 11,12 and 13 The function numbers may be different on your system 71=ilink,11 ; permalink disconnect 72=ilink,12 ; permalink connect monitor only 73=ilink,13 ; permalink connect transceive Regards Ken From:C B [mailto:harvard5362@yahoo.com] Sent: Saturday, August 24, 2013 9:31 AM To: app_rpt-users@ohnosec.org Subject: [App_rpt-users] keeping connections permanent Hi how do I make my connections between my nodes permanent. they seem to drop from time to time. Chris _______________________________________________ App_rpt-users mailing list App_rpt-users@ohnosec.org http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users
participants (5)
-
Bryan D. Boyle -
C B -
Johnny Keeker -
Ken -
KJ6KO