David, I do not see/understand how your example is materially different from what I have configured ... ?? --------------------------Message: 2 Date: Sun, 22 Jul 2018 14:11:31 -0700 From: David Shaw <shawpbx@gmail.com> To: Users of Asterisk app_rpt <app_rpt-users@lists.allstarlink.org> Subject: Re: [App_rpt-users] Private Node - Connection Failed Message-ID: <CAH4Rvb+gWzcaX4FEETEezQAd+JLZ73t+SHENW6AzT0U24b+gcQ@mail.gmail.com> Content-Type: text/plain; charset="utf-8" examples: [nodes] 110=radio@127.0.0.1/110,NONE ; My node on this computer (local) 111=radio@some.node.com/111,some.node.com ; My friends repeater (remote) ------------------------------I sent: ....In /etc/asterisk/rpt.conf on the existing node, add lines: [nodes] ; 1085 is the new/added private node number for existing public node 1085 = radio@127.0.0.1/1085,NONE,y ; 1002 is the new private node 1002 = radio@192.168.10.96/1002,NONE,y In /etc/asterisk/rpt.conf on the new private node (same network), add lines: [nodes] ; 1085 is the new/added private node number for existing public node on same LAN1085 = radio@192.168.10.76/1085,NONE,y ; 1002 is this new private node? 192.168.10.96 on LAN)1002 = radio@127.0.0.1/1002,NONE,y