Page MenuHomeVyOS Platform
Feed All Stories

May 21 2022

c-po closed T4437: flow-accounting: support IPv6 flow collectors as Resolved.
May 21 2022, 5:14 PM · VyOS 1.4 Sagitta
c-po changed the status of T4437: flow-accounting: support IPv6 flow collectors from Open to In progress.
May 21 2022, 4:53 PM · VyOS 1.4 Sagitta
c-po created T4437: flow-accounting: support IPv6 flow collectors.
May 21 2022, 4:53 PM · VyOS 1.4 Sagitta

May 20 2022

c-po changed the status of T4350: DMVPN opennhrp spokes dont work behind NAT from Open to Needs testing.
May 20 2022, 7:57 PM · VyOS 1.3 Equuleus (1.3.2)
fernando closed T4436: BGP/VRF - not enable peer on address-family as Resolved N/A.
May 20 2022, 7:05 PM · VyOS 1.4 Sagitta
fernando created T4436: BGP/VRF - not enable peer on address-family .
May 20 2022, 6:40 PM · VyOS 1.4 Sagitta
Viacheslav renamed T4435: Policy route and firewall - error when using undefined group from Policy route without definded port-group erros to Policy route without defined port-group error.
May 20 2022, 4:16 PM · VyOS 1.4 Sagitta
Viacheslav created T4435: Policy route and firewall - error when using undefined group.
May 20 2022, 4:16 PM · VyOS 1.4 Sagitta
Viacheslav reopened T3522: policy based routing not working, a subtask of T3505: Commits do not respect changes in FRR that are not stored in a config, as Open.
May 20 2022, 3:58 PM · VyOS 1.4 Sagitta
Viacheslav reopened T3522: policy based routing not working as "Open".
May 20 2022, 3:58 PM · VyOS 1.4 Sagitta (1.4.0-epa1), Restricted Project
Viacheslav closed T3522: policy based routing not working, a subtask of T3505: Commits do not respect changes in FRR that are not stored in a config, as Resolved.
May 20 2022, 3:56 PM · VyOS 1.4 Sagitta
Viacheslav closed T3522: policy based routing not working as Resolved.
May 20 2022, 3:56 PM · VyOS 1.4 Sagitta (1.4.0-epa1), Restricted Project
Viacheslav closed T4418: Telegraf - output Plugin azure-data-explorer as Resolved.
May 20 2022, 3:34 PM · VyOS 1.4 Sagitta
Viacheslav added a comment to T4431: route-map with match ip + ipv6 in same rule results in no advertisement of either.

FRR match always mean logical AND

May 20 2022, 2:06 PM · VyOS 1.4 Sagitta
Viacheslav added a comment to T4350: DMVPN opennhrp spokes dont work behind NAT.
In T4350#123620, @c-po wrote:

Is the fix for DMVPN hub or spoke?

May 20 2022, 10:26 AM · VyOS 1.3 Equuleus (1.3.2)

May 19 2022

Viacheslav added a comment to T3933: The firewall does not filter incoming traffic on the interface with vrf..

There is an issue with vrf device for LOCAL direction
Imagine if you have 50 interfaces in one VRF and you want to drop all traffic from one interface for example - eth2 and don't touch other interfaces
You set firewall on eth2 Local - drop all traffic for device vrf and it will be affected to another 49 interfaces as iifname VRF_DEVICE the same

May 19 2022, 9:49 PM · VyOS 1.4 Sagitta (1.4.0-epa1), Restricted Project, VyOS 1.3 Equuleus (1.3.7)
c-po closed T4434: DMVPN: cisco-authentication password length is 8 characters as Resolved.
May 19 2022, 7:43 PM · VyOS 1.4 Sagitta
c-po added a comment to T4350: DMVPN opennhrp spokes dont work behind NAT.

Is the fix for DMVPN hub or spoke?

