mirror of
https://github.com/markqvist/reticulum_website.git
synced 2025-11-25 17:06:53 -05:00
177 lines
5.8 KiB
HTML
177 lines
5.8 KiB
HTML
|
|
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<link rel="stylesheet" href="css/water.css?v=6">
|
|
<meta charset="utf-8"/>
|
|
<title>Reticulum Network</title>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
</head>
|
|
<body>
|
|
<center><div class="top_menu lang_menu">[Deutsch](./connect_de.html) | [English](./connect.html) | [Español](./connect_es.html) | [Nederlands](./connect_nl.html) | [Polski](./connect_pl.html) | [Português](./connect_pt-br.html) | [Türkçe](./connect_tr.html) | [Українська](./connect_uk.html) | [日本語](./connect_jp.html) | [简体中文](./connect_zh-cn.html)</div><div class="top_menu">[Reticulum](index.html) | [Start](start.html) | [Hardware](hardware.html) | [Connect](connect.html) | [Manual](docs.html) | [Cryptography](crypto.html) | [Credits](credits.html) | [Source](https://github.com/markqvist/reticulum) | [Donate](donate.html)</div></center>
|
|
|
|
<h1>Community Entrypoints</h1>
|
|
<p>A number of publicly available entrypoints to Reticulum networks have been provided by the community. For everyday use, it is recommended to use these instead of the testnet.</p>
|
|
<p>You can connect your devices or instances to one or more of these to gain access to any Reticulum networks they are physically connected to.</p>
|
|
<p>Ideally, set up a Reticulum Transport Node that your own devices can reach locally, and then connect that transport node to a couple of public entrypoints. This will provide efficient connections and redundancy in case any of them go down.</p>
|
|
<pre><code># These are community-provided public Reticulum
|
|
# entrypoints available over the public Internet.
|
|
|
|
[[RNS Testnet BetweenTheBorders]]
|
|
type = TCPClientInterface
|
|
enabled = yes
|
|
target_host = reticulum.betweentheborders.com
|
|
target_port = 4242
|
|
|
|
[[Spaceman-ygg]]
|
|
type = TCPClientInterface
|
|
enabled = true
|
|
target_host = 201:e73a:61ee:ca68:4bc5:99d5:fd70:ded1
|
|
target_port = 4343
|
|
|
|
[[Sydney RNS]]
|
|
type = TCPClientInterface
|
|
enabled = true
|
|
target_host = sydney.reticulum.au
|
|
target_port = 4242
|
|
|
|
[[dismails TCP Interface]]
|
|
type = TCPClientInterface
|
|
interface_enabled = true
|
|
target_host = rns.dismail.de
|
|
target_port = 7822
|
|
|
|
[[interloper node]]
|
|
type = TCPClientInterface
|
|
interface_enabled = true
|
|
target_host = intr.cx
|
|
target_port = 4242
|
|
|
|
[[noDNS1]] │
|
|
type = TCPClientInterface │
|
|
interface_enabled = true │
|
|
target_host = 202.61.243.41 │
|
|
target_port = 4965
|
|
|
|
[[The Outpost]]
|
|
type = TCPClientInterface
|
|
interface_enabled = true
|
|
target_host = theoutpost.life
|
|
target_port = 4242
|
|
|
|
[[Beleth RNS Hub]]
|
|
type = TCPClientInterface
|
|
interface_enabled = true
|
|
target_host = rns.beleth.net
|
|
target_port = 4242
|
|
|
|
[[Rocket Tech Hub]]
|
|
type = TCPClientInterface
|
|
enabled = yes
|
|
target_host = reticulum.rocket-tech.net
|
|
target_port = 443
|
|
|
|
[[SparkN0de]]
|
|
type = TCPClientInterface
|
|
interface_enabled = true
|
|
target_host = aspark.uber.space
|
|
target_port = 44860
|
|
|
|
[[Tidudanka.com]]
|
|
type = TCPClientInterface
|
|
enabled = yes
|
|
target_host = reticulum.tidudanka.com
|
|
target_port = 37500
|
|
|
|
[[quad4net tcp]]
|
|
type = TCPClientInterface
|
|
enabled = yes
|
|
target_host = rns.quad4.io
|
|
target_port = 4242
|
|
|
|
[[nisa-node]]
|
|
type = TCPClientInterface
|
|
enabled = yes
|
|
target_host = nisa.cat
|
|
target_port = 4242
|
|
|
|
[[acehoss]]
|
|
type = TCPClientInterface
|
|
enabled = yes
|
|
target_host = rns.acehoss.net
|
|
target_port = 4242
|
|
|
|
[[RNS Testnet StoppedCold]]
|
|
type = TCPClientInterface
|
|
enabled = yes
|
|
target_host = rns.stoppedcold.com
|
|
target_port = 4242
|
|
|
|
[[RNS COMSEC-RD]]
|
|
type = TCPClientInterface
|
|
enabled = yes
|
|
target_host = 80.78.23.249
|
|
target_port = 4242
|
|
|
|
[[R-Net TCP]]
|
|
type = TCPClientInterface
|
|
enabled = yes
|
|
target_host = istanbul.reserve.network
|
|
target_port = 9034
|
|
|
|
[[RNS TCP Node Germany 001]]
|
|
type = TCPClientInterface
|
|
enabled = true
|
|
target_host = 202.61.243.41
|
|
target_port = 4965
|
|
|
|
[[RNS TCP Node Germany 002]]
|
|
type = TCPClientInterface
|
|
enabled = true
|
|
target_host = 193.26.158.230
|
|
target_port = 4965
|
|
|
|
[[Quortal TCP Node]]
|
|
type = TCPClientInterface
|
|
enabled = true
|
|
target_host = reticulum.qortal.link
|
|
target_port = 4242
|
|
|
|
[[mobilefabrik TCP]]
|
|
type = TCPClientInterface
|
|
enabled = true
|
|
target_host = phantom.mobilefabrik.com
|
|
target_port = 4242
|
|
|
|
[[g00n.cloud Hub]]
|
|
type = TCPClientInterface
|
|
enabled = true
|
|
target_host = dfw.us.g00n.cloud
|
|
target_port = 6969
|
|
|
|
[[RNS_Transport_US-East]]
|
|
type = TCPClientInterface
|
|
interface_enabled = true
|
|
target_host = 45.77.109.86
|
|
target_port = 4965
|
|
|
|
[[rothbard_RNS_transport_ZA]]
|
|
type = TCPClientInterface
|
|
enabled = true
|
|
target_host = rothbard.lab.networks.deavmi.assigned.network
|
|
target_port = 4242
|
|
|
|
[[rothbard_RNS_transport_ZA_ygg]]
|
|
type = TCPClientInterface
|
|
enabled = true
|
|
target_host = 200:73eb:2e4:14be:aac7:90b3:784b:71a3
|
|
target_port = 4242
|
|
|
|
[[rothbard_RNS_transport_ZA_i2p]]
|
|
type = I2PInterface
|
|
enabled = true
|
|
peers = guuahj7pyb6ksmjv2bqrjg4cs2wou6cor3ivsi6crntqbzsxnbna.b32.i2p
|
|
</code></pre>
|
|
<p align="right"><a href="docs.html">Next Topic: Read The Manual</a></p>
|
|
</body>
|
|
</html>
|