Permanent Node Connection: Difference between revisions
imported>Kg7qin Initial page creation |
This page was wrong for ASL and the links was dead. |
||
Line 1: | Line 1: | ||
The following information will make your connection to another AllStarLink node persistent (permanent). | The following information will make your connection to another AllStarLink node persistent (permanent). Permanent connects survive network outages and far end reboots. However they do not automatically reconnect when commanded to disconnect by either end. | ||
=Configuration= | =Configuration= | ||
The following commands should already exist in ASL 2.0 rpt.conf file under your '''[functions]''' stanza: | |||
<pre> | <pre> | ||
; Permanent link | ; Permanent link | ||
81=ilink,11 ; Permanent link disconnect | |||
82=ilink,12 ; Permanent link receive | |||
83=ilink,13 ; Permanent link transcieve | |||
</pre> | </pre> | ||
If you would like a permanent connect automatically when your node boots you need a startup_macro. Under your node stanza (i.e., [XXXXX] where XXXX = your node number), usually near the end your will find a commented blank '''startup_macro='''. Uncomment it (or add): | |||
<pre> | <pre> | ||
startup_macro=* | startup_macro=*83NNNNN | ||
</pre> | </pre> | ||
Where '''NNNNN | Where '''NNNNN''' is the node you wish to automatically connect. | ||
Reload/restart your system and it will auto connect to the node you specified above. | Reload/restart your system and it will auto connect to the node you specified above. | ||
[[Category:How to]] | [[Category:How to]] |
Revision as of 06:43, 16 January 2022
The following information will make your connection to another AllStarLink node persistent (permanent). Permanent connects survive network outages and far end reboots. However they do not automatically reconnect when commanded to disconnect by either end.
Configuration
The following commands should already exist in ASL 2.0 rpt.conf file under your [functions] stanza:
; Permanent link 81=ilink,11 ; Permanent link disconnect 82=ilink,12 ; Permanent link receive 83=ilink,13 ; Permanent link transcieve
If you would like a permanent connect automatically when your node boots you need a startup_macro. Under your node stanza (i.e., [XXXXX] where XXXX = your node number), usually near the end your will find a commented blank startup_macro=. Uncomment it (or add):
startup_macro=*83NNNNN
Where NNNNN is the node you wish to automatically connect.
Reload/restart your system and it will auto connect to the node you specified above.