You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow migrating MAC/IP binding configurations from NethServer7 to ensure a smooth transition for users upgrading to the latest version.
This includes migrating existing bindings and ensuring that the new system can recognize and properly utilize these configurations.
The procedure should:
migrate binding status: if binding was enable on NS7, it must be enabled on all NS8 interfaces
original configuration is stored inside: firewall MACValidation
map the original configuration to soft and hard binding
NS7 configuration is stored inside the following options:
config getprop firewall MACValidation, to enable or disable the validation
config getprop firewall MACValidationPolicy can be drop or accept
These options must be mapped to:
0, if MACValidation is disabled
1 (soft binding), if MACValidation is enabled and MACValidationPolicy is accept
2 (hard binding), if MACValidation is enabled and MACValidationPolicy is drop
Other changes:
make sure MAC binding is listed between migrated configuration inside nethserver-firewall-migration UI
update the documentation to reflect the new feature
The text was updated successfully, but these errors were encountered:
Allow migrating MAC/IP binding configurations from NethServer7 to ensure a smooth transition for users upgrading to the latest version.
This includes migrating existing bindings and ensuring that the new system can recognize and properly utilize these configurations.
The procedure should:
original configuration is stored inside:
firewall
MACValidationNS7 configuration is stored inside the following options:
config getprop firewall MACValidation
, to enable or disable the validationconfig getprop firewall MACValidationPolicy
can bedrop
oraccept
These options must be mapped to:
0
, if MACValidation isdisabled
1
(soft binding), if MACValidation isenabled
andMACValidationPolicy
isaccept
2
(hard binding), if MACValidation isenabled
andMACValidationPolicy
isdrop
Other changes:
The text was updated successfully, but these errors were encountered: