Hello Guys I have just started development on polkadot and have went through their documents and tutorials, I want to build a private parachain that is open to other node which can connect given they have permissions. For now using their starter node template I was able to start a private blockchain on a server but I couldn't configure it so that it would allow any machine on any network to be able to connect to it. In short it wasn't discoverable by other machines. How can I solve this issue.
Asked
Active
Viewed 154 times
0
-
Hvae you checked this tutorial ? https://substrate.dev/docs/en/tutorials/build-permission-network/ Maybe it gets you going with your idea – Alejandro Martínez May 26 '21 at 11:00
-
In the tutorial they are running the subnodes on the same machine on a seperate terminal I want the nodes to be able to connect to the main node from outside the local network, couldn't find any help in this tutorial related to that idea. – Taaha Waseem May 27 '21 at 08:26
-
You just need to expose the ports and manage firewall restrictions properly (if needed) so nodes can discover each other like you would do, for instance, to expose a web server outside your local network. – Alejandro Martínez May 27 '21 at 09:00
-
any reference or reading material I can look into – Taaha Waseem May 31 '21 at 12:20