Associare il nodo a qualsiasi indirizzo, non solo localhost
3 risposta
- voti
-
- 2019-02-04
Se stai usando unfile di configurazione,ci sono dueporte differenti: l'opzione
"listen-addr"
puòessere usata sianella sezione"p2p"
cheinla sezione"rpc"
.Adesempio,puoi utilizzare"0.0.0.0:8732"
per ascoltare sullaporta 8732 sututtigliindirizzi.Puoi anche utilizzare la riga di comando:
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
-
L'hoprovatonella sezione rpc delfile di configurazione,non hafunzionato,ma avvioilnodo con questo comando:tezos-node run,presumo che useràilparametro dalfile di configurazione.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
-
Deveessereeseguito sulla riga di comando,ilfile di configurazionenonfunzionaper avviarloe collegarsi atuttigliindirizziIt 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
-
Non vedo alcunmotivoper cuinon utilizzi l'opzione delfile di configurazione.Lo usiamo qui.Ameno chenon sovrascrivi l'opzione con un argomentoin uno scriptiniziale.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
-
Come èpossibileeseguire questa operazioneeseguendoi contenitori Docker?Hoprovato con `./mainnet.sh start --rpc-addr 0.0.0.0: 8732`ma ricevo`tezos-node: opzione --rpc-addrnonpuòessere ripetuta`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
Per ascoltare sututte leinterfacce,lasciarefuori completamente l'indirizzo IP.
tezos-node run --rpc-addr :8732
To listen on all interfaces, leave the IP address out completely.
tezos-node run --rpc-addr :8732
-
Loproveròe ti riferiròI will try it, and report back
- 0
- 2019-02-04
- Zx1984
-
@ Zx1984 Hai avuto lapossibilità diprovare?@Zx1984 Did you get a chance to try?
- 0
- 2019-02-05
- Richard Ayotte
-
Sì,l'hofatto,scusaperil ritardo,funziona,sembra cheilfile di configurazione sia stato sovrascritto quando specificato dalla riga di comando,il che avrebbe dovutoessere ovvio adessere onesti.È uno di quei Doh!momentiYes 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
Forse stofraintendendoilproblema,manon sarebbe una soluzione costruire una connessione SSH sicura al servere untunnel all'indirizzo 127.0.0.1:8732 dellamacchina remota all'host locale che vuole connettersi?
L'hofatto in questomodo qui perguardare la configurazione KILN dalmio 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.
Qualcuno sa comeeseguireilnodoper collegarsi atuttigliindirizzi?Mi sembra dinonesserein grado di connettersi da remoto,si collega a 127.0.0.1e nient'altro. Hoimpostato l'indirizzo di ascolto delfile di configurazione su 0.0.0.0:8732,ho ancheprovato *: 8732e non riesco a connettermi con rpc da un altro host.È questoin base allaprogettazione omi manca qualcosa.