No computer needed at the physical location of the RTCMs. Only network connection back to the Pi or Server (computer).
I hope this answers your question.
···
From: K4SAT via AllStarLink Discussion Groups [mailto:noreply@community.allstarlink.org]
Sent: Friday, December 27, 2019 1:57 PM
To: ke6pcv@cal-net.org
Subject: [AllStarLink Discussion Groups] Nodes connected to each other WITHOUT allstar "server’?

K4SAT
December 27
Can this be done with a pair of RTCM’s? Could I have just that hardware with no other “computer” involved. Just plug into a router at one location and another and use the internet?[quote=“Marshall_Oldham, post:2, topic:15728, full:true”]
Don,
Connecting two nodes together on a private network is actually pretty easy.
What you will need to do is add the node and IP address of the other node(s) to each servers rpt.conf in the [nodes] stanza.
Here’s an example with two nodes on a private network.
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.
73
Marshall - ke6pcv
··· (click for more details) [/quote]
Visit Topic or reply to this email to respond.
In Reply To

Marshall_Oldham ASL Admin
November 20
Don, Connecting two nodes together on a private network is actually pretty easy. What you will need to do is add the node and IP address of the other node(s) to each servers rpt.conf in the [nodes] stanza. Here’s an example with two nodes on a private network. Server A’ s IP is 192.168.1.10 and …
Previous Replies

ke4ahr
November 21
You can connect the two nodes together via GRE tunnel or OpenVPN (with compression off, and crypto set low or off) and/or use 44net addresses for the tunnel or VPN connection. Then using iptables, you can allow traffic over the VPN link and block it from the outside world.

Marshall_Oldham ASL Admin
November 20
Don,
Connecting two nodes together on a private network is actually pretty easy.
What you will need to do is add the node and IP address of the other node(s) to each servers rpt.conf in the [nodes] stanza.
Here’s an example with two nodes on a private network.
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.
73
Marshall - ke6pcv
··· (click for more details)

k8zgw
November 20
The way I understand it …
when any node connects to another it is “through” an allstar server.
As I\m not 100% sure about this, can someone please explain.
Is ALL the traffic handled by a server, or does the server just
tell the nodes how to find each other (DNS) ?
IF all the traffic goes through the server ( another Asterisk in the “sky”),
how can I connect two nodes to each other without an Allstar server.
ie, “order wire” for (interoffice communication) .
Direct IP to IP address ??
Thanks
Don, K8ZGW
Visit Topic or reply to this email to respond.
You are receiving this because you enabled mailing list mode.
To unsubscribe from these emails, click here.