Setting up a new #packetfence I tried to setup a portal for a registration vlan and failed miserably. The portal didn't show.

The solution turned out to be quiet simple: a dns misconfiguration that seems to be part of the default configuration when installing packetfence in Debian.

dns configuration on debian install · Issue #8043 · inverse-inc/packetfence

Describe the bug After installing packetfence on debian 11.9 the configuration portals didn't work. /etc/hosts contains the following two lines: 127.0.0.1 localhost 127.0.1.1 <hostname>.<domain> <h...

GitHub