Hi,
I am running bitcoind on docker (windows 10).
RPC is working good.
I am getting a lot of banning messages for docker bridge address, on all ports.
2017-12-30 19:07:50 connection from 172.17.0.1:51902 dropped (banned)
2017-12-30 19:07:50 connection from 172.17.0.1:51904 dropped (banned)
2017-12-30 19:07:50 connection from 172.17.0.1:51906 dropped (banned)
2017-12-30 19:07:50 connection from 172.17.0.1:51908 dropped (banned)
2017-12-30 19:07:50 connection from 172.17.0.1:51910 dropped (banned)
2017-12-30 19:07:50 connection from 172.17.0.1:51912 dropped (banned)
2017-12-30 19:07:50 connection from 172.17.0.1:51914 dropped (banned)
2017-12-30 19:07:50 connection from 172.17.0.1:51916 dropped (banned)
And so on for all the ports.
I am not the first to encounter this.
https://github.com/amacneil/docker-bitcoin/issues/32Any idea how to solve it?
Thanks,
Ady.