Creating a private network is actually pretty easy. What you do is add the node and IP address of the other node(s) to each server’s rpt.conf in the [nodes] stanza. Here’s an example with two private nodes. Server A’ s IP is 192.168.1.10 and B is 192.168.1.11.

SERVER A rpt.conf

[nodes]
1000 = radio@127.0.0.1/1000,NONE    ; Local node
1001 = radio@192.168.1.11/1001,NONE ; Remote node

SERVER B rpt.conf

[nodes]
1001 = radio@127.0.0.1/1001,NONE    ; Local node
1000 = radio@192.168.1.10/1000,NONE ; Remote node

Of course you need to have all the normal stuff that nodes have in rpt.conf and extensions.conf. Private nodes do not need a register line in iax.conf.

--
Tim
:wq

On Jan 30, 2014, at 3:51 AM, Lu Vencl <vencl@att.net> wrote:

Tim. Do you know how to connect one node to another via direct ip connect? In other words to a node that is not on the public network but private?

Sent from my iPhone, Lu Vencl

--
Tim
:wq