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
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!