Page MenuHomeVyOS Platform
Feed All Stories

Jul 1 2022

c-po committed rVYOSONEXd5ac587ac809: vti: T2455: add link-local IPv6 address support.
Jul 1 2022, 9:10 AM
c-po committed rVYOSONEXd26669e1ffbf: xml: vti: T2455: state that VTI is now of type XFRM.
Jul 1 2022, 9:10 AM
c-po added a comment to T2455: No support for the IPv6 VTI.

Also add IPv6 link local address support to auto generate a link-local address as on any other type of interface.

Jul 1 2022, 9:07 AM · VyOS 1.4 Sagitta
c-po committed rVYOSONEX9773d27aa2d8: vti: T2455: add IPv6 address support.
Jul 1 2022, 8:57 AM
c-po committed rVYOSONEXc80d162d7774: xml: include: add missing prefix in include file comment.
Jul 1 2022, 8:57 AM
c-po added a comment to T2455: No support for the IPv6 VTI.

With recent versions of strongSwan and XFRM interface in VyOS 1.4 this is now possible.

Jul 1 2022, 8:52 AM · VyOS 1.4 Sagitta
c-po changed the status of T2455: No support for the IPv6 VTI, a subtask of T2353: Interface [conf_mode] errors parent task, from Open to In progress.
Jul 1 2022, 8:51 AM · VyOS 1.3 Equuleus (1.3.6)
c-po changed the status of T2455: No support for the IPv6 VTI from Open to In progress.
Jul 1 2022, 8:51 AM · VyOS 1.4 Sagitta

Jun 30 2022

trae32566 added a comment to T1641: VRRP conntrack-sync dropping packets passing through the router.

@trae32566 Extentd conntrack table and reduce timeouts:
for example

Jun 30 2022, 8:37 PM
a.apostoliuk created T4501: Syslog-identifier does not work in event handler.
Jun 30 2022, 2:33 PM · VyOS 1.4 Sagitta
Viacheslav added a comment to T4378: Unable to submit wildcard ("*.example.com") A or AAAA records in dns forwarder.

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

Jun 30 2022, 12:12 PM · VyOS 1.4 Sagitta
Viacheslav added a comment to T4499: NAT source translation not showing a single output.

There is no dict if exists only one record in the https://github.com/vyos/vyos-1x/blob/cefc7ce9bfcf7750700e73edbc21864fe8ab0bee/src/op_mode/show_nat_translations.py#L103-L110
So it can't parse correctly

Jun 30 2022, 9:14 AM · VyOS 1.4 Sagitta
Unknown Object (User) added a comment to T4457: L2TP/IPSec Remote Access VPN does not work as expected in 1.3.1-S1.

Maybe it depends on the version of accel-ppp.
In 1.2.8:

Jun 30 2022, 7:56 AM · VyOS 1.3 Equuleus ( 1.3.1)
Viacheslav moved T4313: "generate public-key-command" throws unhandled exceptions when it cannot retrieve the key from Open to Finished on the VyOS 1.4 Sagitta board.
Jun 30 2022, 7:56 AM · VyOS 1.3 Equuleus (1.3.2)
Viacheslav added a comment to T4313: "generate public-key-command" throws unhandled exceptions when it cannot retrieve the key.

Cherry-pick for 1.3 https://github.com/vyos/vyos-1x/pull/1381

Jun 30 2022, 7:54 AM · VyOS 1.3 Equuleus (1.3.2)
Viacheslav added a comment to T2455: No support for the IPv6 VTI.

https://docs.strongswan.org/docs/5.9/config/IPv6.html
https://docs.strongswan.org/docs/5.9/features/routeBasedVpn.html

Jun 30 2022, 7:10 AM · VyOS 1.4 Sagitta
paulgear added a comment to T2455: No support for the IPv6 VTI.

VTI is secretly IPIP, so it doesn't support IPv6. The real issue is that we don't support the IPv6 variant of VTI yet.

Jun 30 2022, 6:49 AM · VyOS 1.4 Sagitta
Viacheslav added a comment to T1641: VRRP conntrack-sync dropping packets passing through the router.

