- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
All Stories
Today
Could you create a PR?
Now we receive this error in 1.5-rolling-202312060024 when the command is executed:
Yesterday
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
Tue, Dec 5
PR https://github.com/vyos/vyos-1x/pull/2573
set interfaces ethernet eth0 address '192.168.122.14/24' set interfaces ethernet eth0 address '192.168.122.10/24' set interfaces ethernet eth2 address '2001:db8::1/64'
Mon, Dec 4
tested on 1.5/1.4 :
Sun, Dec 3
tcpdump of internal MPLS interface during initial connection
Adding trace, and monitoring, shows that the rule is never being hit.
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
This happened again.
Wouldnt this break things with compatibility with other vendors?
Sat, Dec 2
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)
Fri, Dec 1
The similar task, leave a link here https://vyos.dev/T3771
Note: Mikrotik's RouterOS can add received IPv6 prefixes to a pool in its DHCPv6 client configuration, then the pool can be configured for DHCPv6 server to hand out addresses or sub-prefixes: https://wiki.mikrotik.com/wiki/Manual:IPv6/DHCP_Client
Thu, Nov 30
Tested in VyOS 1.3.4
Tested in VyOS 1.4-rolling-202311100309