加利福尼亚和东京数据中心ssh登录EC2全部失败

2011-06-12 06:46:23 +08:00
 anuxs
是不是GFW把ec2给block了?
2月份的时候用过一段时间加利福尼亚中心的免费ec2服务,能用putty登录,能做ssh,你们知道的。后来闲置了几个月,stop了。今天想重新重用,发现登录不了,总是报time out,已经排除了key弄错、动态地址写错、安全组里面端口没开等等可能的错误,还是不行。
后来terminate了,重新到tokoyo中心launch了一个instance,重新生成key,在putty里面生成了私钥,配置了允许所有端口,连接,还是不成啊。
我在console上看日志,服务器正常的。是不是GFW把ec2给block了?你们在大陆ssh登录正常吗?
3690 次点击
所在节点    Amazon Web Services
11 条回复
ayanamist
2011-06-12 09:10:02 +08:00
很可能,至少武汉电信已经不能直接访问V2EX了
C:\Users\ayanamist>ping www.v2ex.com

Pinging www.v2ex.com [175.41.251.178] with 32 bytes of data:
Request timed out.
Request timed out.
Request timed out.
Request timed out.

Ping statistics for 175.41.251.178:
Packets: Sent = 4, Received = 0, Lost = 4 (100% loss),

C:\Users\ayanamist>
fanzeyi
2011-06-12 09:16:00 +08:00
[fanzeyi@localhost ~]$ traceroute www.v2ex.com
traceroute to www.v2ex.com (175.41.251.178), 30 hops max, 60 byte packets
1 hn.kd.ny.adsl (125.40.56.1) 10.055 ms 12.536 ms 14.923 ms
2 hn.kd.ny.adsl (125.40.252.85) 17.358 ms 19.547 ms 22.271 ms
3 pc25.zz.ha.cn (61.168.192.25) 26.887 ms 29.093 ms 31.562 ms
4 hn.kd.smx.adsl (221.13.226.13) 34.497 ms 36.675 ms 39.115 ms
5 219.158.12.101 (219.158.12.101) 56.333 ms 58.291 ms 60.951 ms
6 219.158.3.30 (219.158.3.30) 62.939 ms 25.773 ms 25.768 ms
7 * * *
8 * * *
9 * xe-1-3.a16.tokyjp01.jp.ra.gin.ntt.net (61.213.169.178) 172.687 ms *
10 203.105.72.226 (203.105.72.226) 178.758 ms * *
11 * * *
12 27.0.0.155 (27.0.0.155) 227.859 ms * 27.0.0.147 (27.0.0.147) 182.741 ms
13 * * *
<....>
30 * * *

。。。。这应该能看出来什么了吧..
ayanamist
2011-06-12 09:59:09 +08:00
@fanzeyi 路由黑洞了……居然出现了27.0.0.155这个地址……
fanzeyi
2011-06-12 10:01:19 +08:00
@ayanamist 这个地址怎么了.... 我给google的搜索结果翻完了都没找到这个地址有啥奇怪的..... 日本的IP...

其实重点是在 219.158.3.30 这个IP上吧...
anuxs
2011-06-12 10:23:01 +08:00
我目前就在武汉。真悲剧了。

您查询的IP:219.158.3.30
* 本站主数据:中国 联通骨干网
* 参考数据一:中国 联通骨干网
anuxs
2011-06-12 10:24:08 +08:00
ping 和tracert 都不能说明问题,因为动态的地址解析出来了,也是无响应的。
16 438 ms 435 ms 436 ms ec2-175-41-192-26.ap-northeast-1.compute.amazona
ws.com [175.41.192.26]
17 430 ms 517 ms 444 ms ec2-175-41-192-175.ap-northeast-1.compute.amazon
aws.com [175.41.192.175]
fanzeyi
2011-06-12 10:29:58 +08:00
@anuxs 这是我在linode上traceroute的结果... 我觉得很能说明问题了吧...

fanzeyi@linode:~$ traceroute www.v2ex.com
traceroute to www.v2ex.com (175.41.251.178), 30 hops max, 60 byte packets
1 184.105.143.85 (184.105.143.85) 0.424 ms 0.441 ms 0.567 ms
2 10gigabitethernet2-3.core1.fmt1.he.net (64.62.250.5) 3.860 ms 4.059 ms 4.257 ms
3 10gigabitethernet1-2.core1.sjc2.he.net (72.52.92.110) 1.208 ms 1.271 ms 1.276 ms
4 pacnet.10gigabitethernet2-2.core1.sjc2.he.net (216.218.192.234) 0.897 ms 0.873 ms 0.857 ms
5 po2-1-1.cr2.nrt1.asianetcom.net (202.147.50.146) 109.261 ms 109.261 ms 109.227 ms
6 ge-2-1-0-0.gw3.nrt5.asianetcom.net (202.147.0.182) 109.919 ms 109.402 ms 109.389 ms
7 AZN-0002.gw3.nrt5.asianetcom.net (203.192.150.90) 106.630 ms 106.592 ms 106.553 ms
8 27.0.0.129 (27.0.0.129) 107.132 ms 107.147 ms 107.117 ms
9 27.0.0.147 (27.0.0.147) 107.869 ms 107.788 ms 107.808 ms
10 * * *
11 * * *
anuxs
2011-06-14 12:09:25 +08:00
AWS的动态DNS、静态地址都是禁止ping的应该。
GordianZ
2011-06-14 12:46:01 +08:00
武汉电信的DNS最近抽风的厉害,什么都不解析了,擦。
jooe
2011-06-14 19:41:59 +08:00
部署的S3确实很慢
anuxs
2011-06-19 14:22:03 +08:00
今天可以了。破网站也开通了。

这是一个专为移动设备优化的页面(即为了让你能够在 Google 搜索结果里秒开这个页面),如果你希望参与 V2EX 社区的讨论,你可以继续到 V2EX 上打开本讨论主题的完整版本。

https://www.v2ex.com/t/14328

V2EX 是创意工作者们的社区,是一个分享自己正在做的有趣事物、交流想法,可以遇见新朋友甚至新机会的地方。

V2EX is a community of developers, designers and creative people.

© 2021 V2EX