Changes

Jump to navigation Jump to search
1,000 bytes added ,  2 years ago
no edit summary
Line 1: Line 1: −
= AllStar Node Number Extensions =
+
[[Category:How to]]
 +
AllStar Node Number Extensions
    
A Node Number Extension is a method to expand any issued node number to as many as ten node numbers.  The reasons for this are to allow users to assign themselves sequential node numbers while preserving and expanding valuable node number space. The concept is very simple; allow users to optionally expand the length of any of their node numbers by one digit.
 
A Node Number Extension is a method to expand any issued node number to as many as ten node numbers.  The reasons for this are to allow users to assign themselves sequential node numbers while preserving and expanding valuable node number space. The concept is very simple; allow users to optionally expand the length of any of their node numbers by one digit.
Line 61: Line 62:     
== rpt.conf ==
 
== rpt.conf ==
The node number must be changes on two lines in rpt.conf
+
The node number must be changed on two lines in rpt.conf. First change the node number stanza title.
 
<pre>
 
<pre>
[xxxxx0]                              ; node stanza  
+
[xxxxx0]                              ; node stanza title. Replace xxxxx with your original node number.
rxchannel=DAHDI/pseudo              ; Rx audio/signalling channel
+
rxchannel=DAHDI/pseudo              ; Example Rx audio/signalling channel. There is no need to change what you have.
 
</pre>
 
</pre>
   −
and
+
and then change the nodes stanza
    
<pre>
 
<pre>
 
[nodes]
 
[nodes]
; Note, if you are using automatic update for allstar link nodes,
+
xxxxx0 = radio@127.0.0.1:pppp/xxxxx0,NONE   ; replace xxxxx with your original node number. If :pppp (the port number) exists do not change
; no allstar link nodes should be defined here. Only place a definition
  −
; for your locak nodes, and private (off of allstar link) nodes here.
  −
xxxxx0 = radio@127.0.0.1/xxxxx0,NONE
   
</pre>
 
</pre>
    
== extensions.conf ==
 
== extensions.conf ==
The change in this file can vary depending on the vintage/distro of your node. But typically you modify this one line:
+
The change in extensions.conf can vary depending on the vintage/distro of your node. But typically you modify this one line:
 
<pre>
 
<pre>
 
[globals]
 
[globals]
 
HOMENPA=714
 
HOMENPA=714
NODE=xxxxx0        ; modify this line
+
NODE=xxxxx0        ; Modify this line. Replace xxxxx with your original node number.
    
[default]
 
[default]
Line 88: Line 86:     
[radio-secure]
 
[radio-secure]
exten => _XXXX!,n,rpt,${EXTEN}
+
exten => _XXXX!,n,rpt,${EXTEN}   ; the upper case X is required syntax, do not change.
 +
</pre>
 +
 
 +
If the radio-secure stanza looks more like this, then change it.
 +
<pre>
 +
[radio-secure]
 +
exten => xxxxx0,1,rpt,xxxxx0
 
</pre>
 
</pre>
    
== iax.conf ==
 
== iax.conf ==
 +
In this example nnnnn is used to indicate your original node number. Just add a zero as above.
 +
 +
For ASL registration:
 
<pre>
 
<pre>
register=xxxxx0:password@register.allstarlink.org
+
register=nnnnn0:password@register.allstarlink.org
 +
</pre>
 +
 
 +
HamVoIP registration will look like this:
 +
<pre>
 +
register=nnnnn0#pppp:password@register.hamvoip.org  ; where #pppp is the port, the # is required syntax, do not change
 
</pre>
 
</pre>
    
That's it! Now restart your node for the changes to take effect. Make sure your new node number is registered and can connect.
 
That's it! Now restart your node for the changes to take effect. Make sure your new node number is registered and can connect.
 +
 +
= Add Subsequent NNX Node(s) =
 +
If you want to add another node to the same server server, the process is exactly the same as [[Two_Nodes_on_One_Server]].
 +
 +
If you want to add an NNX node to a new server, the process is no different than building a new server, or exactly the same as [[Media:ASL two servers one netwrok.pdf|PDF explaining how to have two servers behind a NAT router.]]

Navigation menu