- Feed Queries
- All Stories
- Search
- Feed Search
- Transactions
- Transaction Logs
Jan 15 2022
PR for 1.3 https://github.com/vyos/vyos-1x/pull/1170
PR for 1.3 https://github.com/vyos/vyos-1x/pull/1170
Jan 14 2022
Jan 12 2022
Jan 11 2022
Invalid - already available - I looked into an 1.2.8 image.
Jan 10 2022
In 1.3 (VyOS 1.3-rolling-202201030317) the rules are handled correctly (except for the numbers in description).
Jan 9 2022
Package upgraded
It requires checking for 1.3 as it was changed and it uses the old backend on Perl (links above).
vyos@vyos# run show config comm | grep fire set firewall name FOO default-action 'accept' set firewall name FOO rule 10 action 'accept' set firewall name FOO rule 10 source address '198.51.100.0/24' set firewall name FOO rule 999997 action 'drop' set firewall name FOO rule 999997 source address '203.0.113.0/24' [edit]
Check a real generated firewall iptables/nftables config
As 10000 it is the latest default rule, so your rules can be applied after default action with seq 10000
Tested in VyOS 1.3-rolling-202201030317 & 1.4-rolling-202201070726
Jan 8 2022
@NikolayP Could you test if all works fine?
Check the real generated firewal rules.
Jan 6 2022
Jan 5 2022
PR https://github.com/vyos/vyos-1x/pull/1138
vyos@r11-roll:~$ show interfaces input Codes: S - State, L - Link, u - Up, D - Down, A - Admin Down Interface IP Address S/L Description --------- ---------- --- ----------- ifb0 - u/u FOO ifb1 - u/u FOO1 vyos@r11-roll:~$
Jan 3 2022
Checked in 1.3-rolling-202201030317, health-check works
Dec 31 2021
I want to leave a comment , it's also common that customers don't know that PVST is enabled by default (and send bpdu peer VLANS), So it's possible to mitigate it also using nf rules , below leave a example:
Dec 30 2021
Dec 29 2021
Fixed in eceaa3a7
Dec 28 2021
Dec 27 2021
Issue was a missing verify() step which requires every SNMPv3 user to have a group assigned.
Dec 26 2021
Dec 25 2021
Runtime error on the development image