So who reverts the option? Can you check the configuration history?
In general, however, your issue is that something listens to the IP you want HAProxy to listen to. Disabling the service bind doesn't do anything for HAProxy plugin so it's another service, likely the web GUI configured to listen to said interface manually, which we don't recommend for exactly this reason.
root@OPNsense:~ # sockstat -4 -lUSER COMMAND PID FD PROTO LOCAL ADDRESS FOREIGN ADDRESSunbound unbound 83031 3 udp4 *:53 *:*unbound unbound 83031 4 tcp4 *:53 *:*unbound unbound 83031 5 udp4 *:53 *:*unbound unbound 83031 6 tcp4 *:53 *:*unbound unbound 83031 7 tcp4 127.0.0.1:953 *:*dhcpd dhcpd 16219 10 udp4 *:67 *:*root ntpd 43089 21 udp4 *:123 *:*root ntpd 43089 22 udp4 (my_WAN_IP):123 *:*root ntpd 43089 25 udp4 127.0.0.1:123 *:*root ntpd 43089 26 udp4 192.168.4.1:123 *:*root ntpd 43089 27 udp4 192.168.3.1:123 *:*root lighttpd 4810 4 tcp4 127.0.0.1:43580 *:*root lighttpd 51954 5 tcp4 *:8443 *:*root sshd 49729 4 tcp4 *:22 *:*
/firewall_virtual_ip.php: The command `/sbin/ifconfig 'lo0' inet '192.168.6.1' -alias' failed to execute
Hmm, no feedback at all?
/firewall_virtual_ip.php: The command `/sbin/ifconfig 'lo0' inet '10.17.0.1' -alias' failed to execute
Can you point me to a tutorial on how to apply patches to my install? I have seen these posted from time to time, but have never learned how to apply them manually (which I assume is something I need to do).
Hmm, no feedback at all?Cheers,Franco