Post
Topic
Board Beginners & Help
Re: Can't get bitcoind to accept RPC connections from other machines
by
tim_s_uk
on 07/06/2013, 06:52:08 UTC
It turns out I was confused by the netstat output. It marks joint IPv4/6 sockets as tcp6
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=453272

bitcoind was listening on IPv4 socket 8332 all along, but my client was failing to connect for other reasons.

With the IPv4 client able to connect on port 8332, my netstat output is:
Code:
user@server:~$ netstat -lp | grep bitcoind
tcp        0      0 *:8333                  *:*                     LISTEN      7574/bitcoind
tcp6       0      0 [::]:8332               [::]:*                  LISTEN      7574/bitcoind
tcp6       0      0 [::]:8333               [::]:*                  LISTEN      7574/bitcoind