Just spend 5h trying to troubleshoot this new version...
When i did upgrade from 380.68.4 (on this version was all fine VPN, routings, etc) - on new nonVPN clients stopped to work, ive tried different DNS, remove and add IPs into strict mode , behaves strange...like it doesnt take the rules right way or what...
then ive removed script "nat-start" some of them were working
also tried to do factory reset and setup all from scratch...the same
after i got fed up and moved to 380, on this RT-AC88U_382.1_2 is either something changed in settings behavior or then is some other issue with nat/VPN/DNS settings as on router i was able to ping internet , but i clients didn't work
When i did upgrade from 380.68.4 (on this version was all fine VPN, routings, etc) - on new nonVPN clients stopped to work, ive tried different DNS, remove and add IPs into strict mode , behaves strange...like it doesnt take the rules right way or what...
then ive removed script "nat-start" some of them were working
Code:
iptables -I FORWARD -i br0 -o tun11 -j ACCEPT
iptables -I FORWARD -i tun11 -o br0 -j ACCEPT
iptables -I FORWARD -i br0 -o vlan1 -j DROP
iptables -I INPUT -i tun11 -j REJECT
iptables -t nat -A POSTROUTING -o tun11 -j MASQUERADE
also tried to do factory reset and setup all from scratch...the same
after i got fed up and moved to 380, on this RT-AC88U_382.1_2 is either something changed in settings behavior or then is some other issue with nat/VPN/DNS settings as on router i was able to ping internet , but i clients didn't work