Or you can use PBR for destination/source address /port/protocol
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Advanced Search
Dec 8 2023
Dec 7 2023
Could you create a PR?
Now we receive this error in 1.5-rolling-202312060024 when the command is executed:
Dec 6 2023
Per discussion on forums (https://forum.vyos.io/t/how-to-use-flowtables-in-vyos-1-4-with-zone-based-firewall/13004/4), custom chains do not currently have the ability to set offload as an action. The action is only able to be applied directly within the forward filter.
In the past any interface was supported, and it has been removed.
If you want to match any interface, you can complete remove interface matcher from the rule, since it's not mandatory (as it was in the past):
delete nat source rule 110 outbound-interface
Dec 5 2023
Dec 4 2023
tested on 1.5/1.4 :
Dec 3 2023
Added PR for documentation here https://github.com/vyos/vyos-documentation/pull/1169
PR for 1.4 https://github.com/vyos/vyos-1x/pull/2568
Wouldnt this break things with compatibility with other vendors?
Dec 2 2023
PR 1.5/1.4 : https://github.com/vyos/vyos-1x/pull/2564
@Viacheslav, updated PR https://github.com/vyos/vyos-1x/pull/2562
Looks like, we still need to keep /etc/avahi/services because avahi-daemon chroot to that location at startup. This is set up at build time via AVAHI_CONFIG_DIR and there is no way to change it at runtime.
Cannot pass smoketest, @indrajitr could you re-check?
DEBUG - Running Testcase: /usr/libexec/vyos/tests/smoke/cli/test_service_mdns-repeater.py DEBUG - test_service_dual_stack (__main__.TestServiceMDNSrepeater.test_service_dual_stack) ... FAIL DEBUG - test_service_ipv4 (__main__.TestServiceMDNSrepeater.test_service_ipv4) ... FAIL DEBUG - test_service_ipv6 (__main__.TestServiceMDNSrepeater.test_service_ipv6) ... FAIL DEBUG - DEBUG - ====================================================================== DEBUG - FAIL: test_service_dual_stack (__main__.TestServiceMDNSrepeater.test_service_dual_stack) DEBUG - ---------------------------------------------------------------------- DEBUG - Traceback (most recent call last): DEBUG - File "/usr/libexec/vyos/tests/smoke/cli/test_service_mdns-repeater.py", line 47, in tearDown DEBUG - self.assertTrue(process_named_running('avahi-daemon')) DEBUG - AssertionError: None is not true DEBUG - DEBUG - ====================================================================== DEBUG - FAIL: test_service_ipv4 (__main__.TestServiceMDNSrepeater.test_service_ipv4) DEBUG - ---------------------------------------------------------------------- DEBUG - Traceback (most recent call last): DEBUG - File "/usr/libexec/vyos/tests/smoke/cli/test_service_mdns-repeater.py", line 47, in tearDown DEBUG - self.assertTrue(process_named_running('avahi-daemon')) DEBUG - AssertionError: None is not true DEBUG - DEBUG - ====================================================================== DEBUG - FAIL: test_service_ipv6 (__main__.TestServiceMDNSrepeater.test_service_ipv6) DEBUG - ---------------------------------------------------------------------- DEBUG - Traceback (most recent call last): DEBUG - File "/usr/libexec/vyos/tests/smoke/cli/test_service_mdns-repeater.py", line 47, in tearDown DEBUG - self.assertTrue(process_named_running('avahi-daemon')) DEBUG - AssertionError: None is not true DEBUG - DEBUG - ---------------------------------------------------------------------- DEBUG - Ran 3 tests in 11.145s DEBUG - DEBUG - FAILED (failures=3)
Dec 1 2023
Nov 30 2023
Tested in VyOS 1.3.4
Tested in VyOS 1.4-rolling-202311100309
Nov 29 2023
currently OSPF smoketests fail b/c of https://github.com/FRRouting/frr/issues/14910
Good day
Tested in VyOS 1.4-rolling-202311100309