What's new

Yaz Guest wifi

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

MatteoPV

Senior Member
I have installed and activated the Yaz guest wifi on my router. I have all the traffic that passes through the VPN but I would like the network to be out of the VPN, I have adjusted as you can see in the picture but I do not have access to the internet, where am I wrong?
 

Attachments

  • Firefox_Screenshot_2021-08-24T11-43-17.119Z.png
    Firefox_Screenshot_2021-08-24T11-43-17.119Z.png
    14.4 KB · Views: 130
Probably need to replace the 2nd dns server ip with one of those used by your vpn provider.
Check the two boxes force dns and force all traffic out vpn.
 
Probably need to replace the 2nd dns server ip with one of those used by your vpn provider.
Check the two boxes force dns and force all traffic out vpn.
Note that typically/generally if you enable Force DNS in YazFi, it forces the guest wireless client to use DNS 1. As such DNS 2 isn't typically used.
 
In the meantime, thank you for the answers. My proposal is to have the guest network out of the VPN tunnel. I changed some DNS settings but if I try to connect to the guest network it tells me without 'network without internet access'
 

Attachments

  • Firefox_Screenshot_2021-08-24T14-23-21.718Z.png
    Firefox_Screenshot_2021-08-24T14-23-21.718Z.png
    14.3 KB · Views: 109
In the meantime, thank you for the answers. My proposal is to have the guest network out of the VPN tunnel. I changed some DNS settings but if I try to connect to the guest network it tells me without 'network without internet access'
can you share a screenshot of how you've configured VPN Director? on the affected client(s), can you ping IPs e.g. 8.8.8.8 ? (testing if its DNS or no traffic whatsoever)
 
can you share a screenshot of how you've configured VPN Director? on the affected client(s), can you ping IPs e.g. 8.8.8.8 ? (testing if its DNS or no traffic whatsoever)
I am using GNuton firmware 386.02_6, I have no VPN director. I would just like to use the guest network without going through the VPN tunnel
 
But I'm using one of the latest firmware, it should work
You are using firmware that isn't listed as supported by YazFi. So YazFi may or may not work as expected on that firmware fork. The fact that you don't see the VPN Director page in the GUI is one indicator that things are not the same between the current Asus-Merlin version and the GNuton firmware fork you are using.

Did you try pinging (example: 8.8.8.8) as requested by Jack above to test if its a no traffic issue or a DNS issue? Since you don't have VPN Director you will probably need to share a screenshot of your router's VPN settings for Jack to review to see if maybe there is a configuration issue in the VPN settings.
 
i can't see why gnuton would be an issue, but did you try the ping test I asked about?
I pinged 8.8.8.8 with a device connected to the guest network and the ping fails. This below is my VPN configuration but I don't see what it does with the guest network, the host network has to go out of the VPN. In any case I cannot change the VPN settings, I am also using Unbound and this is the only configuration that allows me to have DNS not exposed
 

Attachments

  • Firefox_Screenshot_2021-08-25T16-57-33.256Z.png
    Firefox_Screenshot_2021-08-25T16-57-33.256Z.png
    238.9 KB · Views: 96
I pinged 8.8.8.8 with a device connected to the guest network and the ping fails. This below is my VPN configuration but I don't see what it does with the guest network, the host network has to go out of the VPN. In any case I cannot change the VPN settings, I am also using Unbound and this is the only configuration that allows me to have DNS not exposed
redirect: yes is likely the problem here. please share

Code:
ip route show
ip route show table ovpnc1
 
redirect: yes is likely the problem here. please share

