Mon nœud privé ne se connecte pas à la pair mentionnée dans la commande de démarrage
-
-
Pourriez-vousexécuter votrenœudprivé avec `--RPC-Addr=localhost`et donner la sortie defonctionnement (sur lamêmemachine que votrenœudprivé)` Tezos-Client RPC Get/Network/Points/Public_Node_IP: 9732`?could you run your private node with `--rpc-addr=localhost` and give the output of running (on the same machine as your private node) `tezos-client rpc get /network/points/public_node_ip:9732` ?
- 0
- 2019-03-08
- Julien
-
J'ai configuré unenouvellemachineet a démarrémonnœuden modeprivé directement àpartir du démarrage (jamais démarrémonnœuden modepublic),ilest capable de vous connecter àmonnoeudpublicmentionné dans l'option -Peer.I have setup a new machine and started my node in private mode right from starting (never started my node in public mode) now it is able to connect to my public node mentioned in --peer option.
- 0
- 2019-03-14
- Sachin Tomar
-
1 réponses
- votes
-
- 2019-03-18
La connexionentrante
incoming connection rejected due to untrusted source
est laplus certainement due à uneexécution antérieurenonprivée sur lamême adresse IP.Votre adresse IPest connue comme unpairpotentiel,d'autresnœudsessaient de se connecter.Cen'estpas unproblème,votrenœud va simplement rejeter ces connexions.Peut-être que votrenœudpublic a été saturé. Ilestimportant que votrenœudpublic ait également votrenœudprivé dans sespairs de confiance. Donc,votrenoeudpublic devrait également êtreexécuté avec
--peer=
privé_node_ip :port
ou avec votrenœudprivé IP dans lefichier config.json.Ilesttrèsimportant que lenœudpublic considère lenœudprivé comme de confiance.Sinon,lenœudprivépeut être lancépendant laphase demaintenance des connexions.
The
incoming connection rejected due to untrusted source
is most certainly due to a previous non-private run on the same IP. Your IP is known as a potential peer, so other nodes try to connect. It is not a problem, your node will simply reject these connections.Maybe your public node was saturated. It is important that your public node also has your private node in its trusted peers. So your public node should also be run with
--peer=
private_node_ip:port
or with your private node IP in the config.json file.It is very important that the public node consider the private node as trusted. If not, the private node might be kicked during connections maintenance phase.
-
J'avais ajouté l'adresse IPprivée aunœudprivé sur les adresses IP approuvéespar lenœudpublic.Cepourrait être le cas quemonnœudpublic était déjà complet avec les connexions qu'ilne pouvaitpas se connecter avecmonnœudprivé.I had added the private-node ip to public-node trusted ip addresses. It could be the case my public-node was already full with the connections that it could not connect with my private node.
- 0
- 2019-03-19
- Sachin Tomar
J'ai utilisé ci-dessous la commandepour démarrermonnœudprivé:
Monpublic_nodefonctionne déjà avec des connexions à sespairs.
Maintenant,mesjournaux denœudprivésindiquent simplement la "connexionentrante rejetéeen raison de la sourcenon approuvée"et monnœudprivéne se connectetout simplementpas aunœudpublic.
J'aimême vérifié lefichier config.json,monpublic_node_ip était là contre la clé "BootsTrapped-peers".
Que dois-jefaire d'autrepour connectermonnœudprivé àmonnœudpublic?