Description
Important notices
Before you add a new report, we ask you kindly to acknowledge the following:
- I have read the contributing guide lines at https://github.com/opnsense/core/blob/master/CONTRIBUTING.md
- I am convinced that my issue is new after having checked both open and closed issues at https://github.com/opnsense/core/issues?q=is%3Aissue
OPNsense interface assignment persistence after changing an existing interface
When changing the interface configuration i.e. removing an obsolete one, OPNsense "forgets" the whole interface assignment and configuration. This in many cases renders OPNsense useless after the next reboot because the random interface assignment rarely gets it right. To fix this one has to boot into console and assign interfaces manually again.
Describe the solution you like
OPNsense should remember the assigned interfaces and only remove/change the impacted one in order to ideally keep functioning.
Ideally also the orphaned interface configuration could be exported and deleted. Currently the configuration remains but is not accessible from the UI. In some cases this causes problems afterwards.
Describe alternatives you considered
Manual interface assigment from console after broken OPNsense setup. Manual config file clean up.
Additional context
This issue has been discussed in the forum already:
https://forum.opnsense.org/index.php?topic=27023.msg160714#msg160714
https://forum.opnsense.org/index.php?topic=38126.0 (most recent feature suggestion)
Activity