Project

General

Profile

Actions

Bug #11861

closed

Error loading rules in certain cases where an interface is temporarily without an address

Added by Jim Pingle almost 3 years ago. Updated almost 3 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
Rules / NAT
Target version:
Start date:
04/27/2021
Due date:
% Done:

100%

Estimated time:
Plus Target Version:
21.05
Release Notes:
Default
Affected Version:
All
Affected Architecture:

Description

Had an interface event on my edge firewall yesterday where one WAN lost its interface address and resulted in an invalid ruleset:

23:46:41 There were error(s) loading the rules: /tmp/rules.debug:397: syntax error - The line in question reads [397]: pass  out  quick  on {  igb2  }  $GWCABLE inet from ! to any tracker 1617722899 keep state  dnqueue( 2,1)  label "USER_RULE: CoDel Limiters" 

This particular floating rule is quirky as it passes outbound with a gateway set to setup limiters. The source address is "NOT <other WAN address>" and that other WAN is PPPoE. This is necessary to ensure it doesn't try to send non-default-WAN traffic out through that limiter unintentionally.

It doesn't happen every time, but in this case, the PPPoE connection was down temporarily and rather than skipping that rule as it usually does, the address ended up empty.

Seems like there should be another safety belt which checks the src/dst addresses before forming the rule. I have a feeling it's only checking for empty and the negation ("!") throws it off.

I can't reproduce this at will, unfortunately, so it will be tricky to confirm and test.

Actions #1

Updated by Jim Pingle almost 3 years ago

As luck would have it that WAN just failed again and I was able to confirm that the fix I checked in corrects the problem.

: grep -i CoDel /tmp/rules.debug
# source address is empty.  label "USER_RULE: CoDel Limiters" 
Actions #2

Updated by Jim Pingle almost 3 years ago

  • Status changed from New to Feedback
  • % Done changed from 0 to 100
Actions #3

Updated by Jim Pingle almost 3 years ago

  • Plus Target Version set to 21.05
Actions #4

Updated by Jim Pingle almost 3 years ago

Already in 21.05 branch.

Actions #5

Updated by Jim Pingle almost 3 years ago

  • Subject changed from Error loading rules in case where interface is temporarily without an address to Error loading rules in certain cases where an interface is temporarily without an address

Updating subject for release notes.

Actions #6

Updated by Jim Pingle almost 3 years ago

  • Status changed from Feedback to Closed

This has not recurred for me since the fix went in. Calling it solved.

Actions #7

Updated by Jim Pingle almost 3 years ago

  • Target version changed from 2.6.0 to 2.5.2
Actions

Also available in: Atom PDF