May 19 2022, 7:02 PM · VyOS 1.3 Equuleus (1.3.2)
c-po claimed T4434: DMVPN: cisco-authentication password length is 8 characters.
May 19 2022, 6:52 PM · VyOS 1.4 Sagitta
c-po created T4434: DMVPN: cisco-authentication password length is 8 characters.
May 19 2022, 6:49 PM · VyOS 1.4 Sagitta
Viacheslav added a comment to T3933: The firewall does not filter incoming traffic on the interface with vrf..

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

set firewall name FOO default-action 'accept'
set firewall name FOO description 'desc'
set firewall name FOO rule 10 action 'drop'
set firewall name FOO rule 10 source address '8.8.8.8'
set interfaces ethernet eth0 firewall local name 'FOO'
set interfaces ethernet eth0 vrf 'ONE'
set vrf name ONE table '150'

Check:

table ip filter {
	chain VYOS_FW_LOCAL {
		type filter hook input priority filter; policy accept;
		iifname "ONE" counter packets 63 bytes 6024 jump NAME_FOO
		jump VYOS_POST_FW
	}
...
	chain NAME_FOO {
		ip saddr 8.8.8.8 counter packets 79 bytes 6636 drop comment "FOO-10"
		counter packets 3 bytes 984 return comment "FOO default-action accept"
	}
}
May 19 2022, 6:33 PM · VyOS 1.4 Sagitta (1.4.0-epa1), Restricted Project, VyOS 1.3 Equuleus (1.3.7)
c-po assigned T4433: XML: make node validator mandatory to dmbaturin.
May 19 2022, 6:04 PM · VyOS 1.5 Circinus
c-po created T4433: XML: make node validator mandatory.
May 19 2022, 6:04 PM · VyOS 1.5 Circinus
dmbaturin added a comment to T4421: Add support for floating point numbers in the numeric validator.

https://github.com/vyos/vyos-utils/commit/5bbda46493d0c11c8a90e50a68c9788a7488345e
https://github.com/vyos/vyos-utils/commit/4aa302a05fad95f3d13eb2ff20bbfee88c32e7ff

May 19 2022, 1:18 PM · VyOS 1.3 Equuleus (1.3.2), VyOS 1.4 Sagitta
dmbaturin closed T4334: Make the config lexer reentrant as Resolved.
May 19 2022, 1:17 PM · VyOS 1.4 Sagitta
dmbaturin created T4432: Display load average normalized according to the number of CPU cores.
May 19 2022, 10:46 AM · VyOS 1.4 Sagitta
dmbaturin closed T3938: Rewrite the uptime script in Python to allow using it as a library as Resolved.
May 19 2022, 10:01 AM · VyOS 1.4 Sagitta
Viacheslav changed the status of T2194: "show firewall" garbled output, a subtask of T2199: Rewrite firewall in new XML/Python style, from Open to Needs testing.
May 19 2022, 2:28 AM · VyOS 1.4 Sagitta
Viacheslav changed the status of T2194: "show firewall" garbled output from Open to Needs testing.

@jjakob could you re-check it with new fix?

May 19 2022, 2:28 AM · VyOS 1.3 Equuleus (1.3.2), test
Viacheslav closed T4430: Show firewall output with visual shift default rule as Resolved.
May 19 2022, 2:25 AM · VyOS 1.3 Equuleus (1.3.2)

May 18 2022

jestabro added a comment to T4316: Update save-config/load-config.

Draft PR here:
https://github.com/vyos/vyos-1x/pull/1328

May 18 2022, 8:51 PM · VyOS 1.4 Sagitta
Viacheslav added a comment to T4430: Show firewall output with visual shift default rule.

PR https://github.com/vyos/vyatta-op-firewall/pull/3

May 18 2022, 2:53 PM · VyOS 1.3 Equuleus (1.3.2)
Viacheslav added a comment to T2194: "show firewall" garbled output.

PR https://github.com/vyos/vyatta-op-firewall/pull/3

