我昨天开的 RDS,ECS 老是连不上 RDS,区域 /白名单 /vpc 等等什么都检查完了,折腾了很久才发现可能 RDS 的 ip 和 docker 网段冲突了(关键信息用-----替换了),见:
[root@---------- tmp]# ping ----------.mysql.rds.aliyuncs.com
PING ----------.mysql.rds.aliyuncs.com (172.17.207.168) 56(84) bytes of data.
^C
--- ----------.mysql.rds.aliyuncs.com ping statistics ---
3 packets transmitted, 0 received, 100% packet loss, time 1999ms
[root@---------- tmp]# ifconfig
br--------: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 172.26.0.1 netmask 255.255.0.0 broadcast 172.26.255.255
inet6 fe80::42:9cff:fef8:f178 prefixlen 64 scopeid 0x20<link>
ether 02:42:9c:f8:f1:78 txqueuelen 0 (Ethernet)
RX packets 9789 bytes 1099918 (1.0 MiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 9789 bytes 1099918 (1.0 MiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
docker0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 172.17.0.1 netmask 255.255.0.0 broadcast 172.17.255.255
inet6 fe80::42:56ff:fe41:ecbb prefixlen 64 scopeid 0x20<link>
ether 02:42:56:41:ec:bb txqueuelen 0 (Ethernet)
RX packets 1102216 bytes 347920462 (331.8 MiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 1262457 bytes 877382749 (836.7 MiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
我觉得应该是冲突了,阿里云为啥要选这个和 docker 冲突的网段来当 RDS 的网段呢?我现在该咋办?工单很久没反应了
这是一个专为移动设备优化的页面(即为了让你能够在 Google 搜索结果里秒开这个页面),如果你希望参与 V2EX 社区的讨论,你可以继续到 V2EX 上打开本讨论主题的完整版本。
V2EX 是创意工作者们的社区,是一个分享自己正在做的有趣事物、交流想法,可以遇见新朋友甚至新机会的地方。
V2EX is a community of developers, designers and creative people.