I am having trouble setting up a working network w...
# general
u
I am having trouble setting up a working network with external devices. So I have a couple of nodes (all of those are running UFW):
Copy code
10.154.241.1 - my netmaker instance (physically not close to my location)
10.154.241.2 - a public server near me
10.154.241.3 - a raspberry in a local network
... - other
and 2 external devices:
Copy code
10.154.241.10 - my Windows PC
10.154.241.11 - my notebook
10.154.241.12 - my phone
Now I have configured
.2
as my ingress server - however I can't reach any nodes except
.2
from my Windows PC (or other external devices). My thought process was that
.2
UFW interferes somehow, so I disabled it for testing but still no connection to other nodes possible. From the node itself I can ping other nodes without an issue. What is going on?