Code:
ip route show
ip route show table ovpnc1
ASUSWRT-Merlin DSL-AC68U 386.02_6-gnuton1 Tue Jun 22 15:03:51 UTC 2021
admin@DSL-AC68U-0A58:/tmp/home/root# ip route show
10.105.0.1 via 10.105.0.81 dev tun11
45.134.22.178 via 192.168.100.1 dev ppp0
192.168.100.1 dev ppp0 proto kernel scope link
10.105.0.81 dev tun11 proto kernel scope link src 10.105.0.82
169.254.0.1 dev vlan2 scope link
192.168.2.0/24 dev wl0.1 proto kernel scope link src 192.168.2.1
192.168.1.0/24 dev br0 proto kernel scope link src 192.168.1.1
169.254.0.0/16 dev vlan2 proto kernel scope link src 169.254.36.218
169.254.0.0/16 dev br1 proto kernel scope link src 169.254.24.136
169.254.0.0/16 dev vlan3880 proto kernel scope link src 169.254.140.211
127.0.0.0/8 dev lo scope link
0.0.0.0/1 via 10.105.0.81 dev tun11
128.0.0.0/1 via 10.105.0.81 dev tun11
default via 192.168.100.1 dev ppp0

admin@DSL-AC68U-0A58:/tmp/home/root# ip route show table ovpnc1
192.168.2.0/24 dev wl0.1 proto kernel scope link src 192.168.2.1
 
ASUSWRT-Merlin DSL-AC68U 386.02_6-gnuton1 Tue Jun 22 15:03:51 UTC 2021
admin@DSL-AC68U-0A58:/tmp/home/root# ip route show
10.105.0.1 via 10.105.0.81 dev tun11
45.134.22.178 via 192.168.100.1 dev ppp0
192.168.100.1 dev ppp0 proto kernel scope link
10.105.0.81 dev tun11 proto kernel scope link src 10.105.0.82
169.254.0.1 dev vlan2 scope link
192.168.2.0/24 dev wl0.1 proto kernel scope link src 192.168.2.1
192.168.1.0/24 dev br0 proto kernel scope link src 192.168.1.1
169.254.0.0/16 dev vlan2 proto kernel scope link src 169.254.36.218
169.254.0.0/16 dev br1 proto kernel scope link src 169.254.24.136
169.254.0.0/16 dev vlan3880 proto kernel scope link src 169.254.140.211
127.0.0.0/8 dev lo scope link
0.0.0.0/1 via 10.105.0.81 dev tun11
128.0.0.0/1 via 10.105.0.81 dev tun11
default via 192.168.100.1 dev ppp0

admin@DSL-AC68U-0A58:/tmp/home/root# ip route show table ovpnc1
192.168.2.0/24 dev wl0.1 proto kernel scope link src 192.168.2.1
thanks, sorry one more command:
Code:
ip rule show
 
admin@DSL-AC68U-0A58:/tmp/home/root# ip rule show
0: from all lookup local
32766: from all lookup main
32767: from all lookup default
 
admin@DSL-AC68U-0A58:/tmp/home/root# ip rule show
0: from all lookup local
32766: from all lookup main
32767: from all lookup default
unexpected, i would have thought all would be looking up in the VPN table. at this point, please use option d in YazFi cli and pm me the passphrase and file output. if you need a dropbox link I can send one
 
Now I have the firmware 386.03 installed and when I also have the VPN director available. I did some tests but the guest network is always without internet
 
I had a couple of customers that had issues crop up while on a dirty upgrade to RMerlin 386.3_2. I had them try rebooting the main router. the Main + AiMesh nodes, the entire network, etc., but it looked like a full reset may be needed. Before I did that step, I suggested to them to try the latest 386.4 Alpha 1 build. They did and their issues seem to be resolved now for a couple of weeks so far.

Worth a shot.

Be sure to read the changelogs (and search the forums) for how the new VPN director is built to act on the network (everything/lots has changed).
 
I had a couple of customers that had issues crop up while on a dirty upgrade to RMerlin 386.3_2. I had them try rebooting the main router. the Main + AiMesh nodes, the entire network, etc., but it looked like a full reset may be needed. Before I did that step, I suggested to them to try the latest 386.4 Alpha 1 build. They did and their issues seem to be resolved now for a couple of weeks so far.

Worth a shot.

Be sure to read the changelogs (and search the forums) for how the new VPN director is built to act on the network (everything/lots has changed).
Even with the 386.02 I had the same problem ..... always the guest network without internet
 
I installed the latest GNUton firmware and tried Yaz guest wifi again. If I allow traffic to go through the VPN, everything works. If I set the guest network not to go to VPN, I don't have internet access, how can I fix it?
 

Sign Up For SNBForums Daily Digest

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