Page MenuHomeVyOS Platform
Feed Advanced Search

Dec 3 2023

Apachez added a comment to T5759: Change VXLAN default MTU to 1500 bytes.

Wouldnt this break things with compatibility with other vendors?

Dec 3 2023, 11:25 AM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta

Nov 18 2023

Apachez added a comment to T5757: Embedded: Allow ethernet names lanX, wan, sfpX.

I agree, even if its "odd" at first sight I like that all interfaces are named ethX within VyOS and then its a matter to map each to physical interface by hw-id (which is done automagically during first install but can be remapped if wanted).

Nov 18 2023, 2:06 PM · VyOS 1.5 Circinus
Apachez added a comment to T5757: Embedded: Allow ethernet names lanX, wan, sfpX.

Does all the interfaces at bananapi represent a hw-id which can be used to map to the ethX syntax of VyOS?

Nov 18 2023, 4:03 AM · VyOS 1.5 Circinus

Nov 15 2023

Apachez created T5742: Define port-group as a oneliner instead of multiline.
Nov 15 2023, 4:11 AM · VyOS 1.5 Circinus

Nov 14 2023

Apachez added a comment to T5167: Add a simple file server.

The fear of having the HTTP-API part of nginx compromised by another virtualhost config (as in they are sharing the same process) should be overcome by having a dedicated config file and start a 2nd nginx process.

Nov 14 2023, 12:36 AM · VyOS 1.5 Circinus

Nov 13 2023

Apachez added a comment to T5167: Add a simple file server.

I would vote for that (using nginx as backend since it already exists).

Nov 13 2023, 12:10 AM · VyOS 1.5 Circinus

Nov 12 2023

Apachez added a comment to T5167: Add a simple file server.

Instead of "file-server" I think "http-server" would be a better name or even "web-server" in this context.

Nov 12 2023, 3:05 PM · VyOS 1.5 Circinus

Nov 10 2023

Apachez created T5730: Add ability for VyOS to sendmail.
Nov 10 2023, 2:01 PM · VyOS 1.5 Circinus

Nov 8 2023

Apachez closed T5693: Adding variable vyos_persistence_dir (and improve variable vyos_rootfs_dir) as Resolved.

Verified with VyOS 1.5-rolling-202311081451.

Nov 8 2023, 6:06 PM · VyOS 1.5 Circinus

Nov 6 2023

Apachez added a comment to T5471: Conntrack logging doesnt seem to be working.

I would mainly want to log new conntrack entries for various reasons.

Nov 6 2023, 9:27 PM · VyOS 1.4 Sagitta (1.4.0-GA), VyOS 1.5 Circinus

Nov 4 2023

Apachez added a comment to T5713: strip-private doesn't strip string after "secret".

Do you have any example of in which context that exists?

Nov 4 2023, 6:44 PM · VyOS 1.5 Circinus
Apachez added a comment to T5706: Systemd-udevd high CPU utilization for multiple dynamic ppp/l2tp/ipoe interfaces .

In that PR, shouldnt also ifb* be included?

Nov 4 2023, 1:37 PM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus

Nov 3 2023

Apachez added a comment to T5706: Systemd-udevd high CPU utilization for multiple dynamic ppp/l2tp/ipoe interfaces .

Shouldnt dummy* and some others be excluded aswell?

Nov 3 2023, 9:48 PM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
Apachez added a comment to T5698: EVPN ESI Multihoming.

@shthead: Im talking about features in VyOS. I dont care what others such as Juniper does or doesnt do.

Nov 3 2023, 12:51 PM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta

Nov 2 2023

Apachez added a comment to T5698: EVPN ESI Multihoming.

@shthead: Yes but when it comes to multihoming there are some additional settings that should exist aswell:

Nov 2 2023, 8:40 PM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta

Oct 29 2023

Apachez added a comment to T5698: EVPN ESI Multihoming.

Both single-active and all-active should be supported when it comes to EVPN Multihoming.

Oct 29 2023, 1:36 PM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
Apachez created T5696: Make it possible to shutdown/suspend/disable VLAN 1.
Oct 29 2023, 5:54 AM · VyOS 1.5 Circinus

Oct 28 2023

Apachez added a comment to T5694: NTP should always be allowed from localhost and bindaddress/binddevice can only exist once.

Original template /usr/share/vyos/templates/chrony/chrony.conf.j2 (just the allow and listen sections):

Oct 28 2023, 3:51 AM · VyOS 1.5 Circinus
Apachez added a comment to T5694: NTP should always be allowed from localhost and bindaddress/binddevice can only exist once.

Turns out that the output of bindaddress will be broken unless put in a loop even if a single entry the only allowed entry.

Oct 28 2023, 3:26 AM · VyOS 1.5 Circinus
Apachez claimed T5694: NTP should always be allowed from localhost and bindaddress/binddevice can only exist once.
Oct 28 2023, 3:04 AM · VyOS 1.5 Circinus
Apachez added a comment to T5691: `show ntp` not working.

Since the root cause for this task have been identified and fixed by the reporting user (and the task is set to invalid) I have created another task for the spinoff regarding cleaning up of the template used by chronyd:

Oct 28 2023, 3:03 AM · VyOS 1.5 Circinus
Apachez created T5694: NTP should always be allowed from localhost and bindaddress/binddevice can only exist once.
Oct 28 2023, 3:01 AM · VyOS 1.5 Circinus
Apachez added a comment to T5691: `show ntp` not working.

As it seems according to https://manpages.debian.org/bookworm/chrony/chrony.conf.5.en.html both bindaddress and binddevice can only be specified once.

Oct 28 2023, 2:51 AM · VyOS 1.5 Circinus
Apachez added a comment to T5691: `show ntp` not working.

Ahh yes, I think there is another task in here regarding adding firewall rules by default to the firewall to avoid situations like this :-)

Oct 28 2023, 2:38 AM · VyOS 1.5 Circinus
Apachez added a comment to T5691: `show ntp` not working.

I added the above modifications to /usr/share/vyos/templates/chrony/chrony.conf.j2 and rebooted VyOS 1.5-rolling-202310240118.

Oct 28 2023, 2:36 AM · VyOS 1.5 Circinus
Apachez added a comment to T5691: `show ntp` not working.

I havent been using ninja2 scripting previously but Im guessing something like this would be needed:

Oct 28 2023, 2:01 AM · VyOS 1.5 Circinus
Apachez added a comment to T5691: `show ntp` not working.

Here is the output of sudo ls -la /run/chrony (just booted up so drift will probably missing for some time):

Oct 28 2023, 1:47 AM · VyOS 1.5 Circinus
Apachez added a comment to T5595: Multicast - PIM bfd feature enable .

Any docs or example on how bfd interacts with pim?

Oct 28 2023, 1:24 AM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus

Oct 27 2023

Apachez added a comment to T5690: Change to definition of environment variable 'vyos_rootfs_dir' is incorrect.

PR created: https://github.com/vyos/vyatta-op/pull/79

Oct 27 2023, 4:09 PM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
Apachez added a comment to T5693: Adding variable vyos_persistence_dir (and improve variable vyos_rootfs_dir).

PR created: https://github.com/vyos/vyatta-op/pull/79

Oct 27 2023, 4:07 PM · VyOS 1.5 Circinus
Apachez added a comment to T5691: `show ntp` not working.

How is your current ntp configuration (as outputed by show config commands)?

Oct 27 2023, 3:12 PM · VyOS 1.5 Circinus
Apachez added a comment to T5686: Loss of connectivity on dhcp enabled ethernet interfaces after abrupt link restarts.

I would still recommend you to try to test to put a L2-switch between your 5G-router and the VyOS box and see if that resolves the situation.

Oct 27 2023, 3:06 PM · VyOS 1.5 Circinus
Apachez claimed T5693: Adding variable vyos_persistence_dir (and improve variable vyos_rootfs_dir).
Oct 27 2023, 2:39 PM · VyOS 1.5 Circinus
Apachez created T5693: Adding variable vyos_persistence_dir (and improve variable vyos_rootfs_dir).
Oct 27 2023, 2:39 PM · VyOS 1.5 Circinus
Apachez added a comment to T5690: Change to definition of environment variable 'vyos_rootfs_dir' is incorrect.

One way however to make the variable more robust in case there are for whatever reason more than one squashfs mounted object available is to select the one who is "loop0".

Oct 27 2023, 2:30 PM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
Apachez added a comment to T5690: Change to definition of environment variable 'vyos_rootfs_dir' is incorrect.

Looking through https://vyos.dev/T5457 I now get what you meant by "re-broke it".

Oct 27 2023, 2:23 PM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
Apachez added a comment to T5690: Change to definition of environment variable 'vyos_rootfs_dir' is incorrect.

But before the revert by T5690 today T5440 worked perfectly fine so what was "re-broken"?

Oct 27 2023, 2:16 PM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
Apachez added a comment to T5690: Change to definition of environment variable 'vyos_rootfs_dir' is incorrect.

So in short https://vyos.dev/T5440 will be broken again?

Oct 27 2023, 10:37 AM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
Apachez added a comment to T5686: Loss of connectivity on dhcp enabled ethernet interfaces after abrupt link restarts.

