问题标签 [private-ip]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
ssh - 无法使用 Ansible ping 我的远程机器
我有一台要设置连接的远程机器。
这是我的主机文件:
其中 192.168.51.2 是远程机器的私有 ip。
当我尝试使用 ping 它时ansible remote -m ping
,我收到以下错误:
我没有在任何地方提到那台远程机器的凭据,但我认为这不是问题所在。它无法通过 SSH 连接。
我该怎么办?
hostname - 自治数据库上私有端点的主机名?
当我们为自治数据库启用私有端点时,我们使用分配的 IP 地址连接到 ADB。
我们在哪里可以找到要在内部使用的主机名来解析 ADB 私有端点以使用名称而不是 IP?