Page MenuHomeVyOS Platform
Feed All Stories

Apr 3 2023

Viacheslav updated the task description for T5142: One of the requirements is to use a system auditing tool to monitor and log all security-relevant events..
Apr 3 2023, 6:29 PM · VyOS 1.4 Sagitta
Viacheslav updated the task description for T5142: One of the requirements is to use a system auditing tool to monitor and log all security-relevant events..
Apr 3 2023, 6:25 PM · VyOS 1.4 Sagitta
Viacheslav created T5142: One of the requirements is to use a system auditing tool to monitor and log all security-relevant events..
Apr 3 2023, 6:21 PM · VyOS 1.4 Sagitta
Viacheslav updated subscribers of T5138: Add patch to accel-ppp build L2TP LNS use Calling-Number as RADIUS Calling-Station-ID.
Apr 3 2023, 6:06 PM · VyOS 1.4 Sagitta
neilmckee added a comment to T5125: Add op-mode commands for hsflowd based sflow.

Yes. Packet drops are classed as "event_samples" internally. Definitions for telemetry counters are here:
https://github.com/sflow/host-sflow/blob/v2.0.50-4/src/Linux/hsflowd.h#L460-L486

Apr 3 2023, 4:14 PM · VyOS 1.4 Sagitta
Viacheslav changed the status of T4362: Wan Load Balancing - Can't create routing tables, a subtask of T4470: Rewrite load-balancing wan to XML/Python, from Open to Needs testing.
Apr 3 2023, 3:46 PM · VyOS Rolling, VyOS 1.5 Circinus
Viacheslav changed the status of T4362: Wan Load Balancing - Can't create routing tables from Open to Needs testing.

@marc_s Will be fixed in the next rolling release, could you check?

Apr 3 2023, 3:46 PM · VyOS 1.4 Sagitta
Viacheslav changed the status of T5141: Add numbers for dhclient-exit-hooks.d to enforce script order execution from In progress to Needs testing.
Apr 3 2023, 3:45 PM · VyOS 1.4 Sagitta
Viacheslav closed T5139: IKE life-time should start from 0 for disable rekey as Resolved.

Will be available in the next rolling release.

Apr 3 2023, 3:43 PM · VyOS 1.4 Sagitta
Viacheslav committed rVYOSONEX1b7534855f92: T5125: Sflow op-mode add event_samples_suppressed option.
Apr 3 2023, 3:42 PM
GitHub <[email protected]> committed rVYOSONEX94b65bb3936b: Merge pull request #1932 from sever-sever/T5125 (authored by c-po).
Apr 3 2023, 3:42 PM
Viacheslav committed rVYOSONEX1a1f425f869f: T5141: Add numbers for dhclient-exit-hooks.d to enforce order.
Apr 3 2023, 3:42 PM
GitHub <[email protected]> committed rVYOSONEXbcc9e2092b07: Merge pull request #1934 from sever-sever/T5141 (authored by c-po).
Apr 3 2023, 3:42 PM
Viacheslav committed rVYOSONEX16a1a69d6e74: T5139: IPSec add IKE lifetime 0 for no rekeying.
Apr 3 2023, 3:41 PM
GitHub <[email protected]> committed rVYOSONEX95245860277a: Merge pull request #1933 from sever-sever/T5139 (authored by c-po).
Apr 3 2023, 3:41 PM
Viacheslav changed the status of T5141: Add numbers for dhclient-exit-hooks.d to enforce script order execution from Open to In progress.
Apr 3 2023, 12:55 PM · VyOS 1.4 Sagitta
Viacheslav added a comment to T5141: Add numbers for dhclient-exit-hooks.d to enforce script order execution.

PR https://github.com/vyos/vyos-1x/pull/1934
PR https://github.com/vyos/vyatta-wanloadbalance/pull/16

Apr 3 2023, 11:49 AM · VyOS 1.4 Sagitta
Viacheslav created T5141: Add numbers for dhclient-exit-hooks.d to enforce script order execution.
Apr 3 2023, 11:06 AM · VyOS 1.4 Sagitta
Viacheslav added a comment to T5139: IKE life-time should start from 0 for disable rekey .

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

set vpn ipsec authentication psk MY-PEER id '192.0.2.1'
set vpn ipsec authentication psk MY-PEER id '192.0.2.10'
set vpn ipsec authentication psk MY-PEER secret 'SeCrEt'
set vpn ipsec esp-group ESP proposal 1
set vpn ipsec ike-group IKE key-exchange 'ikev2'
set vpn ipsec ike-group IKE lifetime '0'
set vpn ipsec ike-group IKE proposal 1 dh-group '14'
set vpn ipsec ike-group IKE proposal 1 encryption 'aes256'
set vpn ipsec ike-group IKE proposal 1 hash 'sha256'
set vpn ipsec interface 'eth1'
set vpn ipsec site-to-site peer MY-PEER authentication mode 'pre-shared-secret'
set vpn ipsec site-to-site peer MY-PEER ike-group 'IKE'
set vpn ipsec site-to-site peer MY-PEER local-address '192.0.2.1'
set vpn ipsec site-to-site peer MY-PEER remote-address '192.0.2.10'
set vpn ipsec site-to-site peer MY-PEER tunnel 1 esp-group 'ESP'
set vpn ipsec site-to-site peer MY-PEER tunnel 1 local prefix '10.0.2.0/25'
set vpn ipsec site-to-site peer MY-PEER tunnel 1 remote prefix '10.5.5.0/25'

Expected `no rekeying

vyos@r14:~$ sudo swanctl -L
MY-PEER: IKEv2, no reauthentication, no rekeying, dpd delay 30s
  local:  192.0.2.1
  remote: 192.0.2.10
  local pre-shared key authentication:
  remote pre-shared key authentication:
    id: %any
  MY-PEER-tunnel-1: TUNNEL, rekeying every 3272s, dpd action is none
    local:  10.0.2.0/25
    remote: 10.5.5.0/25
vyos@r14:~$
Apr 3 2023, 10:54 AM · VyOS 1.4 Sagitta
Viacheslav changed the status of T5139: IKE life-time should start from 0 for disable rekey from Open to In progress.
Apr 3 2023, 10:25 AM · VyOS 1.4 Sagitta
Viacheslav changed the subtype of T5139: IKE life-time should start from 0 for disable rekey from "Bug" to "Feature Request".
Apr 3 2023, 10:25 AM · VyOS 1.4 Sagitta
Viacheslav added a comment to T5140: Firewall network-group problems.

The similar task/bug with address-group T3390 T469 and port-group

Apr 3 2023, 10:08 AM · VyOS 1.3 Equuleus (1.3.4)
n.fort created T5140: Firewall network-group problems.
Apr 3 2023, 9:57 AM · VyOS 1.3 Equuleus (1.3.4)
Viacheslav added a comment to T5125: Add op-mode commands for hsflowd based sflow.

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

vyos@r14:~$ show sflow 
--------------------------  -----------------------------------
Agent address               192.168.122.14
sFlow interfaces            ['eth0', 'eth1']
sFlow servers               ['192.168.122.1', '192.168.122.11']
Counter samples sent        159
Datagrams sent              949
Packet samples sent         124
Packet samples dropped      0
Packet drops sent           815
Packet drops suppressed     0
Flow samples suppressed     0
Counter samples suppressed  0
--------------------------  -----------------------------------
vyos@r14:~$
Apr 3 2023, 9:51 AM · VyOS 1.4 Sagitta
Viacheslav added a comment to T4081: VRRP health-check script stops working when setting up a sync group.

@lcrockett Add please a new bug report.

Apr 3 2023, 9:08 AM · VyOS 1.3 Equuleus ( 1.3.1), VyOS 1.4 Sagitta
Viacheslav created T5139: IKE life-time should start from 0 for disable rekey .
Apr 3 2023, 8:58 AM · VyOS 1.4 Sagitta
PSDev added a comment to T5085: ospfv3 route-map not applied in FRR configuration.

It actually already exists: https://vyos.dev/T1981

Apr 3 2023, 8:56 AM · VyOS 1.4 Sagitta
Viacheslav added a comment to T5085: ospfv3 route-map not applied in FRR configuration.

@PSDev Add please a separate bug report

Apr 3 2023, 8:54 AM · VyOS 1.4 Sagitta
Viacheslav created T5138: Add patch to accel-ppp build L2TP LNS use Calling-Number as RADIUS Calling-Station-ID.
Apr 3 2023, 7:38 AM · VyOS 1.4 Sagitta
Viacheslav closed T4173: Wan Load Balancing - Error on firewall NAT rules as Resolved.
Apr 3 2023, 6:55 AM · VyOS 1.4 Sagitta
c-po moved T5136: Possible config corruption on upgrade from Need Triage to Backport Candidates on the VyOS 1.3 Equuleus (1.3.3) board.
Apr 3 2023, 6:07 AM · VyOS 1.3 Equuleus (1.3.3), VyOS 1.4 Sagitta
c-po moved T5136: Possible config corruption on upgrade from Open to Finished on the VyOS 1.4 Sagitta board.
Apr 3 2023, 6:07 AM · VyOS 1.3 Equuleus (1.3.3), VyOS 1.4 Sagitta
c-po added a project to T5136: Possible config corruption on upgrade: VyOS 1.3 Equuleus (1.3.3).
Apr 3 2023, 6:07 AM · VyOS 1.3 Equuleus (1.3.3), VyOS 1.4 Sagitta
c-po added a comment to T5136: Possible config corruption on upgrade.

PR for VyOS 1.3 https://github.com/vyos/vyatta-cfg-system/pull/199

Apr 3 2023, 6:06 AM · VyOS 1.3 Equuleus (1.3.3), VyOS 1.4 Sagitta
indrajitr added a comment to T2819: Evaluate DDNS (Dynamic DNS client) as successor to ddclient.

As mentioned on slack, there are quite a few contenders:

Apr 3 2023, 12:34 AM

Apr 2 2023

Harliff added a comment to T2747: "enable-local-traffic" has no effect in load-balancing to redirect local traffic.

I can confirm this bug in rolling 1.3-2023-03-30.

Apr 2 2023, 4:10 PM · VyOS 1.5 Circinus
PSDev added a comment to T1981: Allow route-map 'set src' to reference both IPv4 and IPv6.

I created a PR based on the changes from the OSPF PR: https://github.com/vyos/vyos-1x/pull/1931

Apr 2 2023, 2:53 PM · VyOS 1.3 Equuleus (1.3.6), VyOS 1.5 Circinus, VyOS 1.4 Sagitta (1.4.0-GA)
PSDev added a comment to T1981: Allow route-map 'set src' to reference both IPv4 and IPv6.

https://vyos.dev/T5085 did the changes for OSPF, but we need this for BGP too

Apr 2 2023, 2:34 PM · VyOS 1.3 Equuleus (1.3.6), VyOS 1.5 Circinus, VyOS 1.4 Sagitta (1.4.0-GA)
PSDev added a comment to T5085: ospfv3 route-map not applied in FRR configuration.

We actually need the same for BGP...

Apr 2 2023, 2:33 PM · VyOS 1.4 Sagitta
c-po changed the status of T5136: Possible config corruption on upgrade from Open to Needs testing.
Apr 2 2023, 8:08 AM · VyOS 1.3 Equuleus (1.3.3), VyOS 1.4 Sagitta
c-po closed T5134: Try if netavark networks can be moved to a VRF instance as Resolved.
Apr 2 2023, 7:54 AM · VyOS 1.4 Sagitta
c-po closed T5134: Try if netavark networks can be moved to a VRF instance, a subtask of T5082: container: switch to netavark network stack, as Resolved.
Apr 2 2023, 7:54 AM · VyOS 1.4 Sagitta
c-po committed rVYOSONEXb65296a0ff39: container: T5134: support binding container network to specific VRF.
Apr 2 2023, 7:53 AM
c-po committed rVYOSONEX809f28f2b95a: xml: re-use generic-description.xml.i building block whenever possible.
Apr 2 2023, 7:53 AM
Unknown Object (User) added a comment to T5137: show tech support command.

https://github.com/vyos/vyos-1x/pull/1930

Apr 2 2023, 4:47 AM
Unknown Object (User) added a comment to T5137: show tech support command.

Apr 2 2023, 4:12 AM
Unknown Object (User) triaged T5137: show tech support command as Low priority.
Apr 2 2023, 4:12 AM

Apr 1 2023

neilmckee added a comment to T5125: Add op-mode commands for hsflowd based sflow.

The packet-drop events are not really samples in the same way as the packets are random-samples and the counters are time-samples. Even if there is only 1 dropped packet it will be sent. So it might be better to change the wording from “Samples drop events sent” to something like “Packet drop events sent” or just “Packet drops sent”. Make sense?

Apr 1 2023, 9:29 PM · VyOS 1.4 Sagitta
Viacheslav committed rVYOSONEX7d6731435410: T5125: Extend op-mode show sflow add new metric.
Apr 1 2023, 7:30 PM
GitHub <[email protected]> committed rVYOSONEX37740abd88aa: Merge pull request #1929 from sever-sever/T5125 (authored by c-po).
Apr 1 2023, 7:30 PM
roedie created T5136: Possible config corruption on upgrade.
Apr 1 2023, 7:03 PM · VyOS 1.3 Equuleus (1.3.3), VyOS 1.4 Sagitta
Viacheslav added a comment to T5125: Add op-mode commands for hsflowd based sflow.

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

Apr 1 2023, 6:48 PM · VyOS 1.4 Sagitta
c-po committed rVYOSONEXb53c25a7bcd0: container: T4959: bugfix credential validation on registries.
Apr 1 2023, 4:57 PM
neilmckee added a comment to T5125: Add op-mode commands for hsflowd based sflow.

Apologies. I believe it is corrected now.

Apr 1 2023, 3:37 PM · VyOS 1.4 Sagitta
a.apostoliuk changed the status of T5135: Rewrite opennhrp script using vyos.ipsec library from Open to In progress.
Apr 1 2023, 2:58 PM · VyOS 1.4 Sagitta
a.apostoliuk created T5135: Rewrite opennhrp script using vyos.ipsec library.
Apr 1 2023, 2:58 PM · VyOS 1.4 Sagitta
c-po updated the task description for T5134: Try if netavark networks can be moved to a VRF instance.
Apr 1 2023, 2:18 PM · VyOS 1.4 Sagitta
c-po changed the status of T5134: Try if netavark networks can be moved to a VRF instance, a subtask of T5082: container: switch to netavark network stack, from Open to In progress.
Apr 1 2023, 2:18 PM · VyOS 1.4 Sagitta
c-po changed the status of T5134: Try if netavark networks can be moved to a VRF instance from Open to In progress.
Apr 1 2023, 2:18 PM · VyOS 1.4 Sagitta
c-po created T5134: Try if netavark networks can be moved to a VRF instance.
Apr 1 2023, 2:17 PM · VyOS 1.4 Sagitta
c-po added a comment to T4959: Add container registry authentication config for containers.

PR for VyOS 1.3 https://github.com/vyos/vyos-1x/pull/1928

Apr 1 2023, 2:14 PM · VyOS 1.3 Equuleus (1.3.3), VyOS 1.4 Sagitta
c-po moved T4959: Add container registry authentication config for containers from In Progress to Backport Candidates on the VyOS 1.3 Equuleus (1.3.3) board.
Apr 1 2023, 1:47 PM · VyOS 1.3 Equuleus (1.3.3), VyOS 1.4 Sagitta
c-po moved T4959: Add container registry authentication config for containers from Need Triage to In Progress on the VyOS 1.3 Equuleus (1.3.3) board.
Apr 1 2023, 1:47 PM · VyOS 1.3 Equuleus (1.3.3), VyOS 1.4 Sagitta
c-po committed rVYOSONEX39c8d271b388: container: T5047: bugfix TypeError: argument of type 'NoneType' is not iterable.
Apr 1 2023, 1:44 PM
c-po committed rVYOSONEX6f81d7ab1fe3: container: T5047: restart only containers that changed.
Apr 1 2023, 1:44 PM
GitHub <[email protected]> committed rVYOSONEXe890a70d134f: Merge pull request #1919 from c-po/equuleus (authored by c-po).
Apr 1 2023, 1:44 PM
c-po closed T5047: Recreate only a specific container as Resolved.
Apr 1 2023, 1:44 PM · VyOS 1.3 Equuleus (1.3.3), VyOS 1.4 Sagitta
c-po closed T5082: container: switch to netavark network stack as Resolved.
Apr 1 2023, 1:35 PM · VyOS 1.4 Sagitta
c-po moved T5082: container: switch to netavark network stack from Open to Finished on the VyOS 1.4 Sagitta board.
Apr 1 2023, 1:35 PM · VyOS 1.4 Sagitta
c-po committed rVYOSONEX0ea3e1420c37: container: T5082: switch to netavark network stack.
Apr 1 2023, 1:32 PM
Viacheslav added a comment to T2819: Evaluate DDNS (Dynamic DNS client) as successor to ddclient.

https://github.com/TimothyYe/godns

Apr 1 2023, 1:26 PM
c-po committed rVYOSONEX86d7b8d1d2b5: container: T5047: bugfix TypeError: argument of type 'NoneType' is not iterable.
Apr 1 2023, 12:44 PM
c-po committed rVYOSONEX2265bb4dc279: xml: include building block file name should end with .i and not .in.
Apr 1 2023, 11:15 AM
c-po committed rVYOSONEX15922541cef3: isis: op-mode: T5132: bugfix VRF commands for route and neighbor.
Apr 1 2023, 10:34 AM
c-po closed T5132: Operational command "show isis vrf XXX route | neighbord" aren't working as Resolved.
Apr 1 2023, 10:34 AM · VyOS 1.4 Sagitta
c-po added a project to T5132: Operational command "show isis vrf XXX route | neighbord" aren't working : VyOS 1.4 Sagitta.
Apr 1 2023, 10:03 AM · VyOS 1.4 Sagitta
a.apostoliuk committed rVYOSONEXa78982625a8a: ipsec: T5093: Fixed 'reset vpn ipsec profile' command.
Apr 1 2023, 8:52 AM
GitHub <[email protected]> committed rVYOSONEXdcd2edc6ddee: Merge pull request #1926 from aapostoliuk/T5093-sagitta (authored by c-po).
Apr 1 2023, 8:52 AM
c-po committed rVYOSONEX0a49c0af4dbd: xml: T5128: streamline help string for interface CLI node building blocks.
Apr 1 2023, 8:52 AM
c-po committed rVYOSONEX0993d9ed9fbb: xml: allow-client: T5126: re-use new building block also for NTP service.
Apr 1 2023, 8:52 AM
Viacheslav added a comment to T5125: Add op-mode commands for hsflowd based sflow.

I think there should be one more metric - the number of packet-drop-events sent. I just checked in a change that adds to the example telemetry.py script:
https://github.com/sflow/host-sflow/commit/5b01779abf21a7553e07188ff2f54850c568f786

But we should also expose the number of drops that were suppressed by the mod_dropmon rate limit. I'll check in 2.0.50-4 later today to add that option too.

Apr 1 2023, 3:33 AM · VyOS 1.4 Sagitta
indrajitr added a comment to T2819: Evaluate DDNS (Dynamic DNS client) as successor to ddclient.

when I enter 'show dns dynamic status' it gives me 'no connect' result for the hosts

Apr 1 2023, 1:40 AM
HappyShr00m added a comment to T2819: Evaluate DDNS (Dynamic DNS client) as successor to ddclient.

Should we revive this consideration again? See https://github.com/ddclient/ddclient/issues/528.

They did have a recent release, but things continue to be unpredictable. So we'll either have to have a different tool (and rewrite the configs) or have to maintain a fork. I see that there used to be a VyOS-maintained fork in the past.

Apr 1 2023, 12:39 AM

Mar 31 2023

fernando claimed T5132: Operational command "show isis vrf XXX route | neighbord" aren't working .
Mar 31 2023, 10:40 PM · VyOS 1.4 Sagitta
jestabro closed T5126: http-api: add 'allow-client' to restrict IP address of client connections as Resolved.
Mar 31 2023, 9:03 PM · VyOS 1.4 Sagitta
jestabro committed rVYOSONEX11b1d0433108: http-api: T5126: allow restricting client IP address.
Mar 31 2023, 8:57 PM
GitHub <[email protected]> committed rVYOSONEX960b635f98b3: Merge pull request #1920 from jestabro/https-allow-client (authored by Viacheslav).
Mar 31 2023, 8:57 PM
neilmckee added a comment to T5125: Add op-mode commands for hsflowd based sflow.

I think there should be one more metric - the number of packet-drop-events sent. I just checked in a change that adds to the example telemetry.py script:
https://github.com/sflow/host-sflow/commit/5b01779abf21a7553e07188ff2f54850c568f786

Mar 31 2023, 5:56 PM · VyOS 1.4 Sagitta
vfomkin created T5133: Add comments for items in address-group and network-group in firewall.
Mar 31 2023, 5:28 PM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
fernando triaged T5132: Operational command "show isis vrf XXX route | neighbord" aren't working as Low priority.
Mar 31 2023, 4:22 PM · VyOS 1.4 Sagitta
devon added a comment to T5127: VPNv4/VPNv6 routes are not reinstalled following link flap.

@fernando Can you see them now? I attached them to the main post.

Mar 31 2023, 4:14 PM · VyOS 1.4 Sagitta
devon updated the task description for T5127: VPNv4/VPNv6 routes are not reinstalled following link flap.
Mar 31 2023, 4:13 PM · VyOS 1.4 Sagitta
fernando closed T5131: Operational command "show isis segment-routing prefix-sids" isn't working as Resolved.
Mar 31 2023, 3:33 PM
fernando added a comment to T5131: Operational command "show isis segment-routing prefix-sids" isn't working .

merge done, it fixed the issues :

Mar 31 2023, 3:33 PM
lcrockett added a comment to T4081: VRRP health-check script stops working when setting up a sync group.

Running '1.4-rolling-202303270317' i'm experiencing the opposite behaviour. A VRRP health-check script in a VRRP group that is a member of a VRRP sync group stops working (VRRP group immediately transitions to 'FAULT' state upon start of keepalived). If i take out the 'track_script' block in the produced '/run/keepalived/keepalived.conf' and restart keepalived (sudo systemctl restart keepalived) the health-check script functions as expected again. Any pointers ? Or shall I create a new issue containing the appropriate details ?

Mar 31 2023, 3:29 PM · VyOS 1.3 Equuleus ( 1.3.1), VyOS 1.4 Sagitta
n.fort committed rVYOSONEX599c5405e7ff: T5128: Policy Route: allow wildcard on interface.
Mar 31 2023, 2:16 PM
n.fort committed rVYOSONEXc41af9698aba: T5128: Add contraint for firewall interface. Also update smoketest to include….
Mar 31 2023, 2:16 PM
GitHub <[email protected]> committed rVYOSONEX11ace86f5826: Merge pull request #1922 from nicolas-fort/T5128 (authored by c-po).
Mar 31 2023, 2:16 PM
Viacheslav changed the status of T5125: Add op-mode commands for hsflowd based sflow, a subtask of T5086: Integrate hsflowd for sflow accounting, from In progress to Needs testing.
Mar 31 2023, 1:33 PM · VyOS 1.4 Sagitta
Viacheslav changed the status of T5125: Add op-mode commands for hsflowd based sflow from In progress to Needs testing.
Mar 31 2023, 1:33 PM · VyOS 1.4 Sagitta