Does your 5G-modem do any NAT on its own or does it just forward the DHCP to the ISP?

Oct 27 2023, 4:35 AM · VyOS 1.5 Circinus

Oct 26 2023

Apachez added a comment to T5687: Implement ECS settings for PowerDNS recursor.

For the record.

Oct 26 2023, 5:18 PM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta

Oct 25 2023

Apachez added a comment to T5686: Loss of connectivity on dhcp enabled ethernet interfaces after abrupt link restarts.

To verify that it isnt something in your 5G modem that triggers this behaviour try to put a L2-switch in between and then simulate a link failure between VyOS and this L2-switch and see how things behaves?

Oct 25 2023, 9:30 PM · VyOS 1.5 Circinus
Apachez added a comment to T5676: NAT66 source rule with negation source/destination prefix causes TypeError.

Plenty of nat66 related errors from last nightly build:

Oct 25 2023, 1:56 AM · VyOS 1.5 Circinus

Oct 24 2023

Apachez added a comment to T5564: Both show firewall group and show firewall summary fails.

Using VyOS 1.5-rolling-202310220123.

Oct 24 2023, 2:28 PM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
Apachez added a comment to T5675: 'show configuration all' is no different from 'show configuration'.

I think the commit made by yzguy is referencing the wrong task-id.

Oct 24 2023, 2:08 PM · VyOS 1.5 Circinus

Oct 22 2023

Apachez added a comment to T5673: Enable `CONFIG_DEBUG_INFO_DWARF5` and `CONFIG_DEBUG_INFO_BTF` in the Linux kernel.

Should debug code really be part of production releases?

Oct 22 2023, 8:48 AM · VyOS 1.5 Circinus

Oct 21 2023

Apachez claimed T5641: Enable compression of kernel modules.
Oct 21 2023, 3:51 PM · VyOS 1.5 Circinus

Oct 18 2023

Apachez added a comment to T5665: radius user not working.

What if you install the same version again but as a new boot name?

Oct 18 2023, 9:50 AM · VyOS 1.4 Sagitta

Oct 17 2023

Apachez added a comment to T5663: pmacct package contains unwanted data.

Out of the blue it looks like some compile thats gone wrong?

Oct 17 2023, 5:42 PM · VyOS 1.5 Circinus
Apachez added a comment to T5663: pmacct package contains unwanted data.

What is the exact path within the chroot directory?

Oct 17 2023, 4:55 PM · VyOS 1.5 Circinus

Oct 16 2023

Apachez added a comment to T5634: Remove support for Blowfish and DES from OpenVPN.

Still fails:

Oct 16 2023, 2:36 AM · VyOS 1.4 Sagitta

Oct 14 2023

Apachez added a comment to T5653: Command to display fingerprint.

I think it should be included, its often used during generation in Debian among other distros.

Oct 14 2023, 7:52 AM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus

Oct 12 2023

Apachez added a comment to T5651: chain FW_CONNTRACK incorrectly use accept as action.

Then this task can be set to closed and invalid :-)

Oct 12 2023, 6:54 PM · VyOS 1.5 Circinus
Apachez added a comment to T5498: fsck during boot doesnt work.

PR updated: https://github.com/vyos/vyos-build/pull/435

Oct 12 2023, 6:46 PM · VyOS 1.4 Sagitta (1.4.0-GA)
Apachez reopened T5651: chain FW_CONNTRACK incorrectly use accept as action as "Open".

But the NAT_CONNTRACK and WLB_CONNTRACK chains are never evaluted because FW_CONNTRACK always set action to accept?

Oct 12 2023, 6:18 PM · VyOS 1.5 Circinus
Apachez created T5651: chain FW_CONNTRACK incorrectly use accept as action.
Oct 12 2023, 5:05 PM · VyOS 1.5 Circinus

Oct 10 2023

Apachez added a comment to T5497: Add ability to resequence rule numbers for firewall.

I assume this will end up in config mode aswell before this task can be set to resolved?

Oct 10 2023, 10:33 AM · VyOS 1.4 Sagitta (1.4.0-epa1)
Apachez added a comment to T5497: Add ability to resequence rule numbers for firewall.

The syntax seems to have changed from "produce" to "generate" during this task?

Oct 10 2023, 5:46 AM · VyOS 1.4 Sagitta (1.4.0-epa1)
Apachez attached a referenced file: F3877170: T5549_Lynis_audit_system_231010.txt.gz.
Oct 10 2023, 5:40 AM · VyOS 1.4 Sagitta (1.4.0-GA)
Apachez added a comment to T5549: Result of system audit by Lynis.

