简体   繁体   English

Windows Azure VPN公共访问

[英]Windows Azure VPN public access

I created a VM in a VPN in Windows Azure. 我在Windows Azure中的VPN中创建了VM。 I added TCP endpoints for the particular machine which runs server 2012. But everytime I run a small program listening on TCP like the example in nodejs , any client simply refuses to connect. 我为运行服务器2012的特定计算机添加了TCP端点。但是,每次运行一个监听TCP的小程序(如nodejs中的示例)时,任何客户端都只会拒绝连接。 This happens even when I disable the firewall? 即使禁用防火墙也会发生这种情况吗? I tried with linux (ubuntu) too. 我也尝试了linux(ubuntu)。 Can someone help me out and let me know what steps I am missing? 有人可以帮助我,让我知道我错过了哪些步骤吗? I connected with: server1.cloudapp.net:tcp_port 我连接到:server1.cloudapp.net:tcp_port

RDP and SSH work fine through TCP. RDP和SSH通过TCP可以正常工作。

Here are a few things to check, which may provide more clue. 这里有几件事需要检查,可能会提供更多线索。 1) double check your endpoint, make sure the public port and private port are set correctly 2) rdp to the VM and do "netstat -an" to check if the port is indeed listening 1)仔细检查您的端点,确保正确设置了公共端口和专用端口2)rdp到VM,然后执行“ netstat -an”检查该端口是否确实在监听

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM