无法从我们家访问我自己的网站


0

不确定这是否是正确的问题,但我会对它有所了解。

我在荷兰主持了一些带有虚拟主机的网站。几天来,我一直无法从家庭网络连接到他们。在cmd屏幕中使用tracert时,我在大约4-5次跳跃后会超时。

除了我的家庭网络,从任何地方访问网站似乎都很好。房子周围的其他PC也无法打开网站。我已经尝试过'刷新我的DNS',正如其他一些话题中所见,但还没有结果。

其中一个网站:http//bit.ly/1hbqs4J

我也和我的主人联系过这个,但还没有回复。试着尽我所能控制自己的情况。

问候,戴夫


这看起来像是家庭Internet连接和托管服务器之间路由的问题。它不会是托管公司可以做任何事情的事情,而且可能超出了你自己的控制范围。与提供您家庭互联网连接的ISP交谈。

Answers:


1

可以检查dns服务器是否设置正确。尝试ping网站,看看是否有效。如果ping命令失败,您可以更改为谷歌的DNS服务器。8.8.8.8或8.8.4.4

me $ host smartphonehandschoenen.nl
smartphonehandschoenen.nl has address 93.184.96.77
smartphonehandschoenen.nl mail is handled by 10 mail.smartphonehandschoenen.nl.
me $ ping -c5  93.184.96.77
PING 93.184.96.77 (93.184.96.77) 56(84) bytes of data.
64 bytes from 93.184.96.77: icmp_seq=1 ttl=56 time=144 ms
64 bytes from 93.184.96.77: icmp_seq=2 ttl=56 time=144 ms
64 bytes from 93.184.96.77: icmp_seq=3 ttl=56 time=145 ms
64 bytes from 93.184.96.77: icmp_seq=4 ttl=56 time=145 ms
64 bytes from 93.184.96.77: icmp_seq=5 ttl=56 time=144 ms

--- 93.184.96.77 ping statistics ---
5 packets transmitted, 5 received, 0% packet loss, time 4006ms
rtt min/avg/max/mdev = 144.483/144.947/145.650/0.431 ms
me $ 
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.