I wonder why it would work ok in yours, but not mine?I have the same version(latest).
Thanks
I wonder why it would work ok in yours, but not mine?I have the same version(latest).
I had to forget the network then reconnect the wifi. I don't know why but I was getting the old "No Internet" warning from the phone even though it was connected. I swear I set everything up exactly as before, everything else on the main wifi reconnected just fine.If your ISP uses IPSEC for Wifi Calling then make sure that on WAN -> NAT Passthrough the IPSEC passthrough is enabled.
I really I'm not sure what to suggest but if it's truly certificate problem then have you tried accessing your router through HTTP? Are you able to resolve the page?I wonder why it would work ok in yours, but not mine?
Thanks
Where the address bar is on Edge, to the left it says not secure. So, I think it is accessing through HTTP already.I really I'm not sure what to suggest but if it's truly certificate problem then have you tried accessing your router through HTTP? Are you able to resolve the page?
So it seems your problem doesn't have to do with certificates. Have you clear your caches plus do a "clear browser data" from settings just in case there is a corrupt browser data in edge.Where the address bar is on Edge, to the left it says not secure. So, I think it is accessing through HTTP already.
Thanks
Yes, I clear browser cache and refresh page after flash to Beta 2. Like I said the VPN is working as it should, just the Status page, etc... do not display correctly. If I enable VPN, go to VPN status page it does not show VPN connected or working, even though it is. I clear the Browser cache and refresh page and it shows correctly. Just with the VPN section if I make a change, even though the change happens, I have to clear cache and refresh the page for it to reflect or show the change properly. If all that makes any sense.So it seems your problem doesn't have to do with certificates. Have you clear your caches?
What edge extensions are installed?Yes, I clear browser cache and refresh page after flash to Beta 2. Like I said the VPN is working as it should, just the Status page, etc... do not display correctly. If I enable VPN, go to VPN status page it does not show VPN connected or working, even though it is. I clear the Browser cache and refresh page and it shows correctly. Just with the VPN section if I make a change, even though the change happens, I have to clear cache and refresh the page for it to reflect or show the change properly. If all that makes any sense.
Thanks
Check your installed addons.I wonder why it would work ok in yours, but not mine?
Thanks
Easy Browser Cleaner (www.computersluggish.com) and AdBlocker Ultimate (https://adblockultimate.net/windows). I did turn these off, no change.Check your installed addons.
Please collect some screenshots:Easy Browser Cleaner (www.computersluggish.com) and AdBlocker Ultimate (https://adblockultimate.net/windows). I did turn these off, no change.
Indeed, the global rule which is added at the bottom of the function was still always using the DNAT. I changed it so Router mode will now use a REDIRECT target instead.I'll have to check, that rule was probably created elsewhere than the code section I adjusted.
For consistance it's probably not a bad idea still to have that one set to REDIRECT. It will help have it work as some kind of catch-all rule, in case there might be scenarios I haven't thought about.I suppose it doesn’t matter for the global rule, since it will always be the main LAN IP or another DNS service, never an SDN network.
Insert a rule at the top of DNSFILTER_DOT table that will RETURN, i.e.:Slightly related, but is there a way to "tell" DNS Director not to block port 853? I delegate DoT/DoH blocking to an external DNS block list through ControlD but at the same time I'd like to use ControlD DoT on my Android phone (and DNS Director blocks it). In short, I'd like to have DNS Director active but outgoing port 853 open as well. Is this feasible, somehow, even using some iptables rule? Id6be grateful if you could suggest some workaround.
Thanks a lot in advance.
iptables -I DNSFILTER_DOT -j RETURN
DOT filtering wasn't implemented at all for SDNs, only for specific clients, and globally. This commit adds supports for SDNs themselves as well.I hope to try out the beta2 tomorrow, but when I manually implemented the guest clients in beta1, I needed the router ip of the other subnets to implement the DNSFILTER_DOT icmp-port-unreachable rules in addition to the dnat rules. Any idea how those are handled now?
Bug in the Wifi 6 GPL, fixed with this commit.I doubt there is any side effect from this, but I noticed these libmnl libraries incorrectly linked in the firmware image.
Seems to be unique in 3006.102-wifi6.Code:lrwxrwxrwx 1 rtradmin root 115 Apr 19 12:51 libmnl.so -> /home/merlin/amng.ax88pro/release/src-rt-5.04axhnd.675x/targets/94912GW/fs.install/libmnl-1.0.4/usr/lib/libmnl.so.0 lrwxrwxrwx 1 rtradmin root 115 Apr 19 12:51 libmnl.so.0.2.0 -> /home/merlin/amng.ax88pro/release/src-rt-5.04axhnd.675x/targets/94912GW/fs.install/libmnl-1.0.4/usr/lib/libmnl.so.0
Thanks, this is very useful Someone else suggested me also to use "No redirection" for my phone in DNS Director. It works fine, even if MAC randomization has to be deactivated on Android for that connection. The iptables rule you suggest is probably more solid, in this respect.Insert a rule at the top of DNSFILTER_DOT table that will RETURN, i.e.:
Code:iptables -I DNSFILTER_DOT -j RETURN
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!