May 18 2022, 2:52 PM · VyOS 1.3 Equuleus (1.3.2), test
Viacheslav changed the status of T4430: Show firewall output with visual shift default rule from Open to In progress.
May 18 2022, 1:53 PM · VyOS 1.3 Equuleus (1.3.2)
bbabich created T4431: route-map with match ip + ipv6 in same rule results in no advertisement of either.
May 18 2022, 8:12 AM · VyOS 1.4 Sagitta
Viacheslav created T4430: Show firewall output with visual shift default rule.
May 18 2022, 7:11 AM · VyOS 1.3 Equuleus (1.3.2)

May 17 2022

Viacheslav added a comment to T970: Hostname Support in NAT and Firewall Rules.

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

May 17 2022, 10:04 PM · VyOS 1.4 Sagitta
jestabro added a comment to T4413: Add an API endpoint with basic system stats.

Details of adding a query such as this (20 lines of meaningful code/50 of boilerplate):
https://github.com/vyos/vyos-1x/commit/b62f5df2c796d0567b370e27fcec2005a02a4cd3

May 17 2022, 9:04 PM · VyOS 1.4 Sagitta
jestabro added a comment to T4413: Add an API endpoint with basic system stats.

An initial implementation has been provided to Andrew Moshensky for testing with the local UI.

May 17 2022, 6:52 PM · VyOS 1.4 Sagitta
Viacheslav closed T4424: policy local-route6 shows ipv4 format as Resolved.
May 17 2022, 11:49 AM · VyOS 1.4 Sagitta
Viacheslav updated the task description for T4429: Ability to detect external IP address from op-mode.
May 17 2022, 11:43 AM · VyOS 1.3 Equuleus (1.3.2), VyOS 1.4 Sagitta
Viacheslav changed the status of T4429: Ability to detect external IP address from op-mode from Open to In progress.
May 17 2022, 11:34 AM · VyOS 1.3 Equuleus (1.3.2), VyOS 1.4 Sagitta
Viacheslav added a comment to T4429: Ability to detect external IP address from op-mode.

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

May 17 2022, 11:27 AM · VyOS 1.3 Equuleus (1.3.2), VyOS 1.4 Sagitta
Viacheslav created T4429: Ability to detect external IP address from op-mode.
May 17 2022, 10:24 AM · VyOS 1.3 Equuleus (1.3.2), VyOS 1.4 Sagitta
shaferstockton created T4428: Update ddclient to newer version.
May 17 2022, 3:09 AM · VyOS 1.4 Sagitta

May 16 2022

Cheeze_It added a comment to T4257: Discussion on changing BGP autonomous system number syntax.

@c-po, lets run with "system-as"

May 16 2022, 11:14 PM · VyOS 1.4 Sagitta
jestabro added a comment to T4396: HTTP API no response after several days restarted.

The current discussion has taken place in the vyos-api-discussion channel; results will be summarized here.

May 16 2022, 5:36 PM · VyOS 1.4 Sagitta
Viacheslav changed the status of T4373: PPPoE-server add multiplier option for shaper from In progress to Needs testing.

Need testing:

set service pppoe-server authentication mode 'radius'
set service pppoe-server authentication radius rate-limit attribute 'Mikrotik-Rate-Limit'
set service pppoe-server authentication radius rate-limit enable
set service pppoe-server authentication radius rate-limit multiplier '0.001'
set service pppoe-server authentication radius rate-limit vendor 'Mikrotik'
set service pppoe-server authentication radius server 192.0.2.1 key 'foo'
set service pppoe-server client-ip-pool start '192.0.2.5'
set service pppoe-server client-ip-pool stop '192.0.2.254'
set service pppoe-server gateway-address '192.0.2.1'
set service pppoe-server interface eth3

Or any live example

