Thanks, I am running no guest for nowNope. If you are tired of seeing the error message in the log set both the log settings to critical. Poof! No more error and Guest 1 and 2 works just fine.
Thanks, I am running no guest for nowNope. If you are tired of seeing the error message in the log set both the log settings to critical. Poof! No more error and Guest 1 and 2 works just fine.
Was this ever causing issues with your Guest WiFi though? I have Guest Wifi enabled on my RT-AX88U and see this error often but my Guest WiFi works fine. I fail to see why this is a problem if Guest WiFi performs as it should, if your Guest WiFi works fine just ignore the error in log as annoying as it may be, certainly doesn't warrant disabling your Guest WiFi just because of a log message that appears. If it's causing "actual" problems with your Guest WiFi then sure turn it off.Thanks, I am running no guest for now
Hi arewhy, thanks for providing the code for us, and I'm also running guest networks for my IOT devices. Since I'm kind of new to this, I would appreciate your help on setting this up. Is there an identifier to the guest network in theI was also getting the protocol is buggy error and experiencing intermittent connectivity issues on Guest Wifi 1 synced to AiMesh. I put all my IOT devices on Guest network and for obvious reasons do not allow intranet access. When I placed my laptop on this network, I noticed that DNS queries to 192.168.101.1 were slow or timeout altogether. So I changed the DNS address issued by DHCP to google's DNS addresses creating dnsmasq.postconf in /jffs/scripts i've provided the commands below. Since I made the change the error has gone away as well as intermittent connectivity issues.
#!/bin/sh
# dnsmasq.postconf
CONFIG=$1
source /usr/sbin/helper.sh
pc_append "dhcp-option=br1,6,8.8.8.8,8.8.4.4" $CONFIG
pc_append "dhcp-option=br2,6,8.8.8.8,8.8.4.4" $CONFIG
dhcp-option
?dnsmasq.postconf
file:#!/bin/sh
. /opt/share/diversion/file/post-conf.div # Added by Diversion
/jffs/scripts/uiDivStats dnsmasq & # uiDivStats
filter f_protocol_buggy {
program("kernel") and
message("protocol.*is buggy");
};
log {
source(src);
filter(f_protocol_buggy);
flags(final);
};
net_ratelimit: 198 callbacks suppressed
filter f_netrate_limit {
program("kernel") and
message("net_ratelimit:.*callbacks suppressed");
};
log {
source(src);
filter(f_netrate_limit);
flags(final);
};
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!