'Hyperledger Fabric: Is it possible to join external channel with the node running on a local machine (without dedicated domain/static ip)?

Hyperledger Fabric 2.2 I have the following setup.

Adding org to the config and updating it, joining channel seem to work. What doesn't work is querying/installing chaincode. In the orderer logs I see something like that:

2022-03-01 12:31:19.398 UTC [common.deliver] Handle -> WARN 2ad0 Error reading from 172.19.0.1:46742: rpc error: code = Canceled desc = context canceled
2022-03-01 12:31:19.398 UTC [orderer.common.server] func1 -> DEBU 2ad1 Closing Deliver stream
2022-03-01 12:31:19.398 UTC [comm.grpc.server] 1 -> INFO 2ad2 streaming call completed grpc.service=orderer.AtomicBroadcast grpc.method=Deliver grpc.peer_address=172.19.0.1:46742 error="rpc error: code = Canceled desc = context canceled" grpc.code=Canceled grpc.call_duration=30.622186ms

Is it possible to make similar configuration work?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source