@trae32566 Extentd conntrack table and reduce timeouts:
for example

set system sysctl parameter net.netfilter.nf_conntrack_generic_timeout value 60
set system sysctl parameter net.netfilter.nf_conntrack_icmp_timeout value 10
set system sysctl parameter net.netfilter.nf_conntrack_icmpv6_timeout value 10
set system sysctl parameter net.netfilter.nf_conntrack_tcp_timeout_close_wait value 20
set system sysctl parameter net.netfilter.nf_conntrack_tcp_timeout_established value 1800
set system sysctl parameter net.netfilter.nf_conntrack_tcp_timeout_fin_wait value 30
set system sysctl parameter net.netfilter.nf_conntrack_tcp_timeout_syn_recv value 30
set system sysctl parameter net.netfilter.nf_conntrack_tcp_timeout_syn_sent value 60
set system sysctl parameter net.netfilter.nf_conntrack_tcp_timeout_time_wait value 120
set system sysctl parameter net.netfilter.nf_conntrack_udp_timeout_stream value 60
Jun 30 2022, 6:15 AM
P-T-I created T4500: Missing firewall logs.
Jun 30 2022, 6:07 AM · VyOS 1.4 Sagitta
P-T-I added a watcher for VyOS 1.4 Sagitta: P-T-I.
Jun 30 2022, 6:02 AM
P-T-I created T4499: NAT source translation not showing a single output.
Jun 30 2022, 6:00 AM · VyOS 1.4 Sagitta
Viacheslav changed the status of T4498: bridge: Add option to enable/disable IGMP/MLD snooping from Open to Needs testing.
Jun 30 2022, 5:55 AM · VyOS 1.4 Sagitta
vfreex added a comment to T4498: bridge: Add option to enable/disable IGMP/MLD snooping.

@Viacheslav There is already a set interfaces bridge brN igmp node. If the default option is enabled, I think set interfaces bridge brN igmp disable-snooping would sound better.
I prefer to have IGMP snooping disabled as the default option, since improper IGMP snooping causes issues while disabling IGMP snooping doesn't.

Jun 30 2022, 4:21 AM · VyOS 1.4 Sagitta
trae32566 added a comment to T1641: VRRP conntrack-sync dropping packets passing through the router.

This seems to be an issue in 1.4 as well, I have the exact same symptoms, and removing the accept-protocol fixes the issue.

Jun 30 2022, 3:05 AM

Jun 29 2022

sarthurdev added a comment to T4485: OpenVPN: Allow multiple CAs certificates.

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

Jun 29 2022, 10:11 PM · VyOS 1.4 Sagitta
c-po added a comment to T4477: router-advert: support RDNSS lifetime option.

Implemented as: set service router-advert interface eth0 name-server-lifetime <value> which will be option A

Jun 29 2022, 6:05 PM · VyOS 1.4 Sagitta
c-po closed T4477: router-advert: support RDNSS lifetime option as Resolved.
Jun 29 2022, 6:02 PM · VyOS 1.4 Sagitta
c-po committed rVYOSONEXcefc7ce9bfcf: router-advert: T4477: support RDNSS lifetime option.
Jun 29 2022, 6:02 PM
c-po committed rVYOSONEX6b64f2eeb192: xml: streamline interface definition filenames, drop _.
Jun 29 2022, 5:18 PM
Viacheslav added a comment to T4494: Cannot reset BGP peer within VRF.

PR https://github.com/vyos/vyos-1x/pull/1379 (without completion help)

Jun 29 2022, 3:48 PM · VyOS 1.4 Sagitta
diekos added a comment to T4299: Firewall - GeoIP filtering.

Because with a rule like that I accept everything coming from nl from wan to lan, or I would need to add the source nl to every rule. That's why I did it with a deny not coming from nl on top, and then specific rules for the traffic that I want to accept.

