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

clean up / clarify usage of HOST_IP in geth_entrypoint #272

Merged
merged 1 commit into from
Jun 12, 2024

Conversation

roberto-bayardo
Copy link
Contributor

@roberto-bayardo roberto-bayardo commented Jun 12, 2024

Previously HOST_IP was defaulting to 0.0.0.0, and being exposed via --nat as an external IP address. This PR makes HOST_IP default to empty, in which case no --nat flag will be used (implying the "any" geth default will be active). Adds a comment that HOST_IP should be set to external IP address and port 30303 opened to improve connectivity, in which case the --nat flag will be set to extip:$HOST_IP

This potentially explains #222

…peer connectivity and otherwise use default --nat value
@roberto-bayardo roberto-bayardo merged commit 2dfb660 into main Jun 12, 2024
4 checks passed
@roberto-bayardo roberto-bayardo deleted the fix-entrypoint-nat-flag branch June 12, 2024 22:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants