@FullyBorked,Not "max firewall states", which is 806000, but "max pfTables entries"...Goldorak92
5. Bogons alias is inexplicably empty at times. Firewall > Diagnostics > pftables > bogons > "update bogons" does populate the list.
Is anyone having issues losing DNS? I have Unbound running and I can no longer resolve. I feel like this starts when I upgraded to 20.7.1.I am going to fall back to 20.7 and see if DNS resolution stays steady.
6. Seeing log spam just like https://forum.opnsense.org/index.php?topic=18480.msg84175#msg84175 constantly in the log. Not sure if this is cause of issue #1 or not.Code: [Select]kernel: pflog0: promiscuous mode enabledkernel: pflog0: promiscuous mode disabled
PHP Warning: in_array() expects parameter 2 to be array, null given in /usr/local/www/system_general.php on line 434
<?php foreach (legacy_config_get_interfaces(array('virtual' => false, "enable" => true)) as $iface => $ifcfg):?> <option value="<?=$iface;?>" <?=in_array($iface, $pconfig['dnsallowoverride_exclude']) ? "selected='selected'" : "";?>> <?= $ifcfg['descr'] ?> </option>
<?php foreach (legacy_config_get_interfaces(array('virtual' => false, "enable" => true)) as $iface => $ifcfg):?>