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!

Can you run
Code:
arp -a
and send the line for your MAC address? (you can omit the actual MAC if you prefer)

Can you also send me the outputs of
Code:
ebtables -L

ebtables -t broute -L
and the contents of
Code:
/jffs/configs/dnsmasq.conf.add

Hi

YazFi: Querying router for connected WiFi clients...

---------------------------------------------------------------------------

INTERFACE: wl0.1
SSID: ASUS_Guest1

HOSTNAME IP ADDRESS MAC
4C:49:E3:B8:15:67
---------------------------------------------------------------------------

YazFi: Query complete, please see above for results

Redmi4X-Redmi (192.168.1.178) at 4c:49:e3:b8:15:67 [ether] on br0

ebtables -L
Bridge table: filter

Bridge chain: INPUT, entries: 0, policy: ACCEPT

Bridge chain: FORWARD, entries: 2, policy: ACCEPT
-i wl0.1 -j DROP
-o wl0.1 -j DROP

Bridge chain: OUTPUT, entries: 0, policy: ACCEPT

ebtables -t broute -L
Bridge table: broute

Bridge chain: BROUTING, entries: 1, policy: ACCEPT
-p IPv4 -i wl0.1 --ip-dst 192.168.1.0/24 --ip-proto tcp --ip-dport ! 8083 -j DROP


cat /jffs/configs/dnsmasq.conf.add
cat: can't open '/jffs/configs/dnsmasq.conf.add': No such file or directory

Thanks
 
Hi

YazFi: Querying router for connected WiFi clients...

---------------------------------------------------------------------------

INTERFACE: wl0.1
SSID: ASUS_Guest1

HOSTNAME IP ADDRESS MAC
4C:49:E3:B8:15:67
---------------------------------------------------------------------------

YazFi: Query complete, please see above for results

Redmi4X-Redmi (192.168.1.178) at 4c:49:e3:b8:15:67 [ether] on br0

ebtables -L
Bridge table: filter

Bridge chain: INPUT, entries: 0, policy: ACCEPT

Bridge chain: FORWARD, entries: 2, policy: ACCEPT
-i wl0.1 -j DROP
-o wl0.1 -j DROP

Bridge chain: OUTPUT, entries: 0, policy: ACCEPT

ebtables -t broute -L
Bridge table: broute

Bridge chain: BROUTING, entries: 1, policy: ACCEPT
-p IPv4 -i wl0.1 --ip-dst 192.168.1.0/24 --ip-proto tcp --ip-dport ! 8083 -j DROP


cat /jffs/configs/dnsmasq.conf.add
cat: can't open '/jffs/configs/dnsmasq.conf.add': No such file or directory

Thanks
The most concerning part is that last output. Does this exist?
Code:
/jffs/configs/tmpdnsmasq.conf.add

Given that HGG didnt publish source for his forked f/w, I'm inclined to say it's not supported.
 
The most concerning part is that last output. Does this exist?
Code:
/jffs/configs/tmpdnsmasq.conf.add

Given that HGG didnt publish source for his forked f/w, I'm inclined to say it's not supported.

Hi
Yes the file exist and is empty
 
Can you send the output when you run YazFi please? (I might need to push an update to let errors appear, but lets see!)
 
Can you send the output when you run YazFi please? (I might need to push an update to let errors appear, but lets see!)

Hi
Is this ?
/jffs/scripts# ./YazFi
YazFi: Stale lock file found (>120 seconds old) - purging lock

YazFi: YazFi v2.2.2 starting up

YazFi: wl0.1 passed validation
 
Hi
Is this ?
/jffs/scripts# ./YazFi
YazFi: Stale lock file found (>120 seconds old) - purging lock

YazFi: YazFi v2.2.2 starting up

YazFi: wl0.1 passed validation
Does it not post any more output from that point? Suggests it's erroring out somewhere...let me add a "verbose" option in, will let you know when its up.
 
Does it not post any more output from that point? Suggests it's erroring out somewhere...let me add a "verbose" option in, will let you know when its up.
Hi
Ok, thanks for the support.
 
A quick fix, in the Config_Networks function:
Code:
replace

2>/dev/null

with

#2>/dev/null

Hi
./YazFi
YazFi: Stale lock file found (>120 seconds old) - purging lock

YazFi: YazFi v2.2.2 starting up

YazFi: wl0.1 passed validation

YazFi: Adding YazFi to firewall-start

./YazFi: line 1: arithmetic syntax error
 
Hi
./YazFi
YazFi: Stale lock file found (>120 seconds old) - purging lock

YazFi: YazFi v2.2.2 starting up

YazFi: wl0.1 passed validation

YazFi: Adding YazFi to firewall-start

./YazFi: line 1: arithmetic syntax error
Do you have time to do a Teamviewer session? (PM me the join code if so)
 
Hi
Do you received my pm ?
 
I noticed this completely neutered IPv6 on my network. Setting interfaces to false and reloading allowed me to bring IPv6 back up, but it was unusable with the script enabled.
 
Last edited:
I noticed this completely neutered IPv6 on my network. Setting interfaces to false and reloading allowed me to bring IPv6 back up, but it was unusable with the script enabled.
I don't touch ipv6. Another user reported ipv6 didn't work for guests but the main LAN still had access.
 
I don't touch ipv6. Another user reported ipv6 didn't work for guests but the main LAN still had access.
Found a separate unrelated configuration error causing this. Have not tested on the guest net but will try to do so.
 
All's well on the update.

Running the status check on this build seems much smoother and quicker. Could just be me, not sure.
 

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