I am trying to set up a syslog server inside a jail. I have properly configured the jail and it is up and running. Sysctl parameters are as follows:
I have disabled binding on the host environment in /etc/rc.conf:
But I still can't get the messages in the jail host. Nothing is logged in the file it is supposed to log from my remote firewall.
Any idea?
Code:
security.jail.mount_allowed: 0
security.jail.chflags_allowed: 0
security.jail.allow_raw_sockets: 1
security.jail.sysvipc_allowed: 1
security.jail.socket_unixiproute_only: 0
security.jail.set_hostname_allowed: 0
security.jail.jail_max_af_ips: 255
security.jail.jailed: 0
I have disabled binding on the host environment in /etc/rc.conf:
Code:
syslogd_flags="-ss"
But I still can't get the messages in the jail host. Nothing is logged in the file it is supposed to log from my remote firewall.
Any idea?