OK, will test and reply.That's why I wanted you to try a wired client, in case its wireless issue. Or something to do w/ these being phones. IOW, don't limit your testing to a couple of wireless smartphones. We need more data points.
OK, will test and reply.That's why I wanted you to try a wired client, in case its wireless issue. Or something to do w/ these being phones. IOW, don't limit your testing to a couple of wireless smartphones. We need more data points.
A wired client can connect to the router and get a local IP address. It can ping the router. But it cannot ping 8.8.8.8, and the wired client cannot access the Internet thru a browser, via curl, etc.That's why I wanted you to try a wired client, in case its wireless issue. Or something to do w/ these being phones. IOW, don't limit your testing to a couple of wireless smartphones. We need more data points.
Also dump the following.
Code:ip route ip rule
# ip route
default via 175.101.62.186 dev eth0
10.45.0.17 dev tun11 proto kernel scope link src 10.45.0.18
175.101.62.180/29 dev eth0 proto kernel scope link src 175.101.62.183
175.101.62.186 dev eth0 proto kernel scope link
127.0.0.0/8 dev lo scope link
192.168.100.0/24 dev br0 proto kernel scope link src 192.168.100.1
# ip rule
0: from all lookup local
10010: from 192.168.20.0/24 lookup main
10210: from 192.168.100.0/24 lookup ovpnc1
10211: from 192.168.1.0/24 lookup ovpnc1
32766: from all lookup main
32767: from all lookup default
traceroute -ni tun11 8.8.8.8
traceroute 8.8.8.8
ping 8.8.8.8 fails on all wireless and wired clients.BTW, there's always the possibility that clients are having a problem w/ DNS, and that internet connectivity is otherwise still there. That's the problem w/ relying only on a browser to determine if you have internet access. You need to try pinging a public IP (e.g., ping 8.8.8.8) from those same failed wireless clients to see if indeed this is only a DNS problem. Esp. if you're using DoT and Strict; I've seen instances where DoT is not nearly as reliable as good ol' Do53.
Respond ICMP Echo (ping) Request from WAN: No
tracepath 8.8.8.8
telnet 8.8.8.8 53
# telnet 8.8.8.8 53
Connection closed by foreign host
An interesting comment.BTW, there's always the possibility that clients are having a problem w/ DNS, and that internet connectivity is otherwise still there. That's the problem w/ relying only on a browser to determine if you have internet access. You need to try pinging a public IP (e.g., ping 8.8.8.8) from those same failed wireless clients to see if indeed this is only a DNS problem. Esp. if you're using DoT and Strict; I've seen instances where DoT is not nearly as reliable as good ol' Do53.
ping 8.8.8.8 fails on all wireless and wired clients.
however, I'm not sure if that is a valid test because I have this setting set to "No":
It has been set that way all along, which is why I have been testing with traceroute instead of ping on the router.Code:Respond ICMP Echo (ping) Request from WAN: No
I can run this command in Termux on a wireless client:
That fails at 30 hops after the first hop to the router.Code:tracepath 8.8.8.8
I can also run this command in Termux on Android, but it doesn't connect:
Code:telnet 8.8.8.8 53
However, on the router itself I get a response like this:
Code:# telnet 8.8.8.8 53 Connection closed by foreign host
ip route
ip rule
That's pasted a couple posts above. ThanksI wanted to see the following output as well.
Code:ip route ip rule
I was trying to wait it out and find a solution rather than restart my router. However, while reading thru various threads here I changed "Network Monitoring" from ping to DNS query and applied that change. I was not thinking that it would have an immediate impact on this issue. However, as soon as I applied the change, everything started working again. It's probably a good thing, otherwise I would be dealing with a house full of people complaining for the weekend.
No, single WAN. I did not know the setting was only for dual WAN, but like I said, I don't think it was this setting itself that had anything to do with resolving the issue. I think it was the act of applying any setting that got my router out of the malfunctioning state. Does that make sense?Network monitoring?? That's a function of Dual WAN. Do you have a dual wan configuration?!
No, single WAN. I did not know the setting was only for dual WAN, but like I said, I don't think it was this setting itself that had anything to do with resolving the issue. I think it was the act of applying any setting that got my router out of the malfunctioning state. Does that make sense?
Yes, I saw it at Administration->System->Basic Config. I wasn't really thinking when I changed it, as my plan had been to leave my router in that broken state until we could figure out the issue. I had a momentary lapse of focus when I changed it.Ok, I just realized that setting is also under Administration->System->Basic Config. You'd think that would be on the WAN page, just as it is for Dual WAN. I don't use it, so it surprised me when you claimed to have made a change. I thought you were using the Dual WAN page.
That's an interesting suggestion, but in the troubleshooting you helped me with earlier in this thread, we saw that both the WAN and the VPN tunnel were up.I agree. You probably could have made other changes, any one of which would reinitialize the WAN. So *something* is messing up the WAN over time. But trying to determine what that is is difficult. Perhaps your router is having difficulty renewing its lease. Does it keep accurate time? A few years ago I had a router that couldn't keep accurate time, so much so it would fail to renew the DHCP lease before it expired! End result, the WAN would simply stop working once the ISP actually expired the lease.
I have tested with 2 different ISP's (Comcast & ATT) as well as with 2 different AC86U's. Same problem in all permutations, starting with firmware 386.3_2. I did not have this problem before updating the firmware.Have you considered the possibility its the modem? I had a similar problem about 6-7 years ago, and discovered it was a failing modem (or perhaps the power supply, not sure which). I had the cable company replace both and all was normal again. Many ppl just assume these modems will last forever. But heat eventually gets to them and make them less and less reliable. I know you said you tried a different ISP, but it wasn't clear if that necessarily meant a change in modem (for all I know, you have your own). It could also be line issues between the modem and router, modem and street, etc. The only way to eliminate those possibilities if some other router worked perfectly.
Welcome To SNBForums
SNBForums is a community for anyone who wants to learn about or discuss the latest in wireless routers, network storage and the ins and outs of building and maintaining a small network.
If you'd like to post a question, simply register and have at it!
While you're at it, please check out SmallNetBuilder for product reviews and our famous Router Charts, Ranker and plenty more!