[arm-allstar] Private nodes

Bill Kittilson bill at kittilson.com
Thu Aug 8 19:56:57 EDT 2019


Thanks Doug!  I didn't need to set up a  private  node after all.. Just
needed the internal routing setup.

73 N3JHS Bill


On Thu, Aug 8, 2019 at 6:33 PM "Doug Crompton via ARM-allstar" <
arm-allstar at hamvoip.org> wrote:

> Bill,
>
>  There is a howto on this but here it is in a nutshelll. Say you have these
> two nodes on different servers (IP's)
>
> Node 40000   IP 192.168.1.100  iax port 4569
> Node 1000     IP 1192.168.1.101  iax port 4568
>
> You want these two to talk to each other on your LAN. You have two choices
> if your router has hairpin loopback. Most modern routers do. In that case
> port forwarding each one would allow the router to know that when you went
> to that port it would go to the proper local IP address.
>
> If you do not want to do that or your router does not support it you can
> manually route. Allstar requires a valid route at BOTH ends to the other
> end to connect.
>
> In this case -
>
> Node 40000 rpt,conf
>
> [nodes]
> 1000 = radio at 192.168.1.101:4568/1000,NONE
> Plus other entries already there
>
>
> Node 1999 rrpt.conf
>
> 40000 = radio at 192.168.1.100:4569/40000,NONE
> Plus other entries already there
>
> If you have multiple servers each one would have to have entries to all the
> others that were not public if you wanted to connect any two of them
> together.
>
>
> *73 Doug*
>
> *WA3DSP*
>
> *http://www.crompton.com/hamradio <http://www.crompton.com/hamradio>*
>
> On Thu, Aug 8, 2019 at 6:22 PM "Bill Kittilson via ARM-allstar" <
> arm-allstar at hamvoip.org> wrote:
>
> > What would the routing look like?
> >
> > > On Aug 8, 2019, at 6:09 PM, Doug Crompton <wa3dsp at gmail.com> wrote:
> > >
> > > Bill,
> > >
> > >  Every Hamvoip node when first setup has two private nodes one of which
> > you usually make public. The other 1999 is private. You can leave it at
> > that node number or set it to anything between 1000 and 1999. You do have
> > to do this manually. If you want to change the number change all
> > occurrences of 1999 to the new number in BOTH rpt.conf and
> extensions.conf.
> > Nothing changes in iax.conf.  The $NODE1 parameter is the node number of
> > the first node and should not be changed.
> > >
> > > Both would have the 127.0.0.1 in the [nodes] stanza of rpt.conf and
> > should connect fine either way on that server. If you want to connect
> from
> > or to another server on your LAN you must put the routing to each other
> in
> > both [nodes] stanzas.
> > >
> > > This is another feature the Hamvoip registration server will have soon
> > eliminating the need to riute all your private nodes as it will have
> > private node registration for your call and password key protected.
> > >
> > > 73 Doug
> > > WA3DSP
> > > http://www.crompton.com/hamradio
> > >
> > >
> > >> On Thu, Aug 8, 2019 at 5:26 PM Bill Kittilson <bill at kittilson.com>
> > wrote:
> > >> I wanted a Private node and a public node on the same server.  Is this
> > possible?
> > >> I moved a couple server from the cloud and now I can’t connect to them
> > from my everyday node that’s at the house.  I figured it was because it’s
> > trying to go out to the internet and back in.  I figure I would have to
> > make a private node to keep it from going out to the internet and back
> in.
> > >>
> > >> Thanks
> > >> Bill
> > >>
> > >> > On Aug 8, 2019, at 5:14 PM, Doug Crompton via ARM-allstar <
> > arm-allstar at hamvoip.org> wrote:
> > >> >
> > >> > Bill,
> > >> >
> > >> > Is this node 1000 stand-alone on a server? The easiest way to set it
> > up
> > >> > would be to run the setup and specify a private node. The setup
> makes
> > one
> > >> > minor mistake when setting up a private node - it adds a
> registration
> > line
> > >> > with no password which is meaningless and causes no harm but should
> be
> > >> > removed.  Just comment it out in iax.conf wonce you are setup.
> > >> >
> > >> >
> > >> > *73 Doug*
> > >> >
> > >> > *WA3DSP*
> > >> >
> > >> > *http://www.crompton.com/hamradio <http://www.crompton.com/hamradio
> >*
> > >> >
> > >> > On Thu, Aug 8, 2019 at 4:55 PM "Bill Kittilson via ARM-allstar" <
> > >> > arm-allstar at hamvoip.org> wrote:
> > >> >
> > >> >> I am having trouble configuring a private node.  Here what I added.
> > >> >> rpt.conf
> > >> >> [1000]
> > >> >> bunch of stuff ...
> > >> >> [nodes]
> > >> >> 1000 = radio at 127.0.0.1:4568/1000,NONE
> > >> >>
> > >> >>
> > >> >> Extentions file
> > >> >> [globals]
> > >> >>
> > >> >> NODE1 = 1000
> > >> >>
> > >> >> [default]
> > >> >>
> > >> >> exten => i,1,Hangup
> > >> >>
> > >> >> [radio-secure]
> > >> >> exten => ${NODE},1,rpt,${NODE}
> > >> >> exten => ${NODE1},1,rpt,${NODE1}
> > >> >>
> > >> >>
> > >> >> The from the other node that im trying to connect from  I added
> > >> >> RPT
> > >> >> 1000 = radio at 192.168.1.23:4568/1000,NONE
> > >> >>
> > >> >> I think I am  missing something in aix.conf?
> > >> >>
> > >> >> Thanks
> > >> >> Bill N3JHS
> > >> >> _______________________________________________
> > >> >>
> > >> >> ARM-allstar mailing list
> > >> >> ARM-allstar at hamvoip.org
> > >> >> http://lists.hamvoip.org/cgi-bin/mailman/listinfo/arm-allstar
> > >> >>
> > >> >> Visit the BBB and RPi2/3 web page - http://hamvoip.org
> > >> >>
> > >> > _______________________________________________
> > >> >
> > >> > ARM-allstar mailing list
> > >> > ARM-allstar at hamvoip.org
> > >> > http://lists.hamvoip.org/cgi-bin/mailman/listinfo/arm-allstar
> > >> >
> > >> > Visit the BBB and RPi2/3 web page - http://hamvoip.org
> > _______________________________________________
> >
> > ARM-allstar mailing list
> > ARM-allstar at hamvoip.org
> > http://lists.hamvoip.org/cgi-bin/mailman/listinfo/arm-allstar
> >
> > Visit the BBB and RPi2/3 web page - http://hamvoip.org
> _______________________________________________
>
> ARM-allstar mailing list
> ARM-allstar at hamvoip.org
> http://lists.hamvoip.org/cgi-bin/mailman/listinfo/arm-allstar
>
> Visit the BBB and RPi2/3 web page - http://hamvoip.org


More information about the ARM-allstar mailing list