Running version: VyOS 1.4-rolling-202206130217
I’ve got a fairly basic setup running for testing purposes and trying to display firewall log lines for dropped traffic. The LOCAL-WAN ruleset has default action drop and enable-default-log settings configured. I can see traffic being dropped by: show firewall name LOCAL-WAN
Ruleset Information
---------------------------------
IPv4 Firewall "LOCAL-WAN"
Rule Action Protocol Packets Bytes Conditions
------- -------- ---------- --------- ------- -----------------------------------------------
10 accept all 371 75720 ct state { established, related }
11 drop all 0 0 ct state { invalid } prefix "[LOCAL-WAN-11-D]"
20 accept icmp 0 0 meta l4proto icmp prefix "[LOCAL-WAN-20-A]"
default drop all 35684 2004232
But cannot see the associated logging in show log firewall name LOCAL-WAN
or monitor firewall name LOCAL-WAN
. Also tailing the /var/log/messages do not show any firewall related messages…
I’ve got a show configure commands | strip-private
file ready for upload, however I could not upload it right now because my account is just created.
Any pointers?