You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by GitBox <gi...@apache.org> on 2022/11/11 03:17:42 UTC

[GitHub] [dubbo] chickenlj commented on issue #10835: dubbo provider set host (Address already in use: bind)

chickenlj commented on issue #10835:
URL: https://github.com/apache/dubbo/issues/10835#issuecomment-1311179978

   If you have multiple network interfaces available, what Dubbo can do is randomly pick one to register to the registry.
   
   But for `binding`, I remember Dubbo will simply listen on `0.0.0.0:20880`, which means all connection build requests on all interfaces with port 20880 will be accepted. But you need to set the IP or host to be registered to Registry if not all IPs are reachable from the consumer side, use the property you mentioned above: DDUBBO_IP_TO_REGISTRY


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org