rene, i was able to reproduce the issue. thanks for the hand. 1.1_4 coming up shortly.
In regards of dns: is it maybe dnscrypt proxy which interfers here?
that is fast. what´s the problem?
Quote from: opnsenseuser on November 19, 2019, 09:34:24 pmthat is fast. what´s the problem?rene, it was a sanity check going wrong because of a missing if condition Fix was easy, 1.1_4 hotfix is out. Enjoy.sol, we're thinking of implementing "lazy dns resolution" for these cases like dns encryption. This will allow Sensei to do realtime dns query for any ip addresses for which it does not have a dns mapping in its cache. Most probably it'll ship Q2 2020.
Quote from: opnsenseuser on November 19, 2019, 09:34:24 pmthat is fast. what´s the problem?rene, it was a sanity check going wrong because of a missing if condition Fix was easy, 1.1_4 hotfix is out. Enjoy.
[20-Nov-2019 15:50:33 Europe/Vienna] PHP Warning: explode() expects parameter 2 to be string, array given in /usr/local/opnsense/mvc/app/controllers/OPNsense/Sensei/Api/WidgetController.php on line 175[20-Nov-2019 15:50:33 Europe/Vienna] PHP Warning: Invalid argument supplied for foreach() in /usr/local/opnsense/mvc/app/controllers/OPNsense/Sensei/Api/WidgetController.php on line 176[20-Nov-2019 15:50:33 Europe/Vienna] PHP Warning: explode() expects parameter 2 to be string, array given in /usr/local/opnsense/mvc/app/controllers/OPNsense/Sensei/Api/WidgetController.php on line 181[20-Nov-2019 15:50:33 Europe/Vienna] PHP Warning: Invalid argument supplied for foreach() in /usr/local/opnsense/mvc/app/controllers/OPNsense/Sensei/Api/WidgetController.php on line 182
Hi rene, you're all welcome. custom landing page is available within Premium Features. SOHO Edition is coming this week.Dashboard widget error got already fixed in 1.2, which will also ship this week
root@OPNsense:/usr/local/sensei/log/active # egrep igb main*main_20191119T000000.log:2019-11-19T10:45:28 INFO: Worker [@0,Bridged,Lan=netmap@igb0,Wan=netmap@igb0^,Queue=0,Cpu=1main_20191119T000000.log:2019-11-19T21:18:49 INFO: Worker [@0,Bridged,Lan=netmap@igb0,Wan=netmap@igb0^,Queue=0,Cpu=1main_20191120T000000.log:2019-11-20T19:16:42 INFO: Worker [@0,Bridged,Lan=netmap@igb0,Wan=netmap@igb0^,Queue=0,Cpu=1
root@OPNsense:/usr/local/sensei/log/active # egrep igb worker0_20191120T000000.log | tail2019-11-21T14:57:19 INFO: Stats LAN igb0:0 [ 4024 pkts, 0 drp, 610.74 KB]2019-11-21T14:57:19 INFO: Stats LAN igb0:1 [ 109564 pkts, 0 drp, 150.78 MB]2019-11-21T14:57:19 INFO: Stats LAN igb0:2 [ 27493 pkts, 0 drp, 2.00 MB]2019-11-21T14:57:19 INFO: Stats LAN igb0:3 [ 33916 pkts, 0 drp, 2.54 MB]2019-11-21T14:57:19 INFO: Stats WAN igb0^ [ 239646 pkts, 0 drp, 177.91 MB]2019-11-21T14:57:20 INFO: Stats LAN igb0:0 [ 4024 pkts, 0 drp, 610.74 KB]2019-11-21T14:57:20 INFO: Stats LAN igb0:1 [ 109564 pkts, 0 drp, 150.78 MB]2019-11-21T14:57:20 INFO: Stats LAN igb0:2 [ 27493 pkts, 0 drp, 2.00 MB]2019-11-21T14:57:20 INFO: Stats LAN igb0:3 [ 33917 pkts, 0 drp, 2.54 MB]2019-11-21T14:57:20 INFO: Stats WAN igb0^ [ 239646 pkts, 0 drp, 177.91 MB]
{ "error": { "root_cause": [ { "type": "index_not_found_exception", "reason": "no such index", "resource.type": "index_or_alias", "resource.id": "alert_all", "index_uuid": "_na_", "index": "alert_all" } ], "type": "index_not_found_exception", "reason": "no such index", "resource.type": "index_or_alias", "resource.id": "alert_all", "index_uuid": "_na_", "index": "alert_all" }, "status": 404}
Hi Rene,Yes, customizable block page is available in Premium. 1. With regard to how we display block page: we display Block Page only if it is an HTTP connection.2. For HTTPS connections, since TLS comes early and client and server does not yet speak HTTP, we cannot display.3. For Application control, we do not display since it might be a connection which does not speak HTTP. For the third item, I think there is a window of improvement there; since we can still detect if it is HTTP and therefore we can display a block page. For HTTPS connections, block pages will be available along with TLS feature.