skeal
Part of the Furniture
No change. Still the same. My initial clock set doesn't take place until 45 seconds before the last log entry of the reboot.try using it and see what happens with your ovpn issues.
No change. Still the same. My initial clock set doesn't take place until 45 seconds before the last log entry of the reboot.try using it and see what happens with your ovpn issues.
I too believe it is a race condition of sorts.try using it and see what happens with your ovpn issues.
This is a browser feature, unrelated to the router.
I think if you check this out the esni process in firefox products requires the DoH to work.Setting the following in Firefox 66.0.3 (Mac) passes the test:
network.trr.mode = 2
network.security.esni.enabled = true
Setting network.trr.mode = 3, did not work for me, but 2 does. I'm not sure how else to verify ESNI.
I think if you check this out the esni process in firefox products requires the DoH to work.
Did you ever try an NTP server that is closer to you. I configured one a few miles down the road from me and it syncs the time much faster than the generic pool.ntp.org. You can find ntp servers on a wiki list from ntp.org. Than test the latency with a ping for each server listed and choose the lowest one. I.e. mine went from 110ms for pool.ntp.org to 18ms with this one 64.113.44.54I only have the one entry for time server, (pool.ntp.org) and no other NTP settings. See attached image.View attachment 17251
I wouldn't use Firefox's implementation since its running through a proprietary DoH on Firefox's own servers circumventing your DNS implementation. I would wait with eSNI until its an accepted standard.It's interesting. When I enable these settings in Firefox and retest cloudflare DNS, I get "Using DNS over TLS (DoT)" now showing "Yes". Didn't make any changes to the RT-AC5300. I'm currently on 384.10_2 with Stubby 1.1.1 (Diversion, pixelserv-tls static w/ TLS 1.3) using the PIA VPN client with the router DNS.
I wouldn't use Firefox's implementation since its running through a proprietary DoH on Firefox's own servers circumventing your DNS implementation. I would wait with eSNI until its an accepted standard.
Should I downgrade if I have 384.11 Beta 1 running on 87u? Everything is running fine for me since updating the firmware last night.
EDIT: RT-AC87U and RT-AC3100 beta 1 builds were pulled, as the images seem to suffer from the same corruption issues that recently affected Asus's own RT-AC68U 384_45708 release.Why are you thinking of downgrading?
/jffs/scripts/ovpn-start
#!/bin/sh
#/jffs/scripts/ovpn-start
#Delay Openvpn Server1 and Client1 until NTP update is complete (auto start in webui must be set to no)
c=0
while [ $(date +%Y) -lt 2015 -a $c -lt 20 ]
do
c=`expr $c + 1`
logger "OVPN Waiting for Time Adjustment...."
sleep 1s
done
logger "Starting OVPN Services"
service start_vpnclient1
sleep 10s
service start_vpnserver1
sh /jffs/scripts/ovpn-start
@RMerlin Yahoo I figured out the OVPN and reboot conflict on my AX88U. If I rebooted with the OVPN Server, or Client, or both set to start at boot up, the router would fail to get it's NTP update and then of course the WAN wouldn't come up. It was caused by a race condition
Any tips on doing the flash as mine keeps failing around 81% using latest official asus firmware.Recovery flash usually requires a stock firmware. You can use any of the official ASUS ones. That's what I used, and then flashed back to Merlin 384.10_2.
A few other people had this problem too. Please look into this!
Embarrassed to ask this, but how could I tell if the B1b "took"? On Tools|System information I'm showing a Friday build--should that be Saturday?The firmware version will still show as beta1
Try to use lan and install via http and not https.Any tips on doing the flash as mine keeps failing around 81% using latest official asus firmware.
I would also like to know this.Embarrassed to ask this, but how could I tell if the B1b "took"? On Tools|System information I'm showing a Friday build--should that be Saturday?
Kind of hard when the beta bugged up the ability to access the gui. I am talking about the rescue installTry to use lan and install via http and not https.
Also disable air protection and restart before reflash. (Sometime maybe due to lack of memory)
EDIT: RT-AC87U and RT-AC3100 beta 1 builds were pulled, as the images seem to suffer from the same corruption issues that recently affected Asus's own RT-AC68U 384_45708 release.
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!