amplatfus
Senior Member
Hi,Yea it is continuing to rebuild the rules with eth0 instead of new wan interface. Not sure if it is hard coded or if they use nvram get wan_ifname from NVRAM, my script does update that value, double check that when you switch to Secondary WAN
Thank you very much for tip. The sollution was to edit the YazFi script.
[SOLVED]
The fix for this is to do replacecement of all IFACE_WAN occudences from YazFi script
Original value:
Bash:
IFACE_WAN="$(nvram get wan0_ifname)"
Value in order to make it works on Secondary WAN:
Bash:
IFACE_WAN="$(nvram get wan_ifname)"
Thank you,
amplatfus
PS: initial raised here [SOLVED v2] YazFi - no internet on secondary wan (eth8)