-
Notifications
You must be signed in to change notification settings - Fork 47
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
Possible to configure endpoint outbound ZeroMQ channel ports to the forwarder? #543
Comments
The ports from endpoint to forwarder (outbound connections) are not open on the endpoint side. The endpoint just connects to the ports open on the forwarder. The forwarder ports are fixed to 55001,55002,55003. However, there are some ports open for the connections between the endpoint, manager, and workers (all are on the local 127.0.0.1 for your case, not outbound). I am not sure if Binder has limits on local ports or not. But they can be configured via below, where
|
I checked the logs in
|
mybinder.org limits egress network traffic to prevent abuse since it's a free unauthenticated resource. Outbound traffic to only the following ports is allowed
|
Hi. I'm running into an Issue when trying to do a localhost demo of
funcX
on Binder where thefuncx-worker
s seem to be getting killed. I've opened a topic for discussion with the Binder team on the JupyterHub Discourse here which also gives reproducible examples. In the discussion @manics has pointed to this section in the Starting an Endpoint docs as a potential problemTo test this, is there anyway to configure those ports in the
funcX
config?The text was updated successfully, but these errors were encountered: