Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IP binding #3111

Closed
BitBargain opened this issue Oct 19, 2013 · 3 comments
Closed

IP binding #3111

BitBargain opened this issue Oct 19, 2013 · 3 comments

Comments

@BitBargain
Copy link

Missing two features:

  1. ability to configure the bind IP for RPC
  2. ability to configure the bind IP when connecting outside (source IP)

I assumed bind= was also applied to the RPC port and I assumed that externalip= applied to outgoing connections. Not the case, apparently. Solved both with the firewall, but it would be nice if bitcoind could do this on its own.

Thanks.

@laanwj
Copy link
Member

laanwj commented Feb 18, 2014

See #3695

@laanwj
Copy link
Member

laanwj commented May 2, 2014

Can you help testing #3695?

laanwj added a commit to laanwj/bitcoin that referenced this issue May 13, 2014
Add -rpcbind command option to specify binding RPC service on one
or multiple specific interfaces.

Functionality if -rpcbind is not specified remains the same as before:

- If no -rpcallowip specified, bind on localhost
- If no -rpcbind specified, bind on any interface

Implements part of bitcoin#3111.
@laanwj
Copy link
Member

laanwj commented May 13, 2014

Fixed through #3695

@laanwj laanwj closed this as completed May 13, 2014
MathyV pushed a commit to reddcoin-project/reddcoin-3.10 that referenced this issue Nov 3, 2014
Add -rpcbind command option to specify binding RPC service on one
or multiple specific interfaces.

Functionality if -rpcbind is not specified remains the same as before:

- If no -rpcallowip specified, bind on localhost
- If no -rpcbind specified, bind on any interface

Implements part of bitcoin#3111.

Conflicts:
	src/init.cpp
Bushstar pushed a commit to Bushstar/omnicore that referenced this issue Apr 8, 2020
reddink pushed a commit to reddcoin-project/reddcoin-3.10 that referenced this issue May 27, 2020
Add -rpcbind command option to specify binding RPC service on one
or multiple specific interfaces.

Functionality if -rpcbind is not specified remains the same as before:

- If no -rpcallowip specified, bind on localhost
- If no -rpcbind specified, bind on any interface

Implements part of bitcoin#3111.

(cherry picked from commit deb3572)

# Conflicts:
#	src/init.cpp
@bitcoin bitcoin locked as resolved and limited conversation to collaborators Sep 8, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants