Page MenuHomeVyOS Platform
Feed Search

May 20 2022

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 (1.4.0-GA)
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 committed rVYOSONEXdd2b753fb7c6: monitoring: T4418: Add output plugin azure-data-explorer.
May 20 2022, 3:19 PM
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 · Bugs, VyOS 1.3 Equuleus (1.3.9), VyOS 1.4 Sagitta (1.4.0-GA), Restricted Project
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 · Bugs, VyOS 1.3 Equuleus (1.3.9), VyOS 1.4 Sagitta (1.4.0-GA), Restricted Project
Viacheslav committed rVYOSONEX749c69b1c8fc: monitoring: T4315: Add telegraf output plugin prometheus-client.
May 19 2022, 2:06 PM
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 (1.4.0-epa2)
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

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)
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: Support matching domain name in firewall rules.

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

May 17 2022, 10:04 PM · VyOS 1.4 Sagitta (1.4.0-epa3)
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

May 16 2022

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 committed rVYOSONEXb9e1a141ee2a: pppoe-server: T4373: Add option multiplier for correct shaping.
May 16 2022, 3:55 PM
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

May 15 2022

Viacheslav committed rVYOSONEX415a470f9dba: ldp: T4082: Add restart ldp command for op-mode (authored by devon).
May 15 2022, 7:20 PM

May 13 2022

Viacheslav committed rVYOSONEX2e81f9e057f5: sshguard: T4408: Add service ssh dynamic-protection.
May 13 2022, 11:13 AM
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)

May 12 2022

Viacheslav added a reverting change for rVYOSONEXd1455f936ca7: NHRP : T4399: fix issues restart nhrp when add or del tunnel: rVYOSONEX1efeab024888: Revert "NHRP : T4399: fix issues restart nhrp when add or del tunnel".
May 12 2022, 2:02 PM
Viacheslav committed rVYOSONEX1efeab024888: Revert "NHRP : T4399: fix issues restart nhrp when add or del tunnel".
May 12 2022, 2:02 PM
Viacheslav committed rVYOSONEX2146002ed27e: policy: T4424: Fix incorrect format for IPv6 prefixes.
May 12 2022, 2:01 PM
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)
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.4 Sagitta (1.4.3)

May 11 2022

Viacheslav changed the status of T4405: DHCP client sometimes ignores `no-default-route` option of an interface from Unknown Status to Resolved.
May 11 2022, 11:38 AM · VyOS 1.3 Equuleus (1.3.2), VyOS 1.4 Sagitta
Viacheslav committed rVYOSONEX636e9dc5b2b8: T4405: Fix administrative distance of DHCP routes (authored by dtoux).
May 11 2022, 10:41 AM

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
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
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
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
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 Open 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 closed T4405: DHCP client sometimes ignores `no-default-route` option of an interface as Unknown Status.
May 10 2022, 10:26 AM · VyOS 1.3 Equuleus (1.3.2), VyOS 1.4 Sagitta

May 8 2022

Viacheslav added a comment to T4415: Include license/copyright files in the image but remove user documentation from /usr/share/doc to reduce its size.

Duplicate T4359

May 8 2022, 9:49 AM · VyOS 1.3 Equuleus (1.3.2)
Viacheslav changed the status of T4416: Convert 'traceroute' operation to the new syntax and expand available options using python from Open to Needs testing.
May 8 2022, 9:39 AM · VyOS 1.4 Sagitta

May 6 2022

Viacheslav changed the status of T4410: Telegraf - Output to Splunk from Needs testing to In progress.
May 6 2022, 4:50 PM · VyOS 1.4 Sagitta
Viacheslav changed the status of T4418: Telegraf - output Plugin azure-data-explorer from Open to In progress.
May 6 2022, 4:47 PM · VyOS 1.4 Sagitta
Viacheslav added a comment to T4418: Telegraf - output Plugin azure-data-explorer.

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

