hi, i use in iptabels rules for loggin incomming and outgoing ports
in hardware server all okey, in vms on syslog i doesnt see this logs
P.S. this problem only in CT in VM all okey
Code:
-A INPUT_LOGGING -m limit --limit 100/min -j LOG --log-prefix "iptables[INPUT] Dropped: " --log-level 7
-A OUTPUT_LOGGING -m limit --limit 100/min -j LOG --log-prefix "iptables[OUTPUT] Dropped: " --log-level 7
in hardware server all okey, in vms on syslog i doesnt see this logs
P.S. this problem only in CT in VM all okey
Last edited: