Installer rewrites /opt/fog/.fogsettings with incorrect subnet mask
-
Each time the installer runs, it is changing the subnet mask provided in /opt/fog/.fogsettings to 255.255.255.0, when I’m on a 255.255.252.0 network.
-
This apparently has to do with the virbr0 interface setup by default with Fedora 22…After disabling with the following:
virsh net-destroy default
virsh net-autostart default
virsh net-undefine defaultand then reconfiguring the settings at /opt/fog/.fogsettings…The installer works correctly and the correct subnet mask is defined.