<div dir="ltr"><div class="gmail_default" style="font-family:comic sans ms,sans-serif;font-size:small">Thanks Kevin. The fog is starting to lift HI HI! Makes sense now. I'll try tonight to see if defining the Echolink node number here helps. Can't seem to connect to the EL node from outside, but can Allstar->EL Test server OK. 5198 and 5199 are listening on Netstat -L. The Win7 EL app can also contact the test node and Firewall Test checks instantly. This connectivity issue is getting grating.</div><div class="gmail_default" style="font-family:comic sans ms,sans-serif;font-size:small">Thanks again, Ill keep plugging.</div><div class="gmail_default" style="font-family:comic sans ms,sans-serif;font-size:small">Duane</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Nov 11, 2016 at 12:00 PM,  <span dir="ltr"><<a href="mailto:app_rpt-users-request@ohnosec.org" target="_blank">app_rpt-users-request@ohnosec.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Send App_rpt-users mailing list submissions to<br>
        <a href="mailto:app_rpt-users@ohnosec.org">app_rpt-users@ohnosec.org</a><br>
<br>
To subscribe or unsubscribe via the World Wide Web, visit<br>
        <a href="http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users" rel="noreferrer" target="_blank">http://ohnosec.org/cgi-bin/<wbr>mailman/listinfo/app_rpt-users</a><br>
or, via email, send a message with subject or body 'help' to<br>
        <a href="mailto:app_rpt-users-request@ohnosec.org">app_rpt-users-request@ohnosec.<wbr>org</a><br>
<br>
You can reach the person managing the list at<br>
        <a href="mailto:app_rpt-users-owner@ohnosec.org">app_rpt-users-owner@ohnosec.<wbr>org</a><br>
<br>
When replying, please edit your Subject line so it is more specific<br>
than "Re: Contents of App_rpt-users digest..."<br>
<br>Today's Topics:<br>
<br>
   1. Rpt.conf [nodes] question (DuaneVT .)<br>
   2. Re: Rpt.conf [nodes] question (Kevin Custer)<br>
<br><br>---------- Forwarded message ----------<br>From: "DuaneVT ." <<a href="mailto:selkie2@comcast.net">selkie2@comcast.net</a>><br>To: <a href="mailto:app_rpt-users@ohnosec.org">app_rpt-users@ohnosec.org</a><br>Cc: <br>Date: Thu, 10 Nov 2016 12:31:43 -0500<br>Subject: [App_rpt-users] Rpt.conf [nodes] question<br><div dir="ltr"><div class="gmail_default" style="font-family:"comic sans ms",sans-serif;font-size:small">Would someone explain the NODES stanza of rpt.conf?</div><div class="gmail_default" style="font-family:"comic sans ms",sans-serif;font-size:small"><br></div><div class="gmail_default" style="font-family:"comic sans ms",sans-serif;font-size:small">[nodes]</div><div class="gmail_default" style="font-family:"comic sans ms",sans-serif">110=<a href="http://radio@127.0.0.1/110,NONE" target="_blank">radio@127.0.0.1/110,NONE</a>                 ; My node on this computer (local)</div><div class="gmail_default" style="font-family:"comic sans ms",sans-serif"><br></div><div class="gmail_default" style="font-family:"comic sans ms",sans-serif">If my public repeater/node is configured to be repeater controller/Allstar/Echolink:</div><div class="gmail_default" style="font-family:"comic sans ms",sans-serif"><ol><li>Should ANYTHING be in [NODES}?<br></li><li>Allstar would be: 42996=<a href="http://radio@127.0.0.1/42996,NONE" target="_blank">radio@127.0.0.1/42996,<wbr>NONE</a>?</li><li>Does the Echolink node be added like Allstar?</li><li>Is 127.0.0.1 ALWAYS the default regardless of router/firewall/IP address?</li></ol><div>I see this template everywhere in the rpt.conf setup with no explanations as to details. Like do ALL nodes, public/private/link/repeater get entered the same way except for node numbers?</div><div><br></div><div>Thanks,</div><div>Duane KA1LM #42996</div></div></div>
<br><br>---------- Forwarded message ----------<br>From: Kevin Custer <<a href="mailto:kuggie@kuggie.com">kuggie@kuggie.com</a>><br>To: "DuaneVT ." <<a href="mailto:selkie2@comcast.net">selkie2@comcast.net</a>>, <a href="mailto:app_rpt-users@ohnosec.org">app_rpt-users@ohnosec.org</a><br>Cc: <br>Date: Thu, 10 Nov 2016 13:03:50 -0500<br>Subject: Re: [App_rpt-users] Rpt.conf [nodes] question<br>
  
    
  
  <div bgcolor="#FFFFFF" text="#000000">
    <div class="m_8630737784882685563moz-cite-prefix">I'll make an attempt.  <br>
      <br>
      42996=<a href="http://radio@127.0.0.1/42996,NONE" target="_blank">radio@127.0.0.1/42996,<wbr>NONE</a> 
      defines the node which resides in your computer is local.  The IP
      address of 127.0.0.1 is local host, and local host resolves to
      this IP.  It's defined so Asterisk knows where on the AllStar
      system this node exists.  In this case - it's local to your
      computer itself.  If there is more than one node instance in a
      single computer, they will be added as well, to 127.0.0.1 local
      host.<br>
      <br>
      Other nodes can be established in this stanza to statically define
      where (in the world) they exist.  Say your node commonly connects
      to another node that has a static IP address.  This address could
      be public or private.  Defining a node and an IP in this stanza
      eliminates the need for the node to resolve (using DNS lookup)
      where the node resides.  This can eliminate nodes not connecting
      to one another if the AllStar nodes resolver system should become
      unreachable.  If a node is defined, it doesn't do the look-up, it
      simply uses the static assignment to attempt the connection. 
      Nodes that are on an Internet connection which are offered public
      IP addresses which change on occasion should not be defined
      statically.  This is the whole reason behind DNS,  As IP's change
      (because the ISP changes them) the system will keep track and
      always know what IP address your node is located at, so others can
      connect to you.<br>
      <br>
      I believe this area only relates to AllStar nodes - not EchoLink
      nodes - BUT I'm not sure about this.<br>
      <br>
      Hope this helps..<br>
      Kevin W3KKC<br>
      <br>
      <br>
      On 11/10/2016 12:31 PM, DuaneVT . wrote:<br>
    </div>
    <blockquote type="cite">
      <div dir="ltr">
        <div class="gmail_default">Would someone explain the
          NODES stanza of rpt.conf?</div>
        <div class="gmail_default"><br>
        </div>
        <div class="gmail_default">[nodes]</div>
        <div class="gmail_default">110=<a href="http://radio@127.0.0.1/110,NONE" target="_blank">radio@127.0.0.1/110,NONE</a>
                          ; My node on this computer (local)</div>
        <div class="gmail_default"><br>
        </div>
        <div class="gmail_default">If my public repeater/node is configured
          to be repeater controller/Allstar/Echolink:</div>
        <div class="gmail_default">
          <ol>
            <li>Should ANYTHING be in [NODES}?<br>
            </li>
            <li>Allstar would be: 42996=<a href="http://radio@127.0.0.1/42996,NONE" target="_blank">radio@127.0.0.1/42996,<wbr>NONE</a>?</li>
            <li>Does the Echolink node be added like Allstar?</li>
            <li>Is 127.0.0.1 ALWAYS the default regardless of
              router/firewall/IP address?</li>
          </ol>
          <div>I see this template everywhere in the rpt.conf setup with
            no explanations as to details. Like do ALL nodes,
            public/private/link/repeater get entered the same way except
            for node numbers?</div>
          <div><br>
          </div>
          <div>Thanks,</div>
          <div>Duane KA1LM #42996<br>
          </div>
        </div>
      </div>
    </blockquote>
    <br>
  </div>

<br>______________________________<wbr>_________________<br>
App_rpt-users mailing list<br>
<a href="mailto:App_rpt-users@ohnosec.org">App_rpt-users@ohnosec.org</a><br>
<a href="http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users" rel="noreferrer" target="_blank">http://ohnosec.org/cgi-bin/<wbr>mailman/listinfo/app_rpt-users</a><br>
<br></blockquote></div><br></div>