Getting an Error every 15 Minutes...Ideas?
-
Every 15 minutes I'm getting this error. What does it mean?
Everything appears to be working normally.
@ 2021-10-31 10:45:02
There were error(s) loading the rules: /tmp/rules.debug:274: syntax error - The line in question reads [274]: pass out on { ix3 } inet from any to <negate_networks> tracker 10000001 keep state dnqueue( 2,) label "NEGATE_ROUTE: Negate policy routing for destination"
@ 2021-10-31 11:00:02
There were error(s) loading the rules: /tmp/rules.debug:274: syntax error - The line in question reads [274]: pass out on { ix3 } inet from any to <negate_networks> tracker 10000001 keep state dnqueue( 2,) label "NEGATE_ROUTE: Negate policy routing for destination"
@ 2021-10-31 11:15:02
-
Every 15mins is usually because you have firewall rules in place with schedules enabled.
That error looks like you may have removed a Limiter queue while it was in use?
It's also on the negate_networks rule so you could disable that in Sys > Adv > Firewall&NAT
Steve
-
Thanks @stephenw10
I'm using an Intel X550 for both the WAN and LAN with 2.5G from the router and 10G to the network switch. After doing some googling, it seems that the limiter queue doesn't play nicely with 2.5 NICs. I turned it off and the error went away. Don't know that I could tell the difference anyway.
-
Hmm, I'm surprised about that since Limiters don't really care what the NICs are.
It could have been a CPU limit trying to pass that through a Limiter I guess.Steve