Vinculando o nó a qualquer endereço, não apenas localhost
3 respostas
- votos
-
- 2019-02-04
Se vocêestiver usando um arquivo de configuração,há duasportas diferentes: a opção
"listen-addr"
pode ser usadatantono"p2p"
e emo"rpc"
seção.Vocêpode usar"0.0.0.0:8732"
,porexemplo,para ouvirnaporta 8732em todos osendereços.Vocêtambémpode usar a linha de 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
-
Tenteina seção RPC do arquivo de configuração,elenãofuncionou,maseu começo onó comeste comando: Tezos-Node Executar,eu suponho queele usará oparâmetro do arquivo de configuração.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
-
Eleprecisa serexecutadona linha de comando,o arquivo de configuraçãonãofuncionaparainiciá-loe ligarparatodo oendereçoIt 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
-
Eunão vejonenhummotivoporquenão usaria a opção de arquivo de configuração.Nós usamosisso aqui.Amenos que você sobrescreva a opção com um argumentoem um scriptinicial.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
-
Comoissopode serfeito correndo contêineres?Tentei `./mainnet.sh start --rpc-addr 0.0.0.0: 8732`masestou recebendo` Tezos-nó: opção --rpc-addrnãopode ser repetido`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
Para ouvirtodas asinterfaces,deixe oendereço IP completamente.
tezos-node run --rpc-addr :8732
To listen on all interfaces, leave the IP address out completely.
tezos-node run --rpc-addr :8732
-
Eu voutentare relatar de voltaI will try it, and report back
- 0
- 2019-02-04
- Zx1984
-
@ ZX1984 Vocêteve a chance detentar?@Zx1984 Did you get a chance to try?
- 0
- 2019-02-05
- Richard Ayotte
-
Sim,desculpepelo atraso,funciona,parece que o arquivo de configuração WSestá sendoexcesso quandoespecificado apartir da linha de comando,que deveriater sido óbviopara ser honesto.É um desses doh!momentosYes 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
talvezeuestejaentendendomal oproblema,masnão seria uma soluçãopara construir uma conexão SSH segura com o servidor umtúnel oendereço 127.0.0.1:8732 damáquina remotapara o host local que quer se conectar?
Eufizisso Este caminho aqui Para ver a configuração doforno domeufirefox local.
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.
Alguém sabe comoexecutar onópara ligar-se atodo oendereço?Parecenãopoder RPC Conectar remotamente,ele se liga a 127.0.0.1e nadamais. Eu configureino arquivo de configuração do arquivopara 0.0.0.0.0:8732,tambémtentou *: 8732e eunão consigome conectar com o RPC de outro host.Éissopor design,ouestouperdendo alguma coisa.