阿里云不同账号同地区云企业网内网互通

2020-06-02 19:07:58

首先有两个账号A账号下面的示例小a,B账号下实例小b   

第一步:

    A账号创建云企业网。

第二部:

    B账号下面的专有网络授权A账号下面的云企业网。

第三步:

    在A账号下面的云企业网中,加载B账号的示例小b,如果没有第二步,我们是无法搜索到小b并加载的。


结束了,现在我们就可以开开心心的内网互通了。


如果不互通,去B账号下的专有网络查看是不是ip段冲突,如果冲突的话,就要修改示例的ip端了。


  • 2017-11-06 01:00:17

    撤销git add

    如何撤销git add,不小心执行了git add . 操作,但是又不能提交所有的文件,因为对应不同的分支,现在怎么样可以将git add 撤销回来

  • 2017-11-10 00:06:15

    CORS: credentials mode is 'include'

    XMLHttpRequest cannot load http://localhost/Foo.API/token. The value of the 'Access-Control-Allow-Origin' header in the response must not be the wildcard '*' when the request's credentials mode is 'include'. Origin 'http://localhost:5000' is therefore not allowed access. The credentials mode of requests initiated by the XMLHttpRequest is controlled by the withCredentials attribute.