2

I have been connecting nodes to a PoA blockchain based server and the only way I could get it to work was to specify the server address in the geth connection string as follows -

 --rpcaddr xx.xxx.xx.x

I understand this allows anyone to access the node. It is a private network and it seems to me I have now created a security hole.

Is there a way to actually allow access from my own server but deny access to others? So I want in effect a server IP list and to allow the approving server for new nodes to restrict access to just those IPs.

Mikko Ohtamaa
  • 22,269
  • 6
  • 62
  • 127
Trevor Lee Oakley
  • 2,327
  • 2
  • 19
  • 48

1 Answers1

0

The Ethereum node does not have built in accesss control list features. I feel this would not be the set of core features. It can be also handled easily externally.

What you can do

Mikko Ohtamaa
  • 22,269
  • 6
  • 62
  • 127