I started a lot of toptics today, after 10 hours or so of troubleshooting. I’ve noted that the command from the docs for auto-creation doesn’t work, yet it’s in the docs for 1.5. Is there a replacement command for this functionality?
set firewall ipv4 forward filter rule 10 state new enable
When a command doesn’t work, I suggest debugging options by pressing tab:
vyos@vyos# set firewall ipv4 forward filter rule 10 state
Possible completions:
established Established state
invalid Invalid state
new New state
related Related state
[edit]
vyos@vyos# set firewall ipv4 forward filter rule 10 state new
Possible completions:
<Enter> Execute the current command
[edit]
vyos@vyos# set firewall ipv4 forward filter rule 10 state new
In this case, the word enable is no longer needed. Need to update the docs
Thank you; the docs definitely need some work. If I were a tech writer, I’d take it in. I am residing in the Philippines right now, so if you want some inexpensive labor, I wouldn’t have a problem finding someone. I would have never found it without you.