Open
Description
Feature Request
Summary
In e2e's runner
tool, RPC connections to a node are created using the node's external IP. But when runner
is executed from inside the network, it needs to use the internal IP of the target node to create the connection. This is needed for example when we have a dedicated DigitialOcean droplet as a transaction loader that would internally execute runner load
.
Proposal
Add to runner
a flag parameter --internal-ip
to use internal IPs to connect with nodes.