Layr-Labs / eigenda-operator-setup

Quick start setup guide for EigenDA
MIT License
80 stars 78 forks source link

Alert private IP user to perform [Port forwarding] and add a section in the Docs #26

Closed acomg closed 9 months ago

acomg commented 9 months ago

Refers to EigenDA AVS Installation, Registration, and Upgrade (https://docs.eigenlayer.xyz/operator-guides/avs-installation-and-registration/eigenda-operator-guide/eigenda-avs-installation-registration-and-upgrade)

Condition: User of a private IP address trying to run EigenDA (e.g. connected to a router)

What happens: During Step 5. Run EigenDA If Port forwarding is not done, EigenDA node software can be up and running, but your node is not receiving traffic from the Disperser, which may show this error INFO: Complete an expiration cycle to remove expired batches "num expired batches found and removed"=0 caller=node.go:210

Solution: Perform port forwarding, link the public address's 32004 & 32005 port to the private address on the router's setup page (usually accessible via http://192.168.0.1)

Suggestion: Alert private IP user to perform port forwarding and add a section in the Docs

acomg commented 9 months ago

added a pull request about this