Actions
Bug #8484
closed[2.3.3_1] New default gateway when the first default gateway is down
Status:
Duplicate
Priority:
Normal
Assignee:
-
Category:
Gateways
Target version:
-
Start date:
04/26/2018
Due date:
% Done:
0%
Estimated time:
Plus Target Version:
Release Notes:
Affected Version:
2.3.3_1
Affected Architecture:
Description
In Pfsense 2.3.3_p1 when i turn off the default gateway the expected gateway don't takes over.
- Steps to reproduce :
Put default gateway offline, for exemple simuling failure.
ifconfig "interface" down
- Actual result :
First gateway in list (System -> Routing -> Gateways) becomes new default gateway (selected by the ID).
- Expected result :
We would like to choose which gateway becomes new default gateway.
This not really a bug but this can cause unplanned failures.
My painful workaround to change ID :
- disable the static routes of default gateway
- delete the IP address of this same gateway (because we can't have the same IP address in 2 gateways)
- create new gateway with same options
- change gateway of static routes
- delete old gateway
- enable static routes
Cheers !
Actions