May 16 2022, 5:26 PM · VyOS 1.3 Equuleus (1.3.2), VyOS 1.4 Sagitta
Viacheslav added a project to T4421: Add support for floating point numbers in the numeric validator: VyOS 1.3 Equuleus (1.3.2).
May 16 2022, 3:13 PM · VyOS 1.3 Equuleus (1.3.2), VyOS 1.4 Sagitta
SrividyaA claimed T3989: Firewall - Can't delete rule in firewall entry and leave just default-action when firewall entry is in used.
May 16 2022, 1:39 PM · VyOS 1.3 Equuleus (1.3.7), Known issue
jestabro added a comment to T4396: HTTP API no response after several days restarted.

Firstly, is there any info in the logs ?

May 16 2022, 12:40 PM · VyOS 1.4 Sagitta
jestabro added a comment to T4396: HTTP API no response after several days restarted.

As discussed in the slack channel today, let us follow up here, as I'd like to run through some analysis, and set up a reproducer if possible.

May 16 2022, 12:32 PM · VyOS 1.4 Sagitta
dmbaturin renamed T4427: Remove the vyos-utils package list from vyos-build from Remove the vyos-utils package list to Remove the vyos-utils package list from vyos-build.
May 16 2022, 7:42 AM · VyOS 1.4 Sagitta
dmbaturin created T4427: Remove the vyos-utils package list from vyos-build.
May 16 2022, 7:41 AM · VyOS 1.4 Sagitta
dmbaturin created T4426: Add arpwatch to the image.
May 16 2022, 7:28 AM · VyOS 1.3 Equuleus (1.3.4), VyOS 1.4 Sagitta
m.korobeinikov closed T4377: generate tech-support archive includes previous archives as Resolved.

The command works well.

May 16 2022, 1:29 AM · VyOS 1.4 Sagitta, VyOS 1.3 Equuleus ( 1.3.1)
m.korobeinikov added a comment to T4377: generate tech-support archive includes previous archives.
vyos@vyos:~$ show version
May 16 2022, 1:28 AM · VyOS 1.4 Sagitta, VyOS 1.3 Equuleus ( 1.3.1)

May 15 2022

n.fort added a comment to T4387: Create additional smoketests for multiwan PBR & load-balanced configurations .

I agree that having a smoketest for WLB will be great. But, there are certain limitations/considerations:

May 15 2022, 3:01 PM · VyOS 1.4 Sagitta

May 13 2022

zsdc created T4425: Hide DHCP leases from interfaces without active DHCP client.
May 13 2022, 2:12 PM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
Viacheslav added a project to T4377: generate tech-support archive includes previous archives: VyOS 1.4 Sagitta.
May 13 2022, 9:06 AM · VyOS 1.4 Sagitta, VyOS 1.3 Equuleus ( 1.3.1)
Viacheslav changed the status of T4377: generate tech-support archive includes previous archives from Open to Needs testing.
May 13 2022, 9:06 AM · VyOS 1.4 Sagitta, VyOS 1.3 Equuleus ( 1.3.1)
c-po moved T4414: Add route-map "as-path prepend last-as x" option from Need Triage to Finished on the VyOS 1.4 Sagitta board.
May 13 2022, 5:53 AM · VyOS 1.4 Sagitta
c-po moved T4417: VRRP doesn't start with conntrack-sync from Need Triage to Finished on the VyOS 1.4 Sagitta board.
May 13 2022, 5:53 AM · VyOS 1.4 Sagitta
c-po moved T4419: vrf: support to disable IP forwarding within a given VRF from Need Triage to Finished on the VyOS 1.4 Sagitta board.
May 13 2022, 5:53 AM · VyOS 1.4 Sagitta
yakatz awarded T160: Support NAT64 a Like token.
May 13 2022, 5:35 AM · VyOS 1.4 Sagitta (1.4.0-epa1)

May 12 2022

skor closed T4417: VRRP doesn't start with conntrack-sync as Resolved.
May 12 2022, 9:48 PM · VyOS 1.4 Sagitta
skor added a comment to T4417: VRRP doesn't start with conntrack-sync.

It works now.
Thank you!

