"No such file or directory" error on firewall commit on fresh VyOS install

Hey all :wave:

I’m new to VyOS and tried following the Quick Start guide, but I can’t seem to get the firewall to work.

Once I try to commit I get this error:

vyos@vyos# commit

Failed to apply firewall: /run/nftables.conf:19:17-27: Error: No such
file or directory; did you mean table ‘vyos_filter’ in family ip? delete
table ip vyos_filter                 ^^^^^^^^^^^
/run/nftables.conf:54:18-28: Error: No such file or directory; did you
mean table ‘vyos_filter’ in family ip? delete table ip6 vyos_filter
^^^^^^^^^^^ /run/nftables.conf:90:21-31: Error: No such file or
directory; did you mean table ‘vyos_filter’ in family ip? delete table
bridge vyos_filter                     ^^^^^^^^^^^

[[firewall]] failed
Commit failed
[edit]
vyos@vyos#

The command I ran before:

[edit]
vyos@vyos# set firewall group interface-group WAN interface eth0

This also happens when I follow all commands from the Quick Start.

Here’s my configuration with the additions at the top:
vyos_full_config.txt (1.7 KB)

It may very well be I’m just overlooking something, so if I’ve done anything wrong I’d be thankful for a pointer towards what that may be. :smile:

Thanks in advance,
Kevin

What version are you running?

Op-mode: show version

If I met a weird bug after upgrade new version with add system image xxxx. The first thing I do is to install a fresh new Vyos system and run a configuration command to create a new router. Maybe it will work on the new router

I‘m on the 1.5-rolling-202402280022 image.

This is actually already a completely fresh installation.

Good News!

This problem is resolved on 1.5-rolling-202402291036! The same commands just worked now

If anyone still has some tips for dealing with errors like that I’d love hearing them :smiley: