TravisPerform a DNS lookup on the domain.Open a command prompt (this varies on different windows systems)Type:nslookup www.gatewaytoairguns.orgYou should get the following response:Server: UnKnownAddress: 2605:a601:716:6c00::1Non-authoritative answer:Name: gatewaytoairguns.orgAddress: 108.160.150.122Aliases: www.gatewaytoairguns.orgIf the Address shows a different IP than 108.160.150.122, type the command again, except add " 8.8.8.8" at the end:nslookup www.gatewaytoairguns.org 8.8.8.8to use google's dns server instead of your ISP. See if that resolves to the correct IP address.
Still haven’t found the problem so frustrating
If you haven't done so already, I would go into your router and reset the firewall to default. There should be an option for that.
Open a terminal and type the following command:traceroute www.gatewaytoairguns.orgTraceroute should detail each hop your request jumps through, and can sometimes indicate where in the path a packet is getting blocked. Doesn't always work great with NAT traversal and some other modern networking technologies, but its worth a shot.Travis, if you want to, we can set up a remote desktop session through teamviewer or something, and have one of the computer experts look at your pc and network directly. I would be happy to spend a few minutes with it if you want to do that. Send me a PM if you do.
Just for shoots and giggles, try flushing your DNS cache.1.Open “CMD” and run as administrator to launch command line and type the following:2.ipconfig /flushdns3.C:\> ipconfig /flushdnsYou should see:Windows IP ConfigurationSuccessfully flushed the DNS Resolver Cache.C:\>