2024-06-22T21:16:33 Notice opnsense /usr/local/etc/rc.reload_all: plugins_configure local (execute task : webgui_configure_do(1))2024-06-22T21:16:31 Notice opnsense /usr/local/etc/rc.newwanip: plugins_configure newwanip (execute task : webgui_configure_do(,opt1)) 2024-06-22T21:16:16 Error opnsense /usr/local/etc/rc.reload_all: The command '/usr/local/sbin/dhcpd -6 -user dhcpd -group dhcpd -chroot /var/dhcpd -cf /etc/dhcpdv6.conf -pf /var/run/dhcpdv6.pid vlan0.23.10 vlan0.23.40 vlan0.23.30 igc0 vlan0.23.20' returned exit code '1', the output was 'Internet Systems Consortium DHCP Server 4.4.3-P1 Copyright 2004-2022 Internet Systems Consortium. All rights reserved. For info, please visit https://www.isc.org/software/dhcp/ Config file: /etc/dhcpdv6.conf Database file: /var/db/dhcpd6.leases PID file: /var/run/dhcpdv6.pid There's already a DHCP server running. If you think you have received this message due to a bug rather than a configuration issue please read the section on submitting bugs on either our web page at www.isc.org or in the README file before submitting a bug. These pages explain the proper process and the information we find helpful for debugging. exiting.' 2024-06-22T21:16:13 Notice opnsense /usr/local/etc/rc.newwanip: plugins_configure newwanip (execute task : webgui_configure_do(,opt2)) 2024-06-22T21:13:45 Notice opnsense /usr/local/etc/rc.newwanip: plugins_configure newwanip (execute task : webgui_configure_do(,opt2)) 2024-06-22T21:13:45 Notice opnsense /usr/local/etc/rc.newwanip: plugins_configure newwanip (execute task : webgui_configure_do(,opt1)) 2024-06-22T21:13:23 Notice kernel <118>Starting DHCPv6 service...done.2024-06-22T21:13:22 Notice kernel <118>Starting web GUI...failed. 2024-06-22T21:13:22 Error opnsense /usr/local/etc/rc.bootup: The command '/usr/local/bin/flock -ne /var/run/lighty-webConfigurator.pid /usr/local/sbin/lighttpd -f /var/etc/lighty-webConfigurator.conf' returned exit code '255', the output was '2024-06-22 21:13:22: (/usr/obj/usr/ports/www/lighttpd/work/lighttpd-1.4.76/src/network.c.604) bind() [****::****:****:****:****]:443: Can't assign requested address' 2024-06-22T21:13:22 Notice opnsense /usr/local/etc/rc.bootup: plugins_configure early (execute task : webgui_configure_do(1))
Hast du das Listen Interface für das Web UI irgendwie anders konfiguriert als "All (recommended)"?
Das Problem ist mit dem Setzen auf "All" behoben. Kann ich denn über Firewall Regeln einschränken, dass das WebGUI nur über LAN erreichbar ist?
allow ipv4/TCP SOURCE:specific clients alias PORT:any DESTINATION:LAN address PORT:443 block ipv4/TCP SOURCE:LAN net PORT:any DESTINATION:LAN address PORT:443
block ipv4/TCP SOURCE:IOT net PORT:any DESTINATION:IOT address PORT:443
Ich selber musste selbst auf die harte Tour lernen, dass es zu Problemen führt, wenn etwas anderes als "All" einstelle. Aber warum ist das überhaupt so? Was passiert da? Ich frage aus rein technischem Interesse.