Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - Zhmak

#1
Added extra remote logging from haproxy to localhost in "System: Settings: Logging - Remote" and logging start to work.

It seems to internal logging of haproxy completely broken for some reason.
#2
Quote from: viragomann on May 06, 2025, 02:54:44 PMGo to Settings > Logging and state a log level.
You mean Services: HAProxy: Settings: Logging "Filter syslog level"?

Option description says "Can be specified to filter outgoing messages. By default, all messages are sent. If a level is specified, only messages with a severity at least as important as this level will be sent"
#3
Quote from: meyergru on May 06, 2025, 02:50:15 PMIf not, please comment on the linked issue, because then, the problem is is present on more that the os-acme-client plugin. You can then paste in this section into the file and reboot to fix your problem

This filter definition section already available in syslog-ng-local.conf

os-acme-client logs are ok.
#4
OPNsense 25.1.5_5
HA Proxy service configured and running.

Global log setting at defaults.

global
    uid                         80
    gid                         80
    chroot                      /var/haproxy
    daemon
    stats                       socket /var/run/haproxy.socket group proxy mode 775 level admin
    nbthread                    1
    hard-stop-after             60s
    no strict-limits
    httpclient.resolvers.prefer   ipv4
    tune.ssl.default-dh-param   2048
    spread-checks               2
    tune.bufsize                16384
    tune.lua.maxmem             0
    log                         /var/run/log local0
    lua-prepend-path            /tmp/haproxy/lua/?.lua

defaults
    log     global
    option redispatch -1
    timeout client 30s
    timeout connect 30s
    timeout server 30s
    retries 3
    default-server init-addr last,libc

But in Services: HAProxy: Log File I see only "No results found!"

Other service have no issues with logging. Only HAProxy
#5
I've configured OpenVPN instance with Bridge gateway 192.168.244.1/24

OpenVPN service started but ovpns1 interface have no IP address. Client can connect but traffic can't get trough tap

If I make ifconfig ovpns1 192.168.244.1/24 in shell, VPN channel start to working.

What I need to do to fix this strange behavoir?