Jun 29 2022, 3:28 PM · VyOS 1.4 Sagitta
jestabro closed T4491: Use empty string for internal name of root node of config_tree, a subtask of T4235: Add config tree diff algorithm, as Unknown Status.
Jun 29 2022, 2:48 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta
jestabro closed T4491: Use empty string for internal name of root node of config_tree as Unknown Status.
Jun 29 2022, 2:48 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta
vfreex committed rVYOSONEX313dfa6b8a12: bridge: add option to enable/disable IGMP/MLD snooping.
Jun 29 2022, 11:47 AM
GitHub <noreply@github.com> committed rVYOSONEXfba14cd5f498: Merge pull request #1378 from vfreex/add-igmp-snooping-option (authored by c-po).
Jun 29 2022, 11:47 AM
SrividyaA claimed T4493: Incorrect help for "show bgp neighbors".
Jun 29 2022, 10:31 AM · VyOS 1.4 Sagitta
Viacheslav added a project to T4492: Incorrect list of neighbors in help for "show bgp vrf VRF neighbors": VyOS 1.4 Sagitta.
Jun 29 2022, 10:31 AM · VyOS 1.4 Sagitta
Viacheslav changed the subtype of T4493: Incorrect help for "show bgp neighbors" from "Task" to "Bug".
Jun 29 2022, 10:30 AM · VyOS 1.4 Sagitta
Viacheslav changed the subtype of T4494: Cannot reset BGP peer within VRF from "Task" to "Bug".
Jun 29 2022, 10:28 AM · VyOS 1.4 Sagitta
Viacheslav added a project to T4495: Combine BGP reset op commands: VyOS 1.4 Sagitta.
Jun 29 2022, 10:28 AM · VyOS 1.4 Sagitta
Viacheslav added a project to T4496: ping vrf help does not list VRFs: VyOS 1.4 Sagitta.
Jun 29 2022, 10:27 AM · VyOS 1.4 Sagitta
Viacheslav added a project to T4497: ping cannot force ipv4 or ipv6: VyOS 1.4 Sagitta.
Jun 29 2022, 10:27 AM · VyOS 1.4 Sagitta
Viacheslav changed the subtype of T4496: ping vrf help does not list VRFs from "Task" to "Feature Request".
Jun 29 2022, 10:27 AM · VyOS 1.4 Sagitta
Viacheslav added a comment to T4498: bridge: Add option to enable/disable IGMP/MLD snooping.

If the default option is enabled or 1
Maybe it makes sense to create disable option like:

set interfaces bridge br0 ip disable-multicast-snooping
Jun 29 2022, 10:23 AM · VyOS 1.4 Sagitta
vfreex added a comment to T4498: bridge: Add option to enable/disable IGMP/MLD snooping.

PR to add the option: https://github.com/vyos/vyos-1x/pull/1378

Jun 29 2022, 9:54 AM · VyOS 1.4 Sagitta
vfreex created T4498: bridge: Add option to enable/disable IGMP/MLD snooping.
Jun 29 2022, 9:53 AM · VyOS 1.4 Sagitta
aderouineau triaged T4497: ping cannot force ipv4 or ipv6 as Normal priority.
Jun 29 2022, 12:55 AM · VyOS 1.4 Sagitta
aderouineau triaged T4496: ping vrf help does not list VRFs as Low priority.
Jun 29 2022, 12:50 AM · VyOS 1.4 Sagitta
aderouineau triaged T4495: Combine BGP reset op commands as Wishlist priority.
Jun 29 2022, 12:41 AM · VyOS 1.4 Sagitta
aderouineau triaged T4494: Cannot reset BGP peer within VRF as Normal priority.
Jun 29 2022, 12:34 AM · VyOS 1.4 Sagitta
aderouineau triaged T4493: Incorrect help for "show bgp neighbors" as Low priority.
Jun 29 2022, 12:27 AM · VyOS 1.4 Sagitta
aderouineau triaged T4492: Incorrect list of neighbors in help for "show bgp vrf VRF neighbors" as Normal priority.
Jun 29 2022, 12:25 AM · VyOS 1.4 Sagitta

Jun 28 2022