May 12 2022, 9:47 PM · VyOS 1.4 Sagitta
hexa added a comment to T4417: VRRP doesn't start with conntrack-sync.

Fixed in https://github.com/vyos/vyos-1x/commit/d70c2b4493366c02f025f43d2a777b2bef3e1789 and works on 1.4-rolling-202205121610.

May 12 2022, 7:25 PM · VyOS 1.4 Sagitta
n.fort closed T4100: Firewall increase maximum number of rules as Resolved.
May 12 2022, 5:14 PM · VyOS 1.3 Equuleus ( 1.3.1), VyOS 1.4 Sagitta
n.fort added a comment to T990: Make DNAT/SNAT a valid state in firewall rules. .

PR for docs: https://github.com/vyos/vyos-documentation/pull/771

May 12 2022, 1:55 PM · VyOS 1.4 Sagitta, test
Viacheslav changed the status of T4424: policy local-route6 shows ipv4 format from Open to In progress.

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

May 12 2022, 1:25 PM · VyOS 1.4 Sagitta
Viacheslav created T4424: policy local-route6 shows ipv4 format.
May 12 2022, 1:15 PM · VyOS 1.4 Sagitta
Viacheslav added a comment to T4082: Add op mode command to restart ldpd.

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

May 12 2022, 12:56 PM · VyOS 1.3 Equuleus (1.3.0)
dongjunbo created T4423: `reset dns forwarding all` can't clear all dns cache.
May 12 2022, 10:04 AM · VyOS 1.3 Equuleus (1.3.5)
Viacheslav updated the task description for T4418: Telegraf - output Plugin azure-data-explorer.
May 12 2022, 9:13 AM · VyOS 1.4 Sagitta
Viacheslav added a comment to T4399: nhrp - add or delete nhrp tunnel restart opennhrp process.

PR revert previous commit https://github.com/vyos/vyos-1x/pull/1323

May 12 2022, 8:58 AM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta

May 11 2022

n.fort changed the status of T3907: Firewall - Set log levels from Open to In progress.
May 11 2022, 1:42 PM · VyOS 1.4 Sagitta
n.fort claimed T3907: Firewall - Set log levels.
May 11 2022, 1:42 PM · VyOS 1.4 Sagitta
Viacheslav closed T4405: DHCP client sometimes ignores `no-default-route` option of an interface as Resolved.
May 11 2022, 11:38 AM · VyOS 1.3 Equuleus (1.3.2), VyOS 1.4 Sagitta

May 10 2022

Viacheslav added a comment to T1619: Migrate user home directories on image update.

@dmbaturin Do we really need this?

May 10 2022, 5:30 PM · VyOS 1.5 Circinus
Viacheslav closed T4156: Adding DHCP Option 13 (bootfile-size) as Resolved.
May 10 2022, 5:24 PM · VyOS 1.4 Sagitta
Viacheslav added a comment to T4187: XDP broken for VLAN/vif interfaces with hardware offloading.

Maybe it will fix it https://github.com/sematext/oxdpus/blob/master/pkg/xdp/prog/xdp.c

May 10 2022, 4:16 PM · VyOS 1.4 Sagitta
zedalert added a comment to T4422: WAN load-balance status failed on all interfaces if one of them failed.

Already tested config in the 1.3-rolling-202205100648 and 1.4-rolling-202205080844, behavior remains the same.

May 10 2022, 4:05 PM · VyOS 1.3 Equuleus (1.3.7), VyOS 1.5 Circinus, VyOS 1.4 Sagitta
Viacheslav added a comment to T4422: WAN load-balance status failed on all interfaces if one of them failed.

I could be wrong
1.3.0-rc6 old release
Could you check it on more actual version?

May 10 2022, 4:00 PM · VyOS 1.3 Equuleus (1.3.7), VyOS 1.5 Circinus, VyOS 1.4 Sagitta
Viacheslav added a comment to T4405: DHCP client sometimes ignores `no-default-route` option of an interface.

