Project

General

Profile

Actions

Bug #7396

closed

Stopping and then starting again the load balancer clears out system tables (Bogons, sshlockout, aliases...)

Added by Julien Petit about 7 years ago. Updated about 7 years ago.

Status:
Resolved
Priority:
High
Assignee:
Category:
Load Balancer
Target version:
Start date:
03/15/2017
Due date:
% Done:

100%

Estimated time:
Plus Target Version:
Release Notes:
Affected Version:
2.3.3
Affected Architecture:
All

Description

Hi there :)

This is reproducible on a brand new 2.3.3 or 2.3.3_1 pfsense 64 bits with following simple load balancer configuration.
Note that, this doesn't happen on reload or when the system start. You have to stop the service from webconfigurator and then start it again.
I noticed this because the system was locking me out of pfsense at every load balancer start (we use the alias table to only open remote access to given hosts).

<load_balancer>
        <virtual_server>
            <name>httpLB</name>
            <descr></descr>
            <poolname>httpWebPool</poolname>
            <port>80</port>
            <ipaddr>192.168.10.254</ipaddr>
            <mode>redirect_mode</mode>
            <relay_protocol>tcp</relay_protocol>
        </virtual_server>
        <lbpool>
            <name>httpWebPool</name>
            <mode>loadbalance</mode>
            <descr></descr>
            <port>80</port>
            <retry></retry>
            <servers>192.168.50.1</servers>
            <servers>192.168.50.2</servers>
            <serversdisabled></serversdisabled>
            <monitor>HTTP</monitor>
        </lbpool>
    </load_balancer>
Actions

Also available in: Atom PDF