May 6 2022, 4:46 PM · VyOS 1.4 Sagitta
Viacheslav changed the status of T4410: Telegraf - Output to Splunk from Open to Needs testing.
May 6 2022, 11:57 AM · VyOS 1.4 Sagitta
Viacheslav created T4418: Telegraf - output Plugin azure-data-explorer.
May 6 2022, 11:52 AM · VyOS 1.4 Sagitta
Viacheslav added a comment to T4417: VRRP doesn't start with conntrack-sync.

Try to delete sync-group, as you use only one group

May 6 2022, 4:16 AM · VyOS 1.4 Sagitta

May 5 2022

Viacheslav committed rVYOSONEX80e3120d7945: monitoring: T4410: Add telegraf output Plugin http for Splunk.
May 5 2022, 5:07 PM
Viacheslav edited projects for T4315: Telegraf - Output to prometheus, added: VyOS 1.3 Equuleus (1.3.2); removed VyOS 1.3 Equuleus ( 1.3.1).
May 5 2022, 4:21 PM · VyOS 1.3 Equuleus (1.3.2), VyOS 1.4 Sagitta
Viacheslav added a comment to T4315: Telegraf - Output to prometheus.

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

May 5 2022, 4:21 PM · VyOS 1.3 Equuleus (1.3.2), VyOS 1.4 Sagitta
Viacheslav assigned T4414: Add route-map "as-path prepend last-as x" option to c-po.
May 5 2022, 12:41 PM · VyOS 1.4 Sagitta
Viacheslav moved T4315: Telegraf - Output to prometheus from Open to Finished on the VyOS 1.4 Sagitta board.
May 5 2022, 12:30 PM · VyOS 1.3 Equuleus (1.3.2), VyOS 1.4 Sagitta
Viacheslav added a comment to T4414: Add route-map "as-path prepend last-as x" option.

In 1.4 it working

set policy route-map FOO rule 10 action 'permit'
set policy route-map FOO rule 10 set as-path-prepend 'last-as 2'
May 5 2022, 8:53 AM · VyOS 1.4 Sagitta
Viacheslav created T4414: Add route-map "as-path prepend last-as x" option.
May 5 2022, 8:50 AM · VyOS 1.4 Sagitta

May 4 2022

Viacheslav added a comment to T4410: Telegraf - Output to Splunk.

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

May 4 2022, 6:15 PM · VyOS 1.4 Sagitta
Viacheslav renamed T4411: Add migration for service monitoring telegraf influxdb from Add migration for service monitoring influxdb to Add migration for service monitoring telegraf influxdb.
May 4 2022, 4:53 PM · VyOS 1.4 Sagitta
Viacheslav created T4411: Add migration for service monitoring telegraf influxdb.
May 4 2022, 4:52 PM · VyOS 1.4 Sagitta
Viacheslav changed the status of T4315: Telegraf - Output to prometheus from In progress to Needs testing.
May 4 2022, 4:15 PM · VyOS 1.3 Equuleus (1.3.2), VyOS 1.4 Sagitta
Viacheslav created T4410: Telegraf - Output to Splunk.
May 4 2022, 4:09 PM · VyOS 1.4 Sagitta
Viacheslav added a comment to T4362: Wan Load Balancing - Can't create routing tables.

I can't reproduce it
With such configuration all works fine VyOS 1.4-rolling-202204300743:

