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 2021/10/13 09:44:35 UTC

[GitHub] [dubbo-go] anden007 opened a new issue #1518: 怎么自定义服务提供者的请求IP

anden007 opened a new issue #1518:
URL: https://github.com/apache/dubbo-go/issues/1518


   目前情况:微服务发布到百度云服务器,由于百度的公网IP是影射到服务器的,所以我们不能用外网IP直接用来设置triple的ip(如果直接用,会无法启动)
   `  protocols:
       triple:
         name: tri
         ip: 192.168.32.5 #只能用真实本地ip,否则无法启动
         port: 20000`
   如果无法在外网访问服务,本地开发就很纠结了!
   请大佬们帮忙指教一二!


-- 
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


[GitHub] [dubbo-go] flycash commented on issue #1518: 怎么自定义服务提供者的请求IP

Posted by GitBox <gi...@apache.org>.
flycash commented on issue #1518:
URL: https://github.com/apache/dubbo-go/issues/1518#issuecomment-954793118


   这种用法一般是使用VPN的,即自己开发环境通过VPN连上了公有云,而后就可以使用局域网地址来调用。注册的也是局域网的地址


-- 
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


[GitHub] [dubbo-go] LaurenceLiZhixin commented on issue #1518: 怎么自定义服务提供者的请求IP

Posted by GitBox <gi...@apache.org>.
LaurenceLiZhixin commented on issue #1518:
URL: https://github.com/apache/dubbo-go/issues/1518#issuecomment-955183789


   @anden007 Any question? I guess this pr is able to be closed.  if you have any questions, pls contact us in dingtalk group. Thanks. 


-- 
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


[GitHub] [dubbo-go] anden007 commented on issue #1518: 怎么自定义服务提供者的请求IP

Posted by GitBox <gi...@apache.org>.
anden007 commented on issue #1518:
URL: https://github.com/apache/dubbo-go/issues/1518#issuecomment-942202017


   DUBBO_IP_TO_REGISTRY 环境变量尝试失败,nacos的注册方法不会读取它


-- 
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


[GitHub] [dubbo-go] AlexStocks closed issue #1518: 怎么自定义服务提供者的请求IP

Posted by GitBox <gi...@apache.org>.
AlexStocks closed issue #1518:
URL: https://github.com/apache/dubbo-go/issues/1518


   


-- 
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


[GitHub] [dubbo-go] anden007 commented on issue #1518: 怎么自定义服务提供者的请求IP

Posted by GitBox <gi...@apache.org>.
anden007 commented on issue #1518:
URL: https://github.com/apache/dubbo-go/issues/1518#issuecomment-942145465






-- 
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


[GitHub] [dubbo-go] anden007 commented on issue #1518: 怎么自定义服务提供者的请求IP

Posted by GitBox <gi...@apache.org>.
anden007 commented on issue #1518:
URL: https://github.com/apache/dubbo-go/issues/1518#issuecomment-942145465


   已申请加群,正在尝试使用“DUBBO_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


[GitHub] [dubbo-go] AlexStocks commented on issue #1518: 怎么自定义服务提供者的请求IP

Posted by GitBox <gi...@apache.org>.
AlexStocks commented on issue #1518:
URL: https://github.com/apache/dubbo-go/issues/1518#issuecomment-942144409


   请进钉钉群 23331795  进行交流


-- 
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


[GitHub] [dubbo-go] AlexStocks commented on issue #1518: 怎么自定义服务提供者的请求IP

Posted by GitBox <gi...@apache.org>.
AlexStocks commented on issue #1518:
URL: https://github.com/apache/dubbo-go/issues/1518#issuecomment-942144409


   请进钉钉群 23331795  进行交流


-- 
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


[GitHub] [dubbo-go] LaurenceLiZhixin commented on issue #1518: 怎么自定义服务提供者的请求IP

Posted by GitBox <gi...@apache.org>.
LaurenceLiZhixin commented on issue #1518:
URL: https://github.com/apache/dubbo-go/issues/1518#issuecomment-951503909


   @anden007 群里找下我说下具体场景和期望


-- 
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