通过VPN连接到ec2的窗口


0

我不确定我是否应该在stackoverflow上提出这样的问题,所以如果不是,请善待并指出我正确的方向。

我试图通过VPN将我的ec2 ubuntu 12.04连接到Windows服务器。我跟着了 客户设置在这里 并在ifconfig中显示以下内容:

ppp0      Link encap:Point-to-Point Protocol  
          inet addr:10.0.3.105  P-t-P:10.0.3.100  Mask:255.255.255.255
          UP POINTOPOINT RUNNING NOARP MULTICAST  MTU:1396  Metric:1
          RX packets:46 errors:0 dropped:0 overruns:0 frame:0
          TX packets:9 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:3 
          RX bytes:3151 (3.1 KB)  TX bytes:126 (126.0 B)

我认为这意味着它的意义。但我无法连接到本地IP(在VPN内)的mysql数据库。我可以从家里的mac连接,但不能从ec2服务器连接。

我的问题是,我错过了什么?

谢谢

Answers:


0

请注意您在亚马逊中的防火墙策略,该策略可能阻止您从Windows访问它。

By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.