What's new

YazFi YazFi - enhanced AsusWRT-Merlin Guest WiFi inc. SSID <-> VPN Client

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

This will allow guests on 5Ghz-1 guest 1 to access Samba on the router:
Code:
iptables -D YazFiINPUT -i wl1.1 -p tcp -m tcp --dport 445 -j ACCEPT
iptables -I YazFiINPUT -i wl1.1 -p tcp -m tcp --dport 445 -j ACCEPT
Replace wl1.1 with the appropriate guest interface

awesome sire!! this is working as expected!! thank you very much!!
and, good luck on your rent hunt!
 
Last edited:
Hey @Jack Yaz I'm having issues with your script. When I install and configure it all passes inspection but when applied it takes my wifi down. It comes up for a few moments and goes back down. None of the IP's are being changed to the IP pool in YazFi. If you have a minute check out my config file please send a email I can send it to.
 
Hey @Jack Yaz I'm having issues with your script. When I install and configure it all passes inspection but when applied it takes my wifi down. It comes up for a few moments and goes back down. None of the IP's are being changed to the IP pool in YazFi. If you have a minute check out my config file please send a email I can send it to.
Can you run the diagnostics option and PM me the passphrase please? Attachment can be changed to .txt and attached here.

Please also define "wifi down" - i.e. the radios aren't broadcasting at all, or you can connect but LAN/internet connectivity fails?
 
Here is my config Jack.
 

Attachments

  • YazFi.tar.gz.txt
    3.2 KB · Views: 296
Ok the client isolation=false worked for the 5g guest network but it seems the 2.4g won't take the settings. I have new ips for the 5g but not for the 2.4g
 
I decided to simplify things by not routing things through the vpn. Still 2.4g looks like the settings didn't take.
 
same symptoms? anything in syslog about wireless restarts?
My logs show this:
Code:
Mar 27 15:53:46 YazFi: YazFi v3.1.0 starting up
Mar 27 15:53:47 YazFi: wl0.1 (SSID: XXXX) - sending all interface internet traffic over WAN interface
Mar 27 15:53:49 YazFi: wl1.1 (SSID: XXXX) - sending all interface internet traffic over WAN interface
Mar 27 15:53:51 YazFi: YazFi v3.1.0 completed successfully
 
Here is a more accurate config file.
 

Attachments

  • YazFi.tar.gz.txt
    3.1 KB · Views: 330
None of the devices have static addressing. If that matters.
 
Jus a sec Jack!!
 
One of my 2.4g devices took the new ip and then I rebooted the router and it reverted back to the original lan value.
 
Yeah I rebooted again and still the one device will not take the new address provided by YazFi
 
Yeah I rebooted again and still the one device will not take the new address provided by YazFi
Nothing looks amiss in the diagnostics. Any DHCP entries in Syslog (or Diversion)? Ensure DHCP queries are not set to hidden.

Does
Code:
YazFi bounceclients
help?
 
Ok the TV (Device) shows the new ip but the firmware on the router still shows the device with original lan ip.
 
If I reboot then the client (TV) takes the original lan address. I then renegotiate the network and it takes the YazFi address.
 

Similar threads

Latest threads

Support SNBForums w/ Amazon

If you'd like to support SNBForums, just use this link and buy anything on Amazon. Thanks!

Sign Up For SNBForums Daily Digest

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