set load-balancing wan interface-health eth4 failure-count '5'
set load-balancing wan interface-health eth4 nexthop 'dhcp'
set load-balancing wan interface-health eth4 success-count '1'
set load-balancing wan interface-health eth4 test 10 target '192.0.2.40'
set load-balancing wan interface-health eth5 failure-count '5'
set load-balancing wan interface-health eth5 nexthop 'dhcp'
set load-balancing wan interface-health eth5 success-count '1'
set load-balancing wan interface-health eth5 test 10 target '192.0.2.50'
set load-balancing wan interface-health eth6 failure-count '5'
set load-balancing wan interface-health eth6 nexthop 'dhcp'
set load-balancing wan interface-health eth6 success-count '1'
set load-balancing wan interface-health eth6 test 10 target '192.0.2.60'
set load-balancing wan rule 10 failover
set load-balancing wan rule 10 inbound-interface 'eth7'
set load-balancing wan rule 10 interface eth4
set load-balancing wan rule 10 interface eth5
set load-balancing wan rule 10 interface eth6
set load-balancing wan rule 10 protocol 'all'
set load-balancing wan sticky-connections
May 4 2022, 10:35 AM · VyOS 1.4 Sagitta
Viacheslav added a comment to T4408: Add sshguard to protect against brut-forces.

Configuration

# cat /etc/sshguard/sshguard.conf 
#### REQUIRED CONFIGURATION ####
# Full path to backend executable (required, no default)
BACKEND="/usr/lib/x86_64-linux-gnu/sshg-fw-nft-sets"
May 4 2022, 3:19 AM · VyOS 1.4 Sagitta
Viacheslav created T4408: Add sshguard to protect against brut-forces.
May 4 2022, 3:06 AM · VyOS 1.4 Sagitta

May 3 2022

Viacheslav changed the status of T4380: Feature Request: ocserv: 2FA OTP key generator in VyOS CLI from In progress to Needs testing.
May 3 2022, 7:36 PM · VyOS 1.4 Sagitta
Viacheslav committed rVYOSONEX5ceabd78f1cc: monitoring: T4315: Add telegraf output plugin prometheus-client.
May 3 2022, 7:13 PM
Viacheslav added a comment to T4315: Telegraf - Output to prometheus.

Prometheus server pulls information correctly

prometheus.png (1×2 px, 1 MB)

May 3 2022, 9:58 AM · VyOS 1.3 Equuleus (1.3.2), VyOS 1.4 Sagitta
Viacheslav closed T4395: Extend show vpn debug as Resolved.
May 3 2022, 7:20 AM · VyOS 1.3 Equuleus (1.3.2), VyOS 1.4 Sagitta
Viacheslav added a comment to T4405: DHCP client sometimes ignores `no-default-route` option of an interface.

Could you also provide cat /var/lib/dhcp/dhclient_eth4.leases ?
no-default-route ignore just option routers and don't touch other options like classless-static-routes
https://github.com/vyos/vyos-1x/blob/2c29a3b3b46c7570f4a509f413b208348c0ce647/data/templates/dhcp-client/ipv4.tmpl#L18-L19

May 3 2022, 7:08 AM · VyOS 1.3 Equuleus (1.3.2), VyOS 1.4 Sagitta
Viacheslav changed the status of T4404: Container is not deleted from Open to Needs testing.
May 3 2022, 1:10 AM · VyOS 1.4 Sagitta
Viacheslav created T4404: Container is not deleted.
May 3 2022, 12:14 AM · VyOS 1.4 Sagitta

May 2 2022

Viacheslav added a comment to T4315: Telegraf - Output to prometheus.

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

May 2 2022, 7:40 PM · VyOS 1.3 Equuleus (1.3.2), VyOS 1.4 Sagitta
Viacheslav changed the status of T4315: Telegraf - Output to prometheus from Open to In progress.
May 2 2022, 12:51 PM · VyOS 1.3 Equuleus (1.3.2), VyOS 1.4 Sagitta

Apr 28 2022

Viacheslav moved T4400: Container OP mode has delete where show and update should be from Open to Finished on the VyOS 1.4 Sagitta board.
Apr 28 2022, 9:21 AM · VyOS 1.4 Sagitta
Viacheslav closed T4400: Container OP mode has delete where show and update should be as Resolved.
Apr 28 2022, 9:21 AM · VyOS 1.4 Sagitta

Apr 27 2022

