No idea but a wild guess it's related to putting guests that YazFi tries to put into a seperate IP address range into the same IP address range as the main LAN/WiFi clients.First thing I've done is setting my Lan subnet to 10.0.0.1/25 (which is covering 10.0.0.0-128). Then I allocate the guest network on the rest of the IP pool, here I set it at 10.0.0.192/27 (10.0.0.192-224). I've managed to do it, the connected devices shows up on the network maps. But the problem is they can't access the internet. Then I don't know what things to configure anymore so I gave up.
Do you have any idea why the guest network can't access the internet?
PMS setting? For those of us who don't know what that is, can you elaborate or point out where such a setting is in the Asus-Merlin interface?I'm wondering about the PMS setting and does it affect anything on YazFi? Also, is PMS something recommended of use?
Oh we understand! We're all familiar with the "PMS" setting. It just doesn't seem to have anything to do with routers.Hi
Sorry for the typo. PMF, Protected Managed Frame. Thanks
Ummm. PMS....The PMF is within the settings of the wifi in the router, so how is it that it doesn't have anything do with the router?
I'm not aware of any interaction between YazFi and PMF.Hi
Sorry for the typo. PMF, Protected Managed Frame. Thanks
I would check syslog for messages when you try to join the device. Does the device provide any useful error messages?Thank you @Jack Yaz . I'm asking because I've had a slight challenge recently where one of my device won't connect to a guest network, even if there is no change in settings. Just trying to eliminate what may or may not be.
Thanks
Thank you @Jack Yaz . I'm asking because I've had a slight challenge recently where one of my device won't connect to a guest network, even if there is no change in settings. Just trying to eliminate what may or may not be.
Thanks
robocfg vlan 1 ports "1 2 5t"
robocfg vlan 30 ports "3 8t"
robocfg vlan 40 ports "4 8t"
vconfig add eth0 30
ifconfig vlan30 up
vconfig add eth0 40
ifconfig vlan40 up
brctl delif br0 wl0.1
brctl delif br0 wl1.1
brctl delif br0 wl0.2
brctl delif br0 wl1.2
brctl delbr br1
brctl addbr br1
brctl addif br1 vlan30
brctl addif br1 wl0.1
brctl addif br1 wl0.2
brctl delbr br2
brctl addbr br2
brctl addif br2 vlan40
brctl addif br2 wl1.1
brctl addif br2 wl1.2
ifconfig br1 192.168.xx.xx netmask 255.255.255.0
ifconfig br1 up
logger
ifconfig br2 192.168.xx.xx netmask 255.255.255.0
ifconfig br2 up
logger
nvram set vlan30ports="8 5t"
nvram set vlan30hwname=et0
nvram set vlan30ports="8 5t"
nvram set vlan40hwname=et0
nvram set lan_ifnames="vlan1 eth1 eth2"
nvram set lan_ifname="br0"
nvram set lan1_ifnames="vlan30 wl0.1 wl1.1"
nvram set lan1_ifname="br1"
nvram set lan2_ifnames="vlan40 wl0.2 wl1.2"
nvram set lan2_ifname="br2"
nvram commit
killall eapd
eapd
iptables -I INPUT 1 -i vlan30 -j ACCEPT
iptables -I INPUT 1 -i vlan40 -j ACCEPT
iptables -D INPUT -i br1 -j ACCEPT 2> /dev/null > /dev/null
iptables -I INPUT -i br1 -j ACCEPT
iptables -D INPUT -i br2 -j ACCEPT 2> /dev/null > /dev/null
iptables -I INPUT -i br2 -j ACCEPT
ebtables -t broute -D BROUTING -i br1 -p ipv4 -j DROP 2> /dev/null > /dev/null
ebtables -t broute -I BROUTING -i br1 -p ipv4 -j DROP
ebtables -t broute -D BROUTING -i br2 -p ipv4 -j DROP 2> /dev/null > /dev/null
ebtables -t broute -I BROUTING -i br2 -p ipv4 -j DROP
dhcp-range=br1,192.168.xx.xx,192.168.xx.xx,255.255.255.0,86400s
dhcp-option=br1,3,192.168.xx.xx
dhcp-option=br1,6,192.168.xx.xx
interface=br2
dhcp-range=br2,192.168.xx.xx,192.168.xx.xx,255.255.255.0,7200s
dhcp-option=br2,3,192.168.xx.xx
dhcp-option=br3,6,tried to put in the vpn's DNS adresses, not sure if its working.
robocfg show
Switch: enabled
Port 0: 1000FD enabled stp: none vlan: 2 jumbo: off mac: xxxxxxxxxxxxx
Port 1: DOWN enabled stp: none vlan: 1 jumbo: off mac: 00:00:00:00:00:00
Port 2: DOWN enabled stp: none vlan: 1 jumbo: off mac: 00:00:00:00:00:00
Port 3: DOWN enabled stp: none vlan: 30 jumbo: off mac: 00:00:00:00:00:00
Port 4: DOWN enabled stp: none vlan: 40 jumbo: off mac: 00:00:00:00:00:00
Port 5: 1000FD enabled stp: none vlan: 2 jumbo: off mac: xxxxxxxxxxxxx
Port 7: DOWN enabled stp: none vlan: 1 jumbo: off mac: 00:00:00:00:00:00
Port 8: DOWN enabled stp: none vlan: 1 jumbo: off mac: 00:00:00:00:00:00
VLANs: BCM5301x enabled mac_check mac_hash
1: vlan1: 1 2 5t
2: vlan2: 0 5
30: vlan30: 3 8t
40: vlan40: 4 8t
robocfg showmacs
VLAN MAC Type Port
--------------------------------------
0002 xxxxxxxxxxxxx DYNAMIC 0
0002 xxxxxxxxxxxxx DYNAMIC 0
0001 xxxxxxxxxxxxx DYNAMIC 5
0001 xxxxxxxxxxxxx STATIC 5
0030 xxxxxxxxxxxxx DYNAMIC 5
0002 xxxxxxxxxxxxx STATIC 5
0040 xxxxxxxxxxxxx DYNAMIC 5
0002 xxxxxxxxxxxxx DYNAMIC 0
0001 xxxxxxxxxxxx DYNAMIC 5
nvram show | grep ifnames
br0_ifnames=vlan1 eth1 eth2 wl0.1 wl0.2 wl1.1 wl1.2
sta_phy_ifnames=eth1 eth2
lan2_ifnames=vlan40 wl0.2 wl1.2
size: 56087 bytes (9449 left)
wl0_vifnames=wl0.1 wl0.2 wl0.3
wl1_vifnames=wl1.1 wl1.2 wl1.3
dpsta_all_ifnames=eth1 eth2
dpsta_ifnames=
lan_ifnames=vlan1 eth1 eth2
wan_ifnames=eth0
wl_ifnames=eth1 eth2
eth_ifnames=vlan2
wl_vifnames=wl0.1 wl0.2 wl0.3
acs_ifnames=eth1
lan1_ifnames=vlan30 wl0.1 wl1.1
sta_ifnames=eth1 eth2
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!