jestabro added a comment to T4491: Use empty string for internal name of root node of config_tree.

PR:
https://github.com/vyos/vyos1x-config/pull/9

Jun 28 2022, 8:18 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta
jestabro renamed T4491: Use empty string for internal name of root node of config_tree from Use empty string for internal name of root of config_tree to Use empty string for internal name of root node of config_tree.
Jun 28 2022, 8:17 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta
jestabro added a subtask for T4235: Add config tree diff algorithm: T4491: Use empty string for internal name of root node of config_tree.
Jun 28 2022, 8:17 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta
jestabro added a parent task for T4491: Use empty string for internal name of root node of config_tree: T4235: Add config tree diff algorithm.
Jun 28 2022, 8:17 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta
jestabro changed the status of T4295: Use config_tree instead of legacy loadFile in vyos-load-config.py, a subtask of T4235: Add config tree diff algorithm, from Open to On hold.
Jun 28 2022, 7:57 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta
jestabro changed the status of T4295: Use config_tree instead of legacy loadFile in vyos-load-config.py, a subtask of T4316: Update save-config/load-config, from Open to On hold.
Jun 28 2022, 7:57 PM · VyOS Rolling
jestabro changed the status of T4295: Use config_tree instead of legacy loadFile in vyos-load-config.py from Open to On hold.
Jun 28 2022, 7:57 PM · VyOS 1.4 Sagitta
jestabro updated the task description for T4316: Update save-config/load-config.
Jun 28 2022, 7:56 PM · VyOS Rolling
jestabro updated the task description for T4295: Use config_tree instead of legacy loadFile in vyos-load-config.py.
Jun 28 2022, 7:55 PM · VyOS 1.4 Sagitta
jestabro changed the status of T4491: Use empty string for internal name of root node of config_tree from Open to In progress.
Jun 28 2022, 7:05 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta
Viacheslav lowered the priority of T4232: VyOS 1.2 traffic-policy shaper match interface not working from High to Normal.
Jun 28 2022, 4:57 PM · VyOS 1.2 Crux
Viacheslav closed T4348: Site access denied as Invalid.

It is not related to a router bug/feature
Close it

Jun 28 2022, 4:54 PM
Viacheslav closed T4473: Use container network without network declaration error as Resolved.
Jun 28 2022, 4:30 PM · VyOS 1.4 Sagitta
Viacheslav closed T4486: Container can't be deleted as Resolved.
Jun 28 2022, 4:29 PM · VyOS 1.4 Sagitta
Viacheslav committed rVYOSONEX1e645f7a5671: containers: T4473: Fix create container with not exist network.
Jun 28 2022, 4:28 PM
GitHub <noreply@github.com> committed rVYOSONEX2e8fdce2a947: Merge pull request #1376 from sever-sever/T4473 (authored by c-po).
Jun 28 2022, 4:28 PM
Viacheslav committed rVYOSONEX6ac48a2051a9: containers: T4486: Fix path for removing containers.
Jun 28 2022, 4:27 PM
GitHub <noreply@github.com> committed rVYOSONEXd1ff009703bb: Merge pull request #1377 from sever-sever/T4486 (authored by c-po).
Jun 28 2022, 4:27 PM
Viacheslav added a comment to T4471: Explicit declare root domain in static-host-mapping.

Did you try dns forwarding domain?

set service dns forwarding domain abc.local server 192.0.2.5
Jun 28 2022, 3:23 PM · VyOS 1.4 Sagitta
Viacheslav changed the status of T4475: route-map does not support ipv6 peer from In progress to Needs testing.
Jun 28 2022, 3:20 PM · VyOS 1.3 Equuleus (1.3.4)
Viacheslav added a comment to T4486: Container can't be deleted.

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

Jun 28 2022, 1:46 PM · VyOS 1.4 Sagitta
Viacheslav changed the status of T4486: Container can't be deleted from Open to In progress.
Jun 28 2022, 12:59 PM · VyOS 1.4 Sagitta
n.fort closed T4458: Firewall - add support for matching ip ttl in firewall rules as Resolved.
Jun 28 2022, 12:49 PM · VyOS 1.4 Sagitta
n.fort closed T3907: Firewall - Set log levels as Resolved.
Jun 28 2022, 12:48 PM · VyOS 1.4 Sagitta
Viacheslav added a comment to T4443: Wan Load Balancing Multiple Regressions.

Task for rewriting wan-loadbalancing to XML/Python T4470

Jun 28 2022, 12:18 PM · VyOS Rolling, Bugs
fernando added a comment to T4490: BGP- warning message that AFI/SAFI is needed to establish the neighborship.

@Viacheslav thanks

Jun 28 2022, 12:15 PM · VyOS 1.4 Sagitta
Viacheslav changed the status of T4473: Use container network without network declaration error from Open to In progress.
Jun 28 2022, 12:13 PM · VyOS 1.4 Sagitta
Viacheslav claimed T4473: Use container network without network declaration error.
Jun 28 2022, 12:13 PM · VyOS 1.4 Sagitta
fernando changed the status of T4490: BGP- warning message that AFI/SAFI is needed to establish the neighborship from Open to In progress.
Jun 28 2022, 12:13 PM · VyOS 1.4 Sagitta
Viacheslav added a comment to T4473: Use container network without network declaration error.

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

Jun 28 2022, 12:12 PM · VyOS 1.4 Sagitta
Viacheslav added a project to T4489: MPLS sysctl not persistent for tunnel interfaces: VyOS 1.3 Equuleus (1.3.2).

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

Jun 28 2022, 10:42 AM · VyOS 1.3 Equuleus (1.3.2), VyOS 1.4 Sagitta
Viacheslav moved T4429: Ability to detect external IP address from op-mode from Open to Finished on the VyOS 1.4 Sagitta board.
Jun 28 2022, 10:27 AM · VyOS 1.3 Equuleus (1.3.2), VyOS 1.4 Sagitta
Viacheslav added a project to T4429: Ability to detect external IP address from op-mode: VyOS 1.3 Equuleus (1.3.2).

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

Jun 28 2022, 10:21 AM · VyOS 1.3 Equuleus (1.3.2), VyOS 1.4 Sagitta
Viacheslav added a comment to T4489: MPLS sysctl not persistent for tunnel interfaces.

Will be fixed in the next rolling release

Jun 28 2022, 9:58 AM · VyOS 1.3 Equuleus (1.3.2), VyOS 1.4 Sagitta
Viacheslav committed rVYOSONEX1ceb0290cc7a: op-mode: T4429: Ability to detect external IP address.
Jun 28 2022, 9:46 AM
Viacheslav added a comment to T1375: Add clear dhcp server lease function.

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

Jun 28 2022, 9:34 AM · VyOS 1.3 Equuleus (1.3.2), VyOS 1.4 Sagitta
Viacheslav moved T1375: Add clear dhcp server lease function from Open to Finished on the VyOS 1.4 Sagitta board.
Jun 28 2022, 9:05 AM · VyOS 1.3 Equuleus (1.3.2), VyOS 1.4 Sagitta
Viacheslav added a comment to T4490: BGP- warning message that AFI/SAFI is needed to establish the neighborship.

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

Jun 28 2022, 9:04 AM · VyOS 1.4 Sagitta
Viacheslav committed rVYOSONEX3ecb30264a3b: mpls: T4489: Set priority 400 for MPLS after tunnel.
Jun 28 2022, 8:56 AM
GitHub <noreply@github.com> committed rVYOSONEX49d7ba83958a: Merge pull request #1370 from sever-sever/T4489 (authored by c-po).
Jun 28 2022, 8:56 AM
Viacheslav added a comment to T4299: Firewall - GeoIP filtering.

Why don't use action accept for nl and drop all others?