Viacheslav added a comment to T4113: Incorrect GRUB configuration parsing.

@RyVolodya could you recheck it?

Apr 27 2022, 5:46 PM · VyOS 1.3 Equuleus (1.3.4), VyOS 1.4 Sagitta
Viacheslav added a comment to T4399: nhrp - add or delete nhrp tunnel restart opennhrp process.

Try to replace option restart to reload-or-restart and re-configure from scratch, it may help.
https://github.com/vyos/vyos-1x/blob/363ecfa46cdb8402ea71637717863f01b09f428b/src/conf_mode/protocols_nhrp.py#L107

Apr 27 2022, 12:48 PM · VyOS 1.4 Sagitta (1.4.3)
Viacheslav added a comment to T2498: Expected error when deleting vif that has dhcp-server configured.

It is not only for dhcp, any service can be affected to this
There are no many check when we remove interface

Apr 27 2022, 11:54 AM · VyOS Rolling
Viacheslav added a comment to T4399: nhrp - add or delete nhrp tunnel restart opennhrp process.

@fernando Does it work if you "reload" configuration?

Apr 27 2022, 10:17 AM · VyOS 1.4 Sagitta (1.4.3)

Apr 26 2022

Viacheslav committed rVYOSONEX59aa9c3f2e22: op-mode: T4236: Split to new lines openvpn client certs.
Apr 26 2022, 5:14 PM
Viacheslav committed rVYOSONEX28551967a8e1: op-mode: T4395: Extend show vpn debug for IPSec add vpn_ipsec.py.
Apr 26 2022, 3:59 PM
Viacheslav added a comment to T4398: IPSec site-to-site generates unexpected passthrough option.

Works as expected

Apr 26 2022, 1:44 PM · VyOS 1.4 Sagitta
Viacheslav added a comment to T4395: Extend show vpn debug .

PR for 1.3
https://github.com/vyos/vyatta-op-vpn/pull/33
https://github.com/vyos/vyos-1x/pull/1303

Apr 26 2022, 1:03 PM · VyOS 1.3 Equuleus (1.3.2), VyOS 1.4 Sagitta
Viacheslav added a comment to T1185: Firewall rulesets are ignored in RFC-compliant VRRP setups.

@pyaskowski try zone-policy firewall

Apr 26 2022, 10:31 AM
Viacheslav moved T4395: Extend show vpn debug from Open to Finished on the VyOS 1.4 Sagitta board.
Apr 26 2022, 10:00 AM · VyOS 1.3 Equuleus (1.3.2), VyOS 1.4 Sagitta
Viacheslav added a project to T4395: Extend show vpn debug : VyOS 1.3 Equuleus (1.3.2).
Apr 26 2022, 10:00 AM · VyOS 1.3 Equuleus (1.3.2), VyOS 1.4 Sagitta
Viacheslav closed T4210: NAT source/destination negated ports throws an error as Resolved.

Fixed VyOS 1.4-rolling-202204260601

set nat source rule 10 destination port '!22,telnet,http,123,1001-1005'

nft:

oifname "eth4" tcp dport != { 22-23, 80, 123, 1001-1005 } counter packets 0 bytes 0 masquerade comment "SRC-NAT-10"
Apr 26 2022, 9:53 AM · VyOS 1.4 Sagitta
Viacheslav added a comment to T4210: NAT source/destination negated ports throws an error.

VyOS 1.3.1-S1 is not affected:

table ip nat {
	chain PREROUTING {
		type nat hook prerouting priority dstnat; policy accept;
		counter packets 1 bytes 112 jump VYATTA_PRE_DNAT_HOOK
	}
Apr 26 2022, 7:13 AM · VyOS 1.4 Sagitta
Viacheslav removed a project from T4210: NAT source/destination negated ports throws an error: VyOS 1.3 Equuleus.
Apr 26 2022, 7:11 AM · VyOS 1.4 Sagitta