-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Description
π Briefly describe the feature
Add the ability to define multiple VLANs in a defaults file, or alternatively, allow multiple default presets that can be selected during installation.
π Detailed description
It would be helpful to have the option to specify several VLANs directly in the defaults file and choose one of them from a menu during the installer script.
Example:
var_vlan: 99, 10, 20
These VLANs should appear as selectable options during the installation process.
Alternative approach:
Instead of (or in addition to) multiple VLAN entries, offering multiple global default presets would be very useful. For example, one preset for internal applications, another for gaming servers, and so on. Users could then simply select the desired preset either in the installer or via a menu, without needing to go through advanced configuration each time.
π‘ Why is this useful?
This feature would streamline the installation workflow and eliminate the need to manually configure VLAN tags repeatedly. For users like me where VLAN 99 is the primary network but VLAN 10 is required for internal applications, the current defaults system cannot be used effectively. Adding support for multiple VLANs or selectable presets would significantly improve flexibility and overall ease of use.