If Entware is not installed, try using the full path:
/jffs/scripts/YazFi startup
YazFi: Mounting YazFi WebUI page as user1.asp
should happen automatically on boot, you'd need to check syslog for any yazfi errors after rebootingyes 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
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 amisslast 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
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 errorupdated to 4.2.1
still same issue
when running "apply YazFi settings" i am getting a couple of errors
View attachment 34091
for the first error, please run the below at SSH prompt (not in YazFi)updated to 4.2.1
still same issue
when running "apply YazFi settings" i am getting a couple of errors
View attachment 34091
echo "$(nvram get wl0_vifnames) $(nvram get wl1_vifnames) $(nvram get wl2_vifnames)" | awk '{$1=$1;print}'
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
for the first error, please run the below at SSH prompt (not in YazFi)
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 pleaseyes, this is after trying to apply the settings again.
i only have 1 guest network enabled
View attachment 34093
result isCode: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
####################################################################
###### 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
####################################################################
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?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?
4.2.1 should solve that but seemingly not. Do you see yazfi attempting to save the config in syslog after hitting apply?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?
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!
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!