Sanna1967
Senior Member
https://www.snbforums.com/threads/beta-380-asuswrt-merlin-380-69-beta-is-now-available.42660/#post-363382Looks like the System Status - Ethernet Ports has stop working on 380.69_beta1
https://www.snbforums.com/threads/beta-380-asuswrt-merlin-380-69-beta-is-now-available.42660/#post-363382Looks like the System Status - Ethernet Ports has stop working on 380.69_beta1
wo concurrent active VPN clients 1 & 2 both with 'Accept DNS Configuration=Exclusive'
Yes they are both set to Automatic.Also, make sure you have both VPN client's Firewall set to "Automatic".
Restarting DNSFIlter involves restarting dnsmasq and the firewall, so check these two to make sure you don't have any custom script interfering.
FIRMWARE=$(echo $(nvram get buildno) | awk 'BEGIN { FS = "." } {printf("%03d%02d",$1,$2)}')
if [ "$FIRMWARE" -lt 38063 ];then
<do something> # If firmware version <380.63 then <do something>
fi
if [ "$FIRMWARE" -ge 38201 ];then
< file / etc /ethers no longer created but
/ etc /dnsmasq.conf now populated with multiple 'dhcp-host=' statements instead.
Duplicates due to legacy dnsmasq.conf.add entries prevents DNSMASQ starting :-(
fi
if [ "$FIRMWARE" -lt 38063 ];then
We use essential cookies to make this site work, and optional cookies to enhance your experience.