PR for 1.4 https://github.com/vyos/vyos-1x/pull/1321

May 10 2022, 3:59 PM · VyOS 1.3 Equuleus (1.3.2), VyOS 1.4 Sagitta
zedalert added a comment to T4422: WAN load-balance status failed on all interfaces if one of them failed.

@Viacheslav But in this case there is no point to use different test addresses, if the target is pinged with "interface" option.

May 10 2022, 3:54 PM · VyOS 1.3 Equuleus (1.3.7), VyOS 1.5 Circinus, VyOS 1.4 Sagitta
Viacheslav added a comment to T4422: WAN load-balance status failed on all interfaces if one of them failed.

@zedalert Tested addresses should be different, as I remember it send pings with "interface" option
So targets should be different

May 10 2022, 3:38 PM · VyOS 1.3 Equuleus (1.3.7), VyOS 1.5 Circinus, VyOS 1.4 Sagitta
Viacheslav added a comment to T4408: Add sshguard to protect against brut-forces.

PR https://github.com/vyos/vyos-1x/pull/1320
PR https://github.com/vyos/vyos-build/pull/233

May 10 2022, 3:35 PM · VyOS 1.4 Sagitta
lmcdasm added a watcher for VyOS 2.0.x: lmcdasm.
May 10 2022, 2:42 PM
zedalert created T4422: WAN load-balance status failed on all interfaces if one of them failed.
May 10 2022, 2:40 PM · VyOS 1.3 Equuleus (1.3.7), VyOS 1.5 Circinus, VyOS 1.4 Sagitta
Viacheslav closed T1972: Allow setting interface name for virtual_ipaddress in VRRP VRID as Resolved.
May 10 2022, 10:37 AM · VyOS 1.3 Equuleus ( 1.3.1), VyOS 1.4 Sagitta
Viacheslav moved T4405: DHCP client sometimes ignores `no-default-route` option of an interface from Need Triage to Backport Candidates on the VyOS 1.4 Sagitta board.
May 10 2022, 10:28 AM · VyOS 1.3 Equuleus (1.3.2), VyOS 1.4 Sagitta
Viacheslav moved T4405: DHCP client sometimes ignores `no-default-route` option of an interface from Need Triage to Finished on the VyOS 1.3 Equuleus (1.3.2) board.
May 10 2022, 10:27 AM · VyOS 1.3 Equuleus (1.3.2), VyOS 1.4 Sagitta
Viacheslav edited projects for T4405: DHCP client sometimes ignores `no-default-route` option of an interface, added: VyOS 1.3 Equuleus (1.3.2); removed VyOS 1.3 Equuleus ( 1.3.1).
May 10 2022, 10:27 AM · VyOS 1.3 Equuleus (1.3.2), VyOS 1.4 Sagitta
Viacheslav changed the status of T4405: DHCP client sometimes ignores `no-default-route` option of an interface from Open to Backport candidate.
May 10 2022, 10:26 AM · VyOS 1.3 Equuleus (1.3.2), VyOS 1.4 Sagitta
dmbaturin created T4421: Add support for floating point numbers in the numeric validator.
May 10 2022, 9:59 AM · VyOS 1.3 Equuleus (1.3.2), VyOS 1.4 Sagitta

May 9 2022

n.fort changed the status of T990: Make DNAT/SNAT a valid state in firewall rules. from Open to Needs testing.
May 9 2022, 10:03 PM · VyOS 1.4 Sagitta, test
n.fort added a comment to T990: Make DNAT/SNAT a valid state in firewall rules. .

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

May 9 2022, 10:03 PM · VyOS 1.4 Sagitta, test
c-po updated the task description for T4417: VRRP doesn't start with conntrack-sync.
May 9 2022, 5:10 PM · VyOS 1.4 Sagitta
c-po changed the status of T4417: VRRP doesn't start with conntrack-sync from Open to In progress.
May 9 2022, 5:05 PM · VyOS 1.4 Sagitta