jjones7791
New Around Here
Greetings all! Been to this site many times in the past for solutions and usually have good luck, but running into an issue that is beyond my skillset and looking for some advice as I can't seem to find a resolution.
My current setup is below. My issue is that when I activate the first guest network (MAKnet) and use the GUI to set it to not allow intranet access, I'm getting bad packets flooding port one of my switch. I suspect this has something to do with the guest network using a different IP network (192.168.101.0 / 192.168.102.0) than my LAN, because when I use the GUI to set this guest network to access the intranet, it stops using the aforementioned IPs, and starts using 192.168.50.0, and the issue ceases. Likewise I don't have this issue with the other two guest networks, which you can see below, use the same IP addressing as my LAN, but cannot access the internal network. I believe it's broadcast or multicast traffic that is being pushed to this port because when I disable the vlan on my managed switch, I receive the same count of bad packets on every switch port, and only port 1 when the vlan is enabled.
In all transparency, I'm not sure this is causing any issues on my LAN, that I notice anyway, but I know this is not normal and is an unusually high error rate. Any help or suggestions anyone can offer are appreciated.
Edit: For clarity, I attempted this on both stock and Merlin firmware, and it's an issue that is native to the device, not the firmware from what I can tell.
Also for anyone else experiencing this and attempting more segmentation on their home network, I found what I believe is a solid work around. I enabled GUI Intranet access to my guest wifi which uses the same IPs as the LAN, then used the commands below to set AP isolation on the guest APs, so they are still segmented but using the same IPs as the LAN and the bad packet issue on my switch has ceased.
nvram set wl1.1_ap_isolate=1
nvram set wl1.0_ap_isolate=1
nvram commit
reboot
vlan disabled
vlan enabled
My current setup is below. My issue is that when I activate the first guest network (MAKnet) and use the GUI to set it to not allow intranet access, I'm getting bad packets flooding port one of my switch. I suspect this has something to do with the guest network using a different IP network (192.168.101.0 / 192.168.102.0) than my LAN, because when I use the GUI to set this guest network to access the intranet, it stops using the aforementioned IPs, and starts using 192.168.50.0, and the issue ceases. Likewise I don't have this issue with the other two guest networks, which you can see below, use the same IP addressing as my LAN, but cannot access the internal network. I believe it's broadcast or multicast traffic that is being pushed to this port because when I disable the vlan on my managed switch, I receive the same count of bad packets on every switch port, and only port 1 when the vlan is enabled.
In all transparency, I'm not sure this is causing any issues on my LAN, that I notice anyway, but I know this is not normal and is an unusually high error rate. Any help or suggestions anyone can offer are appreciated.
Edit: For clarity, I attempted this on both stock and Merlin firmware, and it's an issue that is native to the device, not the firmware from what I can tell.
Also for anyone else experiencing this and attempting more segmentation on their home network, I found what I believe is a solid work around. I enabled GUI Intranet access to my guest wifi which uses the same IPs as the LAN, then used the commands below to set AP isolation on the guest APs, so they are still segmented but using the same IPs as the LAN and the bad packet issue on my switch has ceased.
nvram set wl1.1_ap_isolate=1
nvram set wl1.0_ap_isolate=1
nvram commit
reboot
vlan disabled
vlan enabled
Last edited: