What's new

YazFi no YazFi tab showing in guest network

  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

Chenks

Regular Contributor
hi

is YazFi still supported on RT-AX88U with merlin 386.2_4.
i have had it installed for some time, and YazFi is up to date according to amtm, but i seem to have no YazFi tab in the guest network section

Screenshot 2021-05-26 120703.jpg
 
yes that has now made the YazFi tab appear.
is this a one time fix or is something else going on that will need fixed?
 
yes that has now made the YazFi tab appear.
is this a one time fix or is something else going on that will need fixed?
should happen automatically on boot, you'd need to check syslog for any yazfi errors after rebooting
 
should happen automatically on boot, you'd need to check syslog for any yazfi errors after rebooting

last time it was rebooted was when the 386.2_4 update was installed
 
last time it was rebooted was when the 386.2_4 update was installed
firmware updates involve lots of things happening, so I'm not surprised if something didn't run properly. i find it best to always do a reboot after installing firmware and then check if anything is amiss
 
firmware updates involve lots of things happening, so I'm not surprised if something didn't run properly. i find it best to always do a reboot after installing firmware and then check if anything is amiss

it's enabled now, and letting me set the YazFi settings for the enabled guest network.
but for some reason after clicking "apply" it reverts back to disabled? and doesn't appear to have saved any of the changes i applied (i set different DNS servers for this guest network)

Screenshot 2021-05-28 101756.jpg
 
updated to 4.2.1
still same issue

when running "apply YazFi settings" i am getting a couple of errors

Screenshot 2021-05-28 113811.jpg
 
is this after trying to apply settings again in the WebUI? if it reverted guest 1 to disabled before you tried applying then i'd expect the last error

yes, this is after trying to apply the settings again.
i only have 1 guest network enabled

Screenshot 2021-05-28 114122.jpg


for the first error, please run the below at SSH prompt (not in YazFi)

result is
Code:
wl0.1 wl0.2 wl0.3 wl1.1 wl1.2 wl1.3
 
that's strange. can you upload/share a copy of /jffs/addons/YazFi.d/config please

the config file seems to have the 2nd 2.4GHz network enabled, when there isn't a 2.4Ghz guest network enabled at all.
and the 5Ghz network that is enabled is showing as disabled on the config.

