Liant le nœud à n'importe quelle adresse, pas seulement localhost
3 réponses
- votes
-
- 2019-02-04
Si vous utilisez unfichier de configuration,ilexiste deuxports différents: l'option
"listen-addr"
peut être utilisée à lafois dans la section"p2p"
et dansla section"rpc"
.Vouspouvez utiliser"0.0.0.0:8732"
parexemplepour écouter leport 8732 surtoutes les adresses.Vouspouvez également utiliser la ligne de commande:
tezos-node run --rpc-addr 0.0.0.0:8732
If you are using a configuration file, there are two different ports : the
"listen-addr"
option can be used both in the"p2p"
section and in the"rpc"
section. You can use"0.0.0.0:8732"
for example to listen on port 8732 on all addresses.You can also use the command line:
tezos-node run --rpc-addr 0.0.0.0:8732
-
Essayé dans la section RPC dufichier de configuration,iln'apasfonctionné,maisje démarre lenœud avec cette commande: Tezos-nœud Run,je suppose qu'il utilisera leparamètre àpartir dufichier de configuration.Tried it in rpc section of the config file, it did not work, but i start the node with this command: tezos-node run, i assume it will use the parameter from the config file.
- 0
- 2019-02-04
- Zx1984
-
Il doit êtreexécuté sur la ligne de commande,lefichier de configurationne fonctionnepaspour la démarreret se lier àtoutes les adresses.It needs to be run on the command line, the config file does not work to start it and bind on all address
- 0
- 2019-02-04
- Zx1984
-
Jene vois aucune raisonpour laquelle celan'utiliseraitpas l'option defichier de configuration.Nous utilisons celaici.Sauf si vous écrasez l'option avec un argument dans un script de départ.I don't see any reason why it wouldn't use the configuration file option. We use that here. Unless you overwrite the option with an argument in a starting script.
- 0
- 2019-02-05
- lefessan
-
Comment celapeut-il êtrefaiten cours d'exécution des conteneurs Docker?Essayé `./mainnet.sh Start --RPC-Addr 0.0.0.0: 8732` Maisje reçois`tezos-noeud: option --RPC-Addrne peutpas être répété`How can this be done running docker containers? Tried `./mainnet.sh start --rpc-addr 0.0.0.0:8732` but I'm getting `tezos-node: option --rpc-addr cannot be repeated`
- 0
- 2019-02-07
- edu
-
- 2019-02-04
Pour écoutertoutes lesinterfaces,laissez l'adresse IP complètement.
Tezos-Nodeexécuté --RPC-Addr: 8732
To listen on all interfaces, leave the IP address out completely.
tezos-node run --rpc-addr :8732
-
Je vaisessayeret rapporteraI will try it, and report back
- 0
- 2019-02-04
- Zx1984
-
@ Zx1984 Avez-vouseu la chance d'essayer?@Zx1984 Did you get a chance to try?
- 0
- 2019-02-05
- Richard Ayotte
-
Oui,je l'aifait,désolépour le retard,celafonctionne,il semble que lefichier de configuration WS soit caché lorsqu'ilest spécifié àpartir de la ligne de commande,qui aurait dû être évidentpour être honnête.C'est un de ces doh!desmomentsYes i did, sorry for the delay, it works, it seems the configuration file ws being overidden when specified from the command line, which should have been obvious to be honest. It's one of those Doh! moments
- 0
- 2019-03-19
- Zx1984
-
- 2019-02-06
Peut-être queje vaismal comprendre leproblème,maisne serait-cepas une solutionpour créer une connexion SSH sécurisée au serveur untunnel l'adresse 127.0.0.1:8732 de lamachine distante à l'hôte local qui veut se connecter?
Je l'aifait cettemanièreici Afin de regarder la configuration dufour àpartir dema Firefox locale.
Maybe I am misunderstanding the problem, but wouldn't it be a solution to build up a secure SSH connection to the server an tunnel the address 127.0.0.1:8732 of the remote machine to the local host who wants to connect?
I did it this way here in order to look at the KILN config from my local Firefox.
Quelqu'un sait commentexécuter lenœudpour se lier àtoute adresse?Je semblene paspouvoir connecter RPC à distance,il se lie à 127.0.0.1et rien d'autre. J'ai configuré dans l'adresse de l'écoute defichier de configuration sur 0.0.0.0:8732,égalementessayé *: 8732et jene peuxpas vous connecter avec RPC àpartir d'un autre hôte.Est-cepar conception,ouje manque quelque chose?