I’m struggling to find some guidance on the complete configuration of a private network setup.
I currently have 2 Pi’s with ASL3 installed and all seems ok. Using simple usb modems
I also have an i386 laptop with the Debian 12 and ASL3 setup for any possible testing that may need to be done.
I cannot connect to the AllStar Network just yet. This is going to be for a big event next year that you will hear about at some point.
Basic network setup is:
- 3 peplink routers all connected via a “layer 2 speedfusion vpn”
- All 3 locations are remote and 1 port on each router is configured to this layer
2 vlan the pi will connect too.
All of this is completed and working fine. I can access each location as if all these devices are on the same local area network. So, I shouldn’t have any type of firewall issues.
2 of the locations will be using a Starlink Mini to make the VPN link possible. The 3rd location is on a fiber network with Static IPs available. (It is a requirement that one location must have a static public Ip for this layer2 Vpn to function and since Starlink offers CGNAT that’s not possible. (Yes, public Ip is available on the commercial plans, but it is still not static for a “roaming” service.
If anyone can point me to all the needed configurations on the setup of the nodes to communicate between each other in a standalone configuration it would be greatly appreciated. I’ve searched and searched and cannot find solid info on this setup.
I’ve done something like this in the rpt.conf file for 2 test device but I’m not even sure if this is correct and where else i may need to setup.
Main Location:
1500 = radio@127.0.0.1:4569/1500,NONE ;main node/server
1500 = radio@192.168.10.198:4569/1500,NONE ;main node client
1502 = radio@192.168.10.221:4570/1502,NONE ;first remote node
Second location:
1502 = radio@127.0.0.1:4570/1502,NONE
1500 = radio@192.168.10.198:4569/1500,NONE
1502 = radio@192.168.10.221:4570/1502,NONE
Its unclear to me if i need to do anything else in the iax.conf with this:
bindport = 4569 ; bindport and bindaddr may be specified
I’m unsure if each node should be configured with a different bind port or not.
Thanks in advance for any information that can help me get going.