Post
Topic
Board Development & Technical Discussion
Merits 2 from 2 users
Docker's bridge network bitcoind's banned
by
adys11
on 30/12/2017, 19:11:06 UTC
⭐ Merited by Foxpup (1) ,ETFbitcoin (1)
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/32

Any idea how to solve it?

Thanks,
Ady.