We are running the multichain on a Server which hast 3 Adapters configured.
- 127.0.0.1
- BackupLAN
- ServerLAN (which is to use for all connections)
So we startet the multichain with --bind=0.0.0.0 which sets the Listening IP for the normal Multichain to listen on every IPv4 port. => Works fine
If we are trying to set the --rpcallowip=x.x.x.x, than the multichain is listening in IPv6 for every rpc-connect.
How is it possible to set the bindingip address for the RPC to a IPv4 IP?
Thanks in advance for your Help.
Thomas