Code:
####################################################################
######                   YazFi Configuration                  ######
####################################################################
#                  User Variables - edit as needed                 #
#                                                                  #
#            You must configure the Guest Network(s) in            #
#              the router GUI before using this script             #
#                                                                  #
#            N.B. Currently hardcoded to a 255.255.255.0           #
#            subnet, so DHCP pool can start at a minimum           #
#               of X.Y.Z.2 and a maximum of X.Y.Z.254              #
#                                                                  #
####################################################################
######                    2.4 GHz Networks                    ######
####################################################################
######                 Guest Network 1 (wl0.1)                 #####
####################################################################
wl01_ENABLED=false
wl01_IPADDR=192.168.2.0
wl01_DHCPSTART=2
wl01_DHCPEND=254
wl01_DNS1=8.8.8.8
wl01_DNS2=8.8.4.4
wl01_FORCEDNS=true
wl01_REDIRECTALLTOVPN=false
wl01_VPNCLIENTNUMBER=2
wl01_TWOWAYTOGUEST=false
wl01_ONEWAYTOGUEST=true
wl01_CLIENTISOLATION=false
####################################################################
######                 Guest Network 2 (wl0.2)                 #####
####################################################################
wl02_ENABLED=true
wl02_IPADDR=192.168.3.0
wl02_DHCPSTART=2
wl02_DHCPEND=254
wl02_DNS1=8.8.8.8
wl02_DNS2=8.8.4.4
wl02_FORCEDNS=true
wl02_REDIRECTALLTOVPN=false
wl02_VPNCLIENTNUMBER=1
wl02_TWOWAYTOGUEST=true
wl02_ONEWAYTOGUEST=false
wl02_CLIENTISOLATION=false
####################################################################
######                 Guest Network 3 (wl0.3)                 #####
####################################################################
wl03_ENABLED=false
wl03_IPADDR=192.168.4.0
wl03_DHCPSTART=2
wl03_DHCPEND=254
wl03_DNS1=8.8.8.8
wl03_DNS2=8.8.4.4
wl03_FORCEDNS=false
wl03_REDIRECTALLTOVPN=false
wl03_VPNCLIENTNUMBER=1
wl03_TWOWAYTOGUEST=false
wl03_ONEWAYTOGUEST=false
wl03_CLIENTISOLATION=false
####################################################################
######                     5 GHz Networks                     ######
####################################################################
######                 Guest Network 1 (wl1.1)                 #####
####################################################################
wl11_ENABLED=false
wl11_IPADDR=192.168.5.0
wl11_DHCPSTART=2
wl11_DHCPEND=254
wl11_DNS1=8.8.8.8
wl11_DNS2=8.8.4.4
wl11_FORCEDNS=false
wl11_REDIRECTALLTOVPN=false
wl11_VPNCLIENTNUMBER=1
wl11_TWOWAYTOGUEST=false
wl11_ONEWAYTOGUEST=false
wl11_CLIENTISOLATION=false
####################################################################
######                 Guest Network 2 (wl1.2)                 #####
####################################################################
wl12_ENABLED=false
wl12_IPADDR=192.168.6.0
wl12_DHCPSTART=2
wl12_DHCPEND=254
wl12_DNS1=8.8.8.8
wl12_DNS2=8.8.4.4
wl12_FORCEDNS=false
wl12_REDIRECTALLTOVPN=false
wl12_VPNCLIENTNUMBER=1
wl12_TWOWAYTOGUEST=false
wl12_ONEWAYTOGUEST=false
wl12_CLIENTISOLATION=false
####################################################################
######                 Guest Network 3 (wl1.3)                 #####
####################################################################
wl13_ENABLED=false
wl13_IPADDR=192.168.7.0
wl13_DHCPSTART=2
wl13_DHCPEND=254
wl13_DNS1=8.8.8.8
wl13_DNS2=8.8.4.4
wl13_FORCEDNS=false
wl13_REDIRECTALLTOVPN=false
wl13_VPNCLIENTNUMBER=2
wl13_TWOWAYTOGUEST=false
wl13_ONEWAYTOGUEST=false
wl13_CLIENTISOLATION=false
####################################################################
######                    5 GHz - 2 Networks                  ######
######     (for those with 2 5GHz radios, e.g. RT-AC5300)     ######
####################################################################
######                 Guest Network 1 (wl2.1)                 #####
####################################################################
wl21_ENABLED=false
wl21_IPADDR=192.168.8.0
wl21_DHCPSTART=2
wl21_DHCPEND=254
wl21_DNS1=8.8.8.8
wl21_DNS2=8.8.4.4
wl21_FORCEDNS=false
wl21_REDIRECTALLTOVPN=false
wl21_VPNCLIENTNUMBER=1
wl21_TWOWAYTOGUEST=false
wl21_ONEWAYTOGUEST=false
wl21_CLIENTISOLATION=false
####################################################################
######                 Guest Network 2 (wl2.2)                 #####
####################################################################
wl22_ENABLED=false
wl22_IPADDR=192.168.9.0
wl22_DHCPSTART=2
wl22_DHCPEND=254
wl22_DNS1=8.8.8.8
wl22_DNS2=8.8.4.4
wl22_FORCEDNS=false
wl22_REDIRECTALLTOVPN=false
wl22_VPNCLIENTNUMBER=1
wl22_TWOWAYTOGUEST=false
wl22_ONEWAYTOGUEST=false
wl22_CLIENTISOLATION=false
####################################################################
######                 Guest Network 3 (wl2.3)                 #####
####################################################################
wl23_ENABLED=false
wl23_IPADDR=192.168.10.0
wl23_DHCPSTART=2
wl23_DHCPEND=254
wl23_DNS1=8.8.8.8
wl23_DNS2=8.8.4.4
wl23_FORCEDNS=false
wl23_REDIRECTALLTOVPN=false
wl23_VPNCLIENTNUMBER=1
wl23_TWOWAYTOGUEST=false
wl23_ONEWAYTOGUEST=false
wl23_CLIENTISOLATION=false
####################################################################
 
the config file seems to have the 2nd 2.4GHz network enabled, when there isn't a 2.4Ghz guest network enabled at all.
Wonder if that Amazon Wi-Fi simple setup option under under the second 2.4GHz section is the cause? Maybe something with that Amazon feature is affecting the YazFi script?
 
Last edited:
Wonder if that Amazon Wi-Fi simple setup option under under the second 2.4GHz section is the cause? Maybe something with that Amazon feature is affecting the YazFi script?

that's always been there, and it's not enabled anyway.

it seems the changes i'm making aren't being written to the config file
 
that's always been there, and it's not enabled anyway.

it seems the changes i'm making aren't being written to the config file
4.2.1 should solve that but seemingly not. Do you see yazfi attempting to save the config in syslog after hitting apply?
 
4.2.1 should solve that but seemingly not. Do you see yazfi attempting to save the config in syslog after hitting apply?

i enabled the YazFi setting again, made changes to the settings, clicked "apply".

the system log showed only 2 lines relating to YazFi

Code:
May 28 12:44:14 rc_service: httpd 1342:notify_rc start_YazFi
May 28 12:44:14 custom_script: Found service-event, but custom script execution is disabled!
 
for some reason "Enable JFFS custom scripts and configs" had turned itself off.
i didn't do it, so i'm guessing one of the merlin updates disabled it at some point.
 

Latest threads

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Top