Jun 28 2022, 8:40 AM · VyOS 1.4 Sagitta
Viacheslav closed T4457: L2TP/IPSec Remote Access VPN does not work as expected in 1.3.1-S1 as Invalid.
Jun 28 2022, 8:38 AM · VyOS 1.3 Equuleus ( 1.3.1)
e.khudiyev added a comment to T4457: L2TP/IPSec Remote Access VPN does not work as expected in 1.3.1-S1.
In T4457#124584, @NikolayP wrote:

The problem seems to be in these lines:

set vpn l2tp remote-access authentication local-users username test static-ip '172.25.255.1'
set vpn l2tp remote-access client-ip-pool start '172.25.255.1'
set vpn l2tp remote-access client-ip-pool stop '172.25.255.14'

Replacing "static IP" with 172.25.255.2 makes it work in VyOS 1.3.1

set vpn l2tp remote-access authentication local-users username test static-ip '172.25.255.2'

Full corrected config for 1.3.1 from the first post:

set interfaces dummy dum4 address '4.4.4.4/32'
set interfaces ethernet eth0 address 'dhcp'
set interfaces ethernet eth1 address '192.168.6.31/24'
set service ssh
set vpn ipsec ipsec-interfaces interface 'eth1'
set vpn ipsec nat-networks allowed-network 0.0.0.0/0
set vpn ipsec nat-traversal 'enable'
set vpn l2tp remote-access authentication local-users username test password 'test'
set vpn l2tp remote-access authentication local-users username test static-ip '172.25.255.2'
set vpn l2tp remote-access authentication mode 'local'
set vpn l2tp remote-access authentication require 'mschap-v2'
set vpn l2tp remote-access client-ip-pool start '172.25.255.1'
set vpn l2tp remote-access client-ip-pool stop '172.25.255.14'
set vpn l2tp remote-access idle '1800'
set vpn l2tp remote-access ipsec-settings authentication mode 'pre-shared-secret'
set vpn l2tp remote-access ipsec-settings authentication pre-shared-secret 'test'
set vpn l2tp remote-access ipsec-settings ike-lifetime '3600'
set vpn l2tp remote-access ipsec-settings lifetime '3600'
set vpn l2tp remote-access outside-address '192.168.6.31'
Jun 28 2022, 8:29 AM · VyOS 1.3 Equuleus ( 1.3.1)
Viacheslav added a comment to T4489: MPLS sysctl not persistent for tunnel interfaces.

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

Jun 28 2022, 8:18 AM · VyOS 1.3 Equuleus (1.3.2), VyOS 1.4 Sagitta
Viacheslav changed the status of T4489: MPLS sysctl not persistent for tunnel interfaces from Confirmed to In progress.
Jun 28 2022, 8:03 AM · VyOS 1.3 Equuleus (1.3.2), VyOS 1.4 Sagitta
Viacheslav added a comment to T4489: MPLS sysctl not persistent for tunnel interfaces.

It seems a wrong priority
Mpls configuration applied before creation tunnel
As a result sysctl parameter for the tunnel interface doesn't exist yet
To reproduce it in one commit:

set interfaces dummy dum1 address '10.5.4.8/24'
set interfaces tunnel tun0 address '10.255.0.2/30'
set interfaces tunnel tun0 encapsulation 'gre'
set interfaces tunnel tun0 remote '192.0.2.254'
set interfaces tunnel tun0 source-address '192.0.2.1'
set protocols mpls interface 'dum1'
set protocols mpls interface 'tun0'
set protocols mpls ldp discovery transport-ipv4-address '192.0.2.1'
set protocols mpls ldp interface 'dum1'
set protocols mpls ldp interface 'tun0'
set protocols mpls ldp router-id '192.0.2.1'
Jun 28 2022, 7:53 AM · VyOS 1.3 Equuleus (1.3.2), VyOS 1.4 Sagitta

Jun 27 2022

fernando created T4490: BGP- warning message that AFI/SAFI is needed to establish the neighborship.
Jun 27 2022, 9:11 PM · VyOS 1.4 Sagitta
sarthurdev closed T4484: Firewall op-mode summary doesn't correctly handle address group containing ranges as Resolved.
Jun 27 2022, 8:16 PM · VyOS 1.4 Sagitta