Updated scan performed on VyOS 1.5-rolling-202310090023 (see attached file).

Oct 10 2023, 5:39 AM · VyOS 1.4 Sagitta (1.4.0-GA)
Apachez added a comment to T5471: Conntrack logging doesnt seem to be working.

show conntrack statistics still fails in VyOS 1.5-rolling-202310090023:

Oct 10 2023, 5:28 AM · VyOS 1.4 Sagitta (1.4.0-GA), VyOS 1.5 Circinus
Apachez closed T5479: Helper leftovers found in nftables (firewall) even with all helpers disabled as Resolved.

Seems to be fixed in VyOS 1.5-rolling-202310090023:

Oct 10 2023, 5:25 AM · VyOS 1.4 Sagitta
Apachez assigned T5559: Selective proxy-arp/proxy-ndp when doing SNAT/DNAT to Viacheslav.
Oct 10 2023, 5:18 AM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
Apachez added a comment to T5564: Both show firewall group and show firewall summary fails.

Problem remains with "N/D" is being used in show firewall groups instead of "None".

Oct 10 2023, 5:15 AM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
Apachez closed T5489: Change to BBR as TCP congestion control, or at least make it an config option as Resolved.

Verified in VyOS 1.5-rolling-202310090023:

Oct 10 2023, 5:03 AM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
Apachez closed T5436: vyos-preconfig-bootup.script is missing as Resolved.

Verified in VyOS 1.5-rolling-202310090023:

Oct 10 2023, 4:59 AM · VyOS 1.4 Sagitta
Apachez closed T5589: Nonstripped binaries exists in VyOS as Resolved.

Works as expected:

Oct 10 2023, 4:28 AM · VyOS 1.5 Circinus

Oct 9 2023

Apachez added a comment to T5498: fsck during boot doesnt work.

PR created: https://github.com/vyos/vyos-build/pull/435

Oct 9 2023, 12:26 AM · VyOS 1.4 Sagitta (1.4.0-GA)

Oct 8 2023

Apachez added a comment to T5498: fsck during boot doesnt work.

As @twan mentioned previously...

Oct 8 2023, 11:59 PM · VyOS 1.4 Sagitta (1.4.0-GA)
Apachez created T5641: Enable compression of kernel modules.
Oct 8 2023, 10:37 PM · VyOS 1.5 Circinus
Apachez added a comment to T5498: fsck during boot doesnt work.

Turns out that packages/linux-kernel/arch/x86/configs/vyos_defconfig doesnt include xz as option for initrd:

Oct 8 2023, 10:26 PM · VyOS 1.4 Sagitta (1.4.0-GA)
Apachez created T5640: Missing compression algorithms in kernel config regarding initrd.
Oct 8 2023, 10:25 PM · VyOS 1.5 Circinus
Apachez added a comment to T5498: fsck during boot doesnt work.

Will attempt to:

Oct 8 2023, 8:39 PM · VyOS 1.4 Sagitta (1.4.0-GA)
Apachez claimed T5498: fsck during boot doesnt work.
Oct 8 2023, 8:36 PM · VyOS 1.4 Sagitta (1.4.0-GA)
Apachez claimed T5489: Change to BBR as TCP congestion control, or at least make it an config option.
Oct 8 2023, 8:35 PM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
Apachez added a comment to T5096: Change 'accept' firewall rule action from 'return' to 'accept'.

A new firewall frontend engine was implemented in VyOS 1.4-rolling-202308040557.

Oct 8 2023, 6:45 PM · VyOS 1.4 Sagitta
Apachez reopened T5489: Change to BBR as TCP congestion control, or at least make it an config option as "Open".
Oct 8 2023, 5:59 PM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
Apachez added a comment to T5489: Change to BBR as TCP congestion control, or at least make it an config option.

PR created: https://github.com/vyos/vyos-1x/pull/2349

Oct 8 2023, 5:43 PM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta

Oct 6 2023

Apachez added a comment to T4502: Consider implementing (NAT/other) flow table offload.

The blog over at claims:

Oct 6 2023, 9:17 PM · VyOS 1.4 Sagitta

Oct 4 2023

Apachez added a comment to T5589: Nonstripped binaries exists in VyOS.

PR created: https://github.com/vyos/vyos-build/pull/434

Oct 4 2023, 2:34 PM · VyOS 1.5 Circinus
Apachez added a comment to T5589: Nonstripped binaries exists in VyOS.

Regarding STRIP_EXCLUDE variable... one idea is to assign it dynamically like so:

Oct 4 2023, 11:19 AM · VyOS 1.5 Circinus
Apachez updated subscribers of T5589: Nonstripped binaries exists in VyOS.

