I tried to get to The World of Woodturners site today and getting "site can't be reached" errors. Probably just a temporary problem but thought I would ask.
I just logged on after reading your post, all is well.I tried to get to The World of Woodturners site today and getting "site can't be reached" errors. Probably just a temporary problem but thought I would ask.
Check your nameservers? Try google's nameservers? If you had a linux machine, grab and install MTR (Matt's TraceRoute) and try pinging the IP address (nslookup domain.com 8.8.8.8) 8.8.8.8 is google dns server...I've seen all kinds of weird after spending 25 years in the computer biz but this is weird. I am still getting the same message on three computers and two different browsers.
typing the link directly in doesn't work. Even the link from a google search doesn't work. I have cleared cache and rebooted my system to no avail. perhaps tomorrow whatever's going on will be resolved.I had trouble for a couple hours a couple days ago, but no problems any time today
thanks for the all the replies. I haven't been able to access for . tried rebooting my router but still no go. I'll post when/if I am able to get back in.day
That means that have ICMP turned off for responding to pings. That IP is resolving correctly, so it isn't a DNS issue. If you open up developer tools in the browser (Ctrl+Shift+I , or just right click and "Inspect" some element) perhaps there is some information the console tab?day 3 and still can't connect. tried changing DNS servers but still getting "site can't be reached" error . ran a ping to www.thewows.com ( It pinged 38.65.96.131) and got "destination port not reachable" can someone help me and run a ping and let me know what happens?
thanks but console tab has "no issues" besides it's happening on three different windows computers on both chrome and edge and also on my chromebook! I am stumped and missing The WOWS! I'm going to take my laptop to another location and try itThat means that have ICMP turned off for responding to pings. That IP is resolving correctly, so it isn't a DNS issue. If you open up developer tools in the browser (Ctrl+Shift+I , or just right click and "Inspect" some element) perhaps there is some information the console tab?
Good idea. I once had the strangest problem with our internet service and spent many hours investigating and several more hours convincing a service tech there was an issue. Without going into significant details, there was a bad relay modem at one of the hops between my home and work. If during the hops it hit that modem with an even number in the last octet, it worked fine, if the packets hit that hop with an odd number, 100% packet loss. I had logs and logs of traceroutes and I finally convinced the tech, he called a guy, that guy reset the device and everything worked.thanks but console tab has "no issues" besides it's happening on three different windows computers on both chrome and edge and also on my chromebook! I am stumped and missing The WOWS! I'm going to take my laptop to another location and try it
day 3 and still can't connect. tried changing DNS servers but still getting "site can't be reached" error . ran a ping to www.thewows.com ( It pinged 38.65.96.131) and got "destination port not reachable" can someone help me and run a ping and let me know what happens?
Thanks Webb but no chance. I'm a member and have had it bookmarked for years. Also I have typed it in and also tried the link from a google search from multiple computers and browsers. Thanks for the suggestion, though. I'll try it from another location tomorrowBy any chance are you using a previously typed address that is wrong? Try typing it again instead of relying on what could have been previously entered incorrectly.
John, thanks for the suggestion. I've never used tracert before so I gave it a shot. see attached for the resultsInstead of pinging, try a Trace Route (command on windows is tracert). Trace to the domain name, and see if it is able to reach and identify all the intermediate nodes between you and the server. You may have a routing issue. Can be caused by a number of things, but it might take a call to your ISP to see if it is something they can resolve. If your tracert works, it is also possible that a DNS update is taking a while and you are one of the outer nodes that have not been updated yet. Usually that happens fairly fast, but for the servers farthest from the source that can take a couple of days, although in rare cases it could take longer.
That last one indicates a problem. Kind of an odd one, protocol unreachable. Usually it's host or port unreachable. Could mean a couple of things... First is that your ip may be blocked at the server. You might try reaching out to your isp and see if they can force a new ip address on you. Then see in you can connect.John, thanks for the suggestion. I've never used tracert before so I gave it a shot. see attached for the resultsView attachment 77488
Or could be they are just blocking ICMP Echo requests (possibly part of a DDOS prevention) If you'd tried tracert yourself, likely would have gotten the same response (I just did)That last one indicates a problem. Kind of an odd one, protocol unreachable. Usually it's host or port unreachable. Could mean a couple of things... First is that your ip may be blocked at the server. You might try reaching out to your isp and see if they can force a new ip address on you. Then see in you can connect.
Or could be they are just blocking ICMP Echo requests (possibly part of a DDOS prevention) If you'd tried tracert yourself, likely would have gotten the same response (I just did)
However, if you were using Linux command line you could specify the port to make the request (can't do that on windows tracert) so more likely get a valid response from port 443 (https
But other than that, he could well have had his IP address blocked by the server's firewall for some odd reason (Could be his computer glitched on some sort of request and the firewall pre-emptively blocked what might have been seen as a precursor to a DDoS - It's very rare but has been known to happen depending on firewall configuration - in which case the server admin simply would need to restart firewall, though it may itself be on a scheduled task to restart weekly or monthly)