reticulum_website/docs/connect_jp.html

162 lines
6.7 KiB
HTML
Raw Normal View History

2023-12-25 12:00:04 +01:00
<!doctype html>
<html>
<head>
2023-12-25 12:08:56 +01:00
<link rel="stylesheet" href="css/water.css?v=6">
2023-12-25 12:00:04 +01:00
<meta charset="utf-8"/>
<title>Reticulum Network</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
2025-01-06 20:35:31 +01:00
<p><center><div class="top_menu lang_menu"><a href="./connect_de.html">Deutsch</a> | <a href="./connect.html">English</a> | <a href="./connect_es.html">Español</a> | <a href="./connect_nl.html">Nederlands</a> | <a href="./connect_pl.html">Polski</a> | <a href="./connect_pt-br.html">Português</a> | <a href="./connect_tr.html">Türkçe</a> | <a href="./connect_jp.html">日本語</a> | <a href="./connect_zh-cn.html">简体中文</a></div><div class="top_menu"><a href="index_jp.html">レチキュラム</a> | <a href="start_jp.html">開始</a> | <a href="hardware_jp.html">ハードウェア</a> | <a href="connect_jp.html">接続する</a> | <a href="docs_jp.html">マニュアル</a> | <a href="crypto_jp.html">暗号</a> | <a href="credits_jp.html">クレジット</a> | <a href="https://github.com/markqvist/reticulum">ソース</a> | <a href="donate_jp.html">寄付</a></div></center></p>
2023-12-25 12:00:04 +01:00
<h1>パブリックテストネット</h1>
<p>物理的なネットワークを構築せずに実験を始めたい場合は、パブリックレティキュラムテストネットに参加してください。テストネットはまさにそれであり、テストと実験のための非公式なネットワークです。ほとんどの時間稼働しており、誰でも参加できますが、それは同時にサービスの可用性に対する保証がないことも意味します。</p>
<p>テストネットは最新のレティキュラムのバージョンを実行しており公開される前の短い期間でもあることがよくあります、時折実験的なレティキュラムのバージョンがテストネット上のードに展開されることがあり、それにより奇妙な動作が発生する可能性があります。それでも怖くない場合は、TCPまたはI2Pを使用してテストネットに参加できます。</p>
<p>次のいずれかのインターフェースをReticulumの設定ファイルに追加してください</p>
<pre><code># Dublin HubへのTCP/IPインターフェース
[[RNS Testnet Dublin]]
type = TCPClientInterface
enabled = yes
target_host = dublin.connect.reticulum.network
target_port = 4965
# BetweenTheBorders HubへのTCP/IPインターフェースコミュニティ提供
[[RNS Testnet BetweenTheBorders]]
type = TCPClientInterface
enabled = yes
2024-08-30 16:04:41 +02:00
target_host = reticulum.betweentheborders.com
2023-12-25 12:00:04 +01:00
target_port = 4242
# I2P Hub Aへのインターフェース
[[RNS Testnet I2P Hub A]]
type = I2PInterface
enabled = yes
peers = g3br23bvx3lq5uddcsjii74xgmn6y5q325ovrkq2zw2wbzbqgbuq.b32.i2p
</code></pre>
<p>テストネットには<a href="https://github.com/markqvist/nomadnet">Nomad Network</a>ノードおよび<a href="https://github.com/markqvist/lxmf">LXMF</a>伝播ノードも含まれています。</p>
2025-01-06 20:35:31 +01:00
<h1>コミュニティ エントリポイント</h1>
<p>コミュニティによって、Reticulum ネットワークへの公開エントリポイントが多数提供されています。日常的な使用には、テストネットではなくこれらを使用することをお勧めします。</p>
<p>デバイスまたはインスタンスをこれらの 1 つ以上のエントリポイントに接続して、物理的に接続されている Reticulum ネットワークにアクセスできます。</p>
<p>理想的には、自分のデバイスがローカルでアクセスできる Reticulum トランスポート ノードを設定し、そのトランスポート ノードをいくつかのパブリック エントリポイントに接続します。これにより、いずれかのエントリポイントがダウンした場合でも、効率的な接続と冗長性が提供されます。</p>
<pre><code># These are community-provided public Reticulum entrypoints
# served over TCP, and available over the public Internet.
[[RNS Testnet BetweenTheBorders]]
type = TCPClientInterface
interface_enabled = true
target_host = reticulum.betweentheborders.com
target_port = 4242
2025-01-06 20:49:01 +01:00
[[quad4net tcp]]
type = TCPClientInterface
enabled = yes
target_host = rns.quad4.io
target_port = 4242
[[ChaosNet]]
type = TCPClientInterface
interface_enabled = True
target_host = rns.c3.jitter.eu
target_port = 4242
2025-01-06 20:35:31 +01:00
[[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
[[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
[[SparkN0de]]
type = TCPClientInterface
interface_enabled = true
target_host = aspark.uber.space
target_port = 44860
[[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
</code></pre>
2023-12-26 12:34:15 +01:00
<p align="right"><a href="docs_jp.html">次のトピック:マニュアルを読む</a></p>
2023-12-25 12:00:04 +01:00
</body>
</html>