@xrobau noted that PR426 have an anomaly regarding one of the libraries during the strip-run:

Oct 4 2023, 6:46 AM · VyOS 1.5 Circinus

Oct 3 2023

Apachez added a comment to T5080: Disable conntrack by default.

Also adding these lines as to "completely ignore conntrack for all traffic" doesnt seem to help:

Oct 3 2023, 10:10 PM · VyOS 1.4 Sagitta (1.4.0-epa3)
Apachez changed the status of T5436: vyos-preconfig-bootup.script is missing from Open to Needs testing.

Merged, will show up in nightly 2023-10-04.

Oct 3 2023, 9:38 AM · VyOS 1.4 Sagitta
Apachez changed the status of T5589: Nonstripped binaries exists in VyOS from Open to Needs testing.

Merged, will show up in nightly 2023-10-04.

Oct 3 2023, 9:38 AM · VyOS 1.5 Circinus

Sep 30 2023

Apachez reopened T5436: vyos-preconfig-bootup.script is missing as "Open".
Sep 30 2023, 8:31 PM · VyOS 1.4 Sagitta
Apachez added a comment to T5436: vyos-preconfig-bootup.script is missing.

PR created: https://github.com/vyos/vyos-1x/pull/2326

Sep 30 2023, 8:31 PM · VyOS 1.4 Sagitta
Apachez renamed T5622: Command 'add system upgrade' uses local script instead of updated script provided by ISO from Add system upgrade uses local script instead of updated script provided by ISO to Command 'add system upgrade' uses local script instead of updated script provided by ISO.
Sep 30 2023, 7:11 AM · VyOS 2.0.x
Apachez added a comment to T5624: Remove /etc/debian_version from the image.

PR created (for current): https://github.com/vyos/vyos-build/pull/432

Sep 30 2023, 2:41 AM · VyOS 1.4 Sagitta, VyOS 1.3 Equuleus (1.3.5)

Sep 29 2023

Apachez added a comment to T5624: Remove /etc/debian_version from the image.

Please revert that commit (remove that hook) and use the excludes-file instead.

Sep 29 2023, 3:10 PM · VyOS 1.4 Sagitta, VyOS 1.3 Equuleus (1.3.5)
Apachez added a comment to T5622: Command 'add system upgrade' uses local script instead of updated script provided by ISO.

I suppose the maintainers already considered the below but I got a suggestion on how to resolve this issue:

Sep 29 2023, 5:47 AM · VyOS 2.0.x
Apachez added a comment to T5593: Further shrink VyOS imagesize.

Created https://vyos.dev/T5622 which must first be resolved before T5593 can get successfully merged.

Sep 29 2023, 12:29 AM · VyOS 2.0.x
Apachez created T5622: Command 'add system upgrade' uses local script instead of updated script provided by ISO.
Sep 29 2023, 12:28 AM · VyOS 2.0.x
Apachez added a comment to T5593: Further shrink VyOS imagesize.

PR updated for part 1/2 (vyatta-cfg-system): https://github.com/vyos/vyatta-cfg-system/pull/209

Sep 29 2023, 12:12 AM · VyOS 2.0.x

Sep 28 2023

Apachez added a comment to T5593: Further shrink VyOS imagesize.

PR updated for part 2/2 (vyos-build): https://github.com/vyos/vyos-build/pull/427

Sep 28 2023, 8:46 PM · VyOS 2.0.x

Sep 27 2023

Apachez added a comment to T5593: Further shrink VyOS imagesize.

PR created for part 1/2 (vyatta-cfg-system): https://github.com/vyos/vyatta-cfg-system/pull/209

Sep 27 2023, 8:52 AM · VyOS 2.0.x
Apachez added a comment to T5593: Further shrink VyOS imagesize.
Sep 27 2023, 12:16 AM · VyOS 2.0.x
Apachez added a comment to T5593: Further shrink VyOS imagesize.

Build was successful and smoketests are currently in progress.

Sep 27 2023, 12:07 AM · VyOS 2.0.x

Sep 26 2023

Apachez added a comment to T5593: Further shrink VyOS imagesize.

If build and smoketests are successful a commit will arrive later today.

Sep 26 2023, 11:15 PM · VyOS 2.0.x
Apachez claimed T5593: Further shrink VyOS imagesize.
Sep 26 2023, 9:50 PM · VyOS 2.0.x
Apachez added a comment to T5593: Further shrink VyOS imagesize.

Point 1 might be solved by using a hooks/live-script for the binary part which is the part after the chroot have been created.

Sep 26 2023, 9:49 PM · VyOS 2.0.x