我在WindowsServer2016Core上安装了Server 2016。在当地,它似乎起作用了。我可以用SQLCMD.exe连接,做一些基本的选择什么的。
从遥远的地方,我无法连接。在远程计算机上使用SQLCMD.exe:
sqlcmd -S boldiq_db3
Sqlcmd: Error: Microsoft SQL Server Native Client 11.0 : Named Pipes
Provider: Could not open a connection to SQL Server [53]. .
Sqlcmd: Error: Microsoft SQL S
我已经在ec2实例上安装了Openresty作为web服务器,并且它目前正在运行,但是当我试图通过浏览器上的公共ip地址导航到它时,我甚至无法查看欢迎页面。有人能知道我有什么问题吗?
到目前为止,我已经尝试过这些:
telnet mypublicip和它被卡住了
Trying mypublicip... telnet: Unable to connect to remote host: Connection timed out
防火墙是开放的,但应该是可以的--我想,这是sudo uwf status的输出
输出:
Status: active
To
我在堆栈溢出上也看到了类似的错误,但是使用了不同的代码(所以可能是不一样的?)不管我是怎么被抛出这个错误的。有时在启动我的实例20秒后(并在浏览器中启动SSH ),有时在30分钟后,但它完全关闭了我的实例。
Connection via Cloud Identity-Aware Proxy Failed
Code: 4010
Reason: destination read failed
You may be able to connect without using the Cloud Identity-Aware Proxy.
如果我单击“云标识感知代理”按钮,我将得到:
Connect
我正试图在ec2上设置一个Apache气流服务器。通过在/health上使用curl访问http://localhost:8989端点,我设法让它运行并验证状态。气流在这里的8989端口监听。
我想要的下一个是能够使用EC2的公共IP上的浏览器连接到管理仪表板/UI。因此,我在AWS安全组ec2实例中添加了入站规则。
当连接到气流时,我得到以下错误
Failed to connect to ec2-XX-XX-XXX-XXX.compute-1.amazonaws.com port 8989: Operation timed out
不确定我还需要做什么才能到达运行在ec2上的服务器。
当我试图连接到远程计算机上的Powershell时,会发生这样的情况:
PS C:\Users\Jonathan> Test-WSMan -ComputerName 54.228.XX.XX
Test-WSMan : The WinRM client cannot complete the operation within the time specified. Check if the machine name is val
id and is reachable over the network and firewall exception for Windows Remote Ma