我们如何才能阻止与我们的 VPS 的连接?

我们如何才能阻止与我们的 VPS 的连接?

过去一周,我们一直在努力从网络内部连接到 VPS,我们在那里为我们的产品用户托管一些文件。它对其他人来说是可用的,对我们来说是不可用的,而且没有被我们的防火墙阻止。我们可以 ping 其上的 IP 并吹走它(不属于我们),但 tracert 给我们这个

[root@webserver ~]# tracepath 205.178.186.176
 1:  10.10.10.85 (10.10.10.85)                              0.086ms pmtu 1500
 1:  24-158-1-81.static.mdsn.wi.charter.com (24.158.1.81)   2.732ms
 1:  24-158-1-81.static.mdsn.wi.charter.com (24.158.1.81)   1.782ms
 2:  10.137.194.1 (10.137.194.1)                            7.067ms
 3:  dtr01mazowi-tge-0-7-0-7.mazo.wi.charter.com (96.34.22.50)   9.244ms
 4:  crr01euclwi-tge-0-5-0-4.eucl.wi.charter.com (96.34.17.38)  20.057ms
 5:  bbr01euclwi-bue-4.eucl.wi.charter.com (96.34.2.4)     20.499ms
 6:  bbr02euclwi-bue-5.eucl.wi.charter.com (96.34.0.7)     43.499ms
 7:  bbr01chcgil-bue-1.chcg.il.charter.com (96.34.0.9)     27.379ms
 8:  prr01chcgil-bue-2.chcg.il.charter.com (96.34.3.9)     22.129ms
 9:  eqix.chcg.twtelecom.NET (206.223.119.36)              22.177ms asymm 10
10:  atl1-ar3-ge-1-1-0-0.us.twtelecom.net (66.192.241.138)  51.657ms asymm 16
11:  66-193-226-118.static.twtelecom.net (66.193.226.118)  43.431ms
12:  209.17.112.34 (209.17.112.34)                         47.507ms
13:  209.17.114.78 (209.17.114.78)                         43.511ms
14:  no reply
15:  no reply
16:  no reply
17:  no reply

等等,直到超时。当我检查 downforeveryoneorjustme 时,它​​始终处于运行状态,在我的手机上和家里都可以使用(我们的一些客户可能报告了中断,尽管我还没有确认)。

在第 11 跳和第 12 跳之间,有一个长时间的停顿。我听说时代华纳不知怎么地一直在阻止,而 209.17.114.78 实际上位于托管我们 VPS 的网络解决方案(或 web.com)上,我们甚至不是时代华纳的订户,我们尝试使用我们的备用 ISP(不是 Charter)进行连接,但也没有成功,这很奇怪。我给网络解决方案支持部门打过几次电话,我实际上同意他们的说法,这不是他们的问题(即使它发生在自动更新并行更新之后)。

所以,问题是,什么原因导致 traceroute 像这样失败,以及什么可能看似对我们而言阻碍整个过程。

这是来自我们网络之外的同事的另一条跟踪路由(你可以自己做)

Tracing route to 205.178.186.176
over a maximum of 30 hops:

  1    <1 ms    <1 ms    <1 ms  192.168.0.10
  2     8 ms     8 ms     6 ms  10.135.192.1
  3     9 ms    14 ms     7 ms  dtr01ftbgwi-tge-0-6-0-3.ftbg.wi.charter.com [96.34.25.58]
  4    26 ms    11 ms    11 ms  crr01ftbgwi-bue-4.ftbg.wi.charter.com [96.34.18.108]
  5    22 ms    23 ms    23 ms  crr01euclwi-bue-1.eucl.wi.charter.com [96.34.16.77]
  6    19 ms    15 ms    15 ms  bbr01euclwi-bue-4.eucl.wi.charter.com [96.34.2.4]
  7    20 ms    15 ms    16 ms  bbr02euclwi-bue-5.eucl.wi.charter.com [96.34.0.7]
  8    23 ms    31 ms    23 ms  bbr01chcgil-bue-1.chcg.il.charter.com [96.34.0.9]
  9    23 ms    21 ms    21 ms  prr01chcgil-bue-2.chcg.il.charter.com [96.34.3.9]
 10    69 ms    20 ms    21 ms  eqix.chcg.twtelecom.net [206.223.119.36]
 11    53 ms    54 ms    54 ms  atl1-ar3-ge-1-0-0-0.us.twtelecom.net [66.192.246.238]
 12    49 ms    49 ms    47 ms  66-193-226-118.static.twtelecom.net [66.193.226.118]
 13    52 ms    49 ms    57 ms  209.17.112.38
 14    49 ms    61 ms    47 ms  209.17.114.78
 15     *        *        *     Request timed out.
 16    50 ms    49 ms    48 ms  176.186.178.205.netsolvps.com [205.178.186.176]

使用代理时也有效。此外,当我通过 SSH 进入我的 VPS 时,我无法连接回我的办公室(需要在那里建立连接以在两个服务器之间进行身份验证)

答案1

检查mtrVPS 的数据包丢失情况(如果有)。我在 209.17.114.78 上丢失了很多数据包,所以很可能是配置导致丢包。

相关内容