Page MenuHomeVyOS Platform
Feed Search

Nov 25 2020

Viacheslav added a comment to T2061: protocol logs not sent to remote syslog.

PR https://github.com/vyos/vyos-build/pull/133

Nov 25 2020, 11:14 AM · VyOS 1.2 Crux (VyOS 1.2.7)

Nov 24 2020

Viacheslav added a comment to T2061: protocol logs not sent to remote syslog.

Another bug that the following configuration doesn't configure vtysh level debug

Nov 24 2020, 2:33 PM · VyOS 1.2 Crux (VyOS 1.2.7)
Viacheslav added a comment to T2061: protocol logs not sent to remote syslog.

The main reason is frr code for placing log files in a separate file.
https://github.com/FRRouting/frr/blob/master/tools/etc/rsyslog.d/45-frr.conf

Nov 24 2020, 11:43 AM · VyOS 1.2 Crux (VyOS 1.2.7)

Nov 23 2020

Viacheslav claimed T3085: IPv6 BGP Neighbor Weight.
Nov 23 2020, 4:31 PM · VyOS 1.2 Crux (VyOS 1.2.7)
Viacheslav added a subtask for T2174: Rewrite protocol BGP to new XML/Python style: T3085: IPv6 BGP Neighbor Weight.
Nov 23 2020, 4:31 PM · VyOS 1.3 Equuleus (1.3.0)
Viacheslav added a parent task for T3085: IPv6 BGP Neighbor Weight: T2174: Rewrite protocol BGP to new XML/Python style.
Nov 23 2020, 4:31 PM · VyOS 1.2 Crux (VyOS 1.2.7)
Viacheslav assigned T3083: Add feature event-handler to dmbaturin.
Nov 23 2020, 8:42 AM · VyOS 1.3 Equuleus (1.3.3), VyOS 1.4 Sagitta
Viacheslav created T3083: Add feature event-handler.
Nov 23 2020, 8:42 AM · VyOS 1.3 Equuleus (1.3.3), VyOS 1.4 Sagitta

Nov 22 2020

Viacheslav added a comment to T3074: OpenVPN site-to-site creates wrong peer address.

Device-type tap option works incorrectly

set interfaces openvpn vtun20 device-type 'tap'
set interfaces openvpn vtun20 local-address 10.0.0.0
set interfaces openvpn vtun20 local-host '100.64.0.1'
set interfaces openvpn vtun20 local-port '22222'
set interfaces openvpn vtun20 mode 'site-to-site'
set interfaces openvpn vtun20 remote-address '10.0.0.1'
set interfaces openvpn vtun20 remote-host '100.64.0.2'
set interfaces openvpn vtun20 remote-port '22222'
set interfaces openvpn vtun20 shared-secret-key-file '/config/auth/foo.key'
Nov 22 2020, 1:51 PM · VyOS 1.3 Equuleus (1.3.0)
Viacheslav added a comment to T235: Ability to configure manual IP Rules.

@Dataforce @fetzerms
ip rule "from" already in CLI T439

Nov 22 2020, 1:26 PM · VyOS 1.4 Sagitta
Viacheslav added a comment to T439: local PBR support.

@pasik Can you check if it solves your expectation?

Nov 22 2020, 12:20 PM · VyOS 1.4 Sagitta

Nov 20 2020

Viacheslav changed the status of T439: local PBR support from Open to Needs testing.
Nov 20 2020, 4:19 PM · VyOS 1.4 Sagitta

Nov 19 2020

Viacheslav added a comment to T439: local PBR support.

PR https://github.com/vyos/vyos-1x/pull/614
Add the ability to use policy local-route

Nov 19 2020, 6:11 PM · VyOS 1.4 Sagitta

Nov 17 2020

Viacheslav added a comment to T439: local PBR support.

Propose to use that format

Nov 17 2020, 3:19 PM · VyOS 1.4 Sagitta

Nov 16 2020

Viacheslav added a comment to T160: Support NAT64.

Jool can handle 2 times as many packets.
https://link.springer.com/article/10.1007/s11235-020-00681-x

Nov 16 2020, 6:03 PM · VyOS 1.4 Sagitta (1.4.0-epa1)
Viacheslav added a comment to T3074: OpenVPN site-to-site creates wrong peer address.
vyos@r4-roll# sudo cat /run/openvpn/vtun30365.conf 
### Autogenerated by interfaces-openvpn.py ###
#
# See https://community.openvpn.net/openvpn/wiki/Openvpn24ManPage
# for individual keyword definition
#
# 
#
Nov 16 2020, 5:06 PM · VyOS 1.3 Equuleus (1.3.0)
Viacheslav created T3074: OpenVPN site-to-site creates wrong peer address.
Nov 16 2020, 4:54 PM · VyOS 1.3 Equuleus (1.3.0)
Viacheslav added a comment to T3073: sh nat source translations Python error.

Duplicate T2859

Nov 16 2020, 10:17 AM · VyOS 1.3 Equuleus (1.3.0)
Viacheslav added a comment to T1316: Support for IS-IS .

PR https://github.com/vyos/vyos-1x/pull/612
Add IS-IS routing.

Nov 16 2020, 9:25 AM · VyOS 1.3 Equuleus (1.3.0)

Nov 15 2020

Viacheslav added a comment to T3070: Firewall going OOM, possible related to nftables migration.

Possible reason - ipset should be converted to nft list set

Nov 15 2020, 1:09 PM · VyOS 1.3 Equuleus (1.3.4)

Nov 13 2020

Viacheslav added a comment to T3068: Automatic generation of IPv6 link local addresses for tunnel interfaces.

T2802

Nov 13 2020, 7:03 PM
Viacheslav added a comment to T3029: Generated NGINX configuration is wrong for the redirection (http -> https).

@cjeanneret Can you re-check it? And close it if all works fine.

Nov 13 2020, 6:55 PM · VyOS 1.3 Equuleus (1.3.0)
Viacheslav added a comment to T2550: OpenVPN: IPv4 not working in client mode.

T3060

Nov 13 2020, 5:59 PM · VyOS 1.3 Equuleus (1.3.0)
Viacheslav added a comment to T3060: OpenVPN virtual interface not coming up after upgrade.

Fix for "remote-host" on client side
PR https://github.com/vyos/vyos-1x/pull/606

Nov 13 2020, 5:48 PM · VyOS 1.3 Equuleus (1.3.0)
Viacheslav added a comment to T3060: OpenVPN virtual interface not coming up after upgrade.

Server conf

set interfaces openvpn vtun0 encryption cipher 'aes256gcm'
set interfaces openvpn vtun0 encryption disable-ncp
set interfaces openvpn vtun0 hash 'sha512'
set interfaces openvpn vtun0 local-host '100.64.0.1'
set interfaces openvpn vtun0 local-port '1194'
set interfaces openvpn vtun0 mode 'server'
set interfaces openvpn vtun0 openvpn-option 'tls-version-min 1.3'
set interfaces openvpn vtun0 openvpn-option 'comp-lzo no'
set interfaces openvpn vtun0 persistent-tunnel
set interfaces openvpn vtun0 protocol 'tcp-passive'
set interfaces openvpn vtun0 server client client1 ip '10.10.3.2'
set interfaces openvpn vtun0 server client client1 subnet '10.10.3.0/29'
set interfaces openvpn vtun0 server client client1 subnet '10.20.0.0/16'
set interfaces openvpn vtun0 server subnet '10.10.3.0/29'
set interfaces openvpn vtun0 server topology 'subnet'
set interfaces openvpn vtun0 tls ca-cert-file '/config/auth/ovpn/ca.crt'
set interfaces openvpn vtun0 tls cert-file '/config/auth/ovpn/central.crt'
set interfaces openvpn vtun0 tls dh-file '/config/auth/ovpn/dh.pem'
set interfaces openvpn vtun0 tls key-file '/config/auth/ovpn/central.key'
Nov 13 2020, 5:30 PM · VyOS 1.3 Equuleus (1.3.0)
Viacheslav added a comment to T3060: OpenVPN virtual interface not coming up after upgrade.

In the new version client configuration

Nov 13 2020, 1:41 PM · VyOS 1.3 Equuleus (1.3.0)
Viacheslav added a comment to T3060: OpenVPN virtual interface not coming up after upgrade.
Nov 13 2020, 1:40 PM · VyOS 1.3 Equuleus (1.3.0)
Viacheslav added a comment to T3060: OpenVPN virtual interface not coming up after upgrade.

@Zer0t3ch Can you share your configuration?

Nov 13 2020, 7:32 AM · VyOS 1.3 Equuleus (1.3.0)

Nov 12 2020

Viacheslav added a comment to T3061: OSPF v2 - Filtered route is added to the routing table as inactive.

Imagine if you use for example BGP and don't have a default route or set it to blackhole.
Then you originate the default route for a neighbor.
Why it should not announce the default route to the neighbor?

Nov 12 2020, 4:56 PM · Restricted Project, VyOS 1.2 Crux
Viacheslav updated the task description for T1711: BGP - migrate from tagNode to node (remove ASN from tagNode).
Nov 12 2020, 3:49 PM · VyOS 1.4 Sagitta
Viacheslav added a comment to T3061: OSPF v2 - Filtered route is added to the routing table as inactive.

This is expected behavior, so routes not installed in the routing table.

Nov 12 2020, 1:58 PM · Restricted Project, VyOS 1.2 Crux
Viacheslav added a comment to T2174: Rewrite protocol BGP to new XML/Python style.

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

Nov 12 2020, 11:03 AM · VyOS 1.3 Equuleus (1.3.0)

Nov 10 2020

Viacheslav closed T2103: Abnormal interface names if VIF present as Resolved.
Nov 10 2020, 9:45 AM · VyOS 1.3 Equuleus (1.3.0)

Nov 9 2020

Viacheslav created T3055: op-mode incorrect naming for ipsec policy-based tunnels .
Nov 9 2020, 8:12 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta
Viacheslav updated the task description for T3054: unionfs-fuse process never stopped after close terminal in config mode.
Nov 9 2020, 6:41 PM · VyOS 1.4 Sagitta
Viacheslav created T3054: unionfs-fuse process never stopped after close terminal in config mode.
Nov 9 2020, 5:52 PM · VyOS 1.4 Sagitta

Nov 5 2020

Viacheslav added a comment to T2940: Update FRR to 7.4.

Neet to retest, the related task T2100

Nov 5 2020, 7:17 AM · VyOS 1.3 Equuleus (1.3.0)

Nov 3 2020

Viacheslav added a comment to T2967: Duplicate IPv6 BFD peers created.

@trae32566 Are there any updates for this task?

Nov 3 2020, 9:58 PM · VyOS 1.3 Equuleus (1.3.0)
Viacheslav added a comment to T2387: Create XML scheme for [conf_mode] BGP .

PR https://github.com/vyos/vyos-1x/pull/593
Fix validators for "neighbor update-source"

Nov 3 2020, 5:51 PM · VyOS 1.3 Equuleus (1.3.0)
Viacheslav added a parent task for T1941: Config mismatch with FRR on misconfiguration of V6 peer: T2174: Rewrite protocol BGP to new XML/Python style.
Nov 3 2020, 5:32 PM · VyOS 1.3 Equuleus (1.3.7), VyOS 1.4 Sagitta
Viacheslav added a subtask for T2174: Rewrite protocol BGP to new XML/Python style: T1941: Config mismatch with FRR on misconfiguration of V6 peer.
Nov 3 2020, 5:32 PM · VyOS 1.3 Equuleus (1.3.0)
Viacheslav added a comment to T2173: Add the ability to use VRF on VTI interfaces.

It can be work with XFRM interfaces https://wiki.strongswan.org/projects/strongswan/wiki/RouteBasedVPN#XFRM-interfaces-in-VRFs

Nov 3 2020, 3:24 PM · VyOS 1.4 Sagitta
Viacheslav added a comment to T2850: Add BGP template for FRR.

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

Nov 3 2020, 8:50 AM · VyOS 1.3 Equuleus (1.3.0)

Nov 2 2020

Viacheslav added a comment to T1276: dhcp relay + VLAN fails.

@phillipmcmahon Try to check if vlan works correctly without DHCP?
I met several nuances associated with vlans on ESXi.

Nov 2 2020, 6:33 PM · VyOS 1.3 Equuleus (1.3.5), VyOS 1.4 Sagitta, test
Viacheslav added a comment to T2387: Create XML scheme for [conf_mode] BGP .

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

Nov 2 2020, 10:59 AM · VyOS 1.3 Equuleus (1.3.0)

Nov 1 2020

Viacheslav created T3037: Bgp afi ipv6-unicast capability dynamic bug.
Nov 1 2020, 3:15 PM · VyOS 1.2 Crux (VyOS 1.2.7)
Viacheslav added a comment to T1187: Command show log vpn display wrong information .

We need some expressions like

Nov 1 2020, 1:49 PM · VyOS-1.2.0-GA
Viacheslav closed T2193: Display disabled VRRP instances in a `show vrrp` output as Resolved.

I see correct state "disabled"

Nov 1 2020, 1:31 PM · VyOS 1.3 Equuleus (1.3.0)
Viacheslav added a comment to T2639: sort output of show vpn ipsec sa .
Nov 1 2020, 12:24 PM · VyOS 1.3 Equuleus (1.3.0)
Viacheslav closed T3031: Error in Equuleus' help for IPv6 ECMP as Resolved.
Nov 1 2020, 8:45 AM · vyatta-cfg-system
Viacheslav closed T3032: Ability to "set table" in the policy route-map as Resolved.
Nov 1 2020, 8:36 AM · VyOS 1.2 Crux (VyOS 1.2.8)

Oct 30 2020

Viacheslav added a comment to T1289: route-map set route-type blackhole.

Like this?

Oct 30 2020, 11:07 AM · VyOS 1.3 Equuleus (1.3.5)
Viacheslav added a comment to T1518: Removing full OSPF protocol is not possible.

This logic does not allow for the complete removal of the protocol.
https://github.com/vyos/vyatta-cfg-quagga/blob/32cbb1e5059c6c27449b7013f790aff1c50a9831/templates/protocols/ospf/passive-interface/node.def#L29-L35

Oct 30 2020, 10:53 AM · VyOS 1.3 Equuleus (1.3.3)
Viacheslav added a comment to T2258: VRF route leaking from BGP.

@Azayaka do you mean import routes to a specific table? T3032
Can you check it with the next rolling release?

Oct 30 2020, 10:28 AM · VyOS 1.3 Equuleus (1.3.5)
Viacheslav added a comment to T1289: route-map set route-type blackhole.

@rizkidtn Update, please your request. Is the community works for you for blackholing?

Oct 30 2020, 10:24 AM · VyOS 1.3 Equuleus (1.3.5)
Viacheslav closed T2790: Add ability to set ipv6 protocol route-map for OSPFv3 as Resolved.
Oct 30 2020, 10:07 AM · VyOS 1.3 Equuleus (1.3.0)
Viacheslav added a comment to T3031: Error in Equuleus' help for IPv6 ECMP.

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

Oct 30 2020, 9:27 AM · vyatta-cfg-system
Viacheslav claimed T3031: Error in Equuleus' help for IPv6 ECMP.
Oct 30 2020, 9:22 AM · vyatta-cfg-system
Viacheslav changed the status of T3032: Ability to "set table" in the policy route-map from Open to Needs testing.
Oct 30 2020, 9:06 AM · VyOS 1.2 Crux (VyOS 1.2.8)
Viacheslav added a comment to T3032: Ability to "set table" in the policy route-map.

PR https://github.com/vyos/vyatta-cfg-quagga/pull/56

Oct 30 2020, 9:04 AM · VyOS 1.2 Crux (VyOS 1.2.8)
Viacheslav created T3032: Ability to "set table" in the policy route-map.
Oct 30 2020, 7:29 AM · VyOS 1.2 Crux (VyOS 1.2.8)

Oct 29 2020

Viacheslav added a comment to T3030: Support ERSPAN Tunnel Protocol.

Do you mean that?

set interfaces ethernet eth1 mirror
Oct 29 2020, 4:15 PM · VyOS 1.4 Sagitta
Viacheslav added a comment to T2387: Create XML scheme for [conf_mode] BGP .
  1. Not all interfaces can be used as "update-source"

Missed "vti | dum | lo" etc.
https://github.com/vyos/vyos-1x/blob/current/interface-definitions/protocols-bgp.xml.in#L639

Oct 29 2020, 2:49 PM · VyOS 1.3 Equuleus (1.3.0)
Viacheslav added a comment to T2850: Add BGP template for FRR.

PR https://github.com/vyos/vyos-1x/pull/587
Fix the FRR template for new bgp implementation.

Oct 29 2020, 12:51 PM · VyOS 1.3 Equuleus (1.3.0)
Viacheslav added a comment to T2587: Cannot enable the interface when the MTU is set to less than 1280.

How to do it?

Oct 29 2020, 6:54 AM · VyOS 1.3 Equuleus (1.3.0)

Oct 28 2020

Viacheslav updated the task description for T3027: Unable to update system Signature check FAILED.
Oct 28 2020, 3:55 PM · VyOS 1.3 Equuleus (1.3.0)
Viacheslav changed the status of T3027: Unable to update system Signature check FAILED from Open to Confirmed.
Oct 28 2020, 1:01 PM · VyOS 1.3 Equuleus (1.3.0)
Viacheslav created T3027: Unable to update system Signature check FAILED.
Oct 28 2020, 1:00 PM · VyOS 1.3 Equuleus (1.3.0)

Oct 27 2020

Viacheslav closed T2587: Cannot enable the interface when the MTU is set to less than 1280 as Resolved.

Fixed

vyos@r4-roll# run show version
Oct 27 2020, 7:28 PM · VyOS 1.3 Equuleus (1.3.0)
Viacheslav added a comment to T2631: l2tp, sstp, pptp add option to disable radius accounting.

@klase Check these options in the next rolling release (after 20201027)

Oct 27 2020, 7:15 PM · VyOS 1.3 Equuleus (1.3.0)
Viacheslav added a comment to T2638: FRR: New framework for configuring FRR .

FRR doesn't delete isis configuration related "interfaces" with

delete protocols isis foo interface eth1

protocol "isisd" in the test was added here https://github.com/vyos/vyos-1x/pull/483/files#diff-060cdf269ea89160caa0deaebe8e323f0559aa6dfd19e5634a33634f3e38e461R72

Oct 27 2020, 6:04 PM · VyOS 1.3 Equuleus (1.3.0)
Viacheslav added a project to T2933: VRRP add option virtual_ipaddress_excluded: Restricted Project.
Oct 27 2020, 5:58 PM · VyOS 1.3 Equuleus (1.3.0), Restricted Project
Viacheslav closed T2938: Adding remote Syslog RFC5424 compatibility as Resolved.
Oct 27 2020, 5:57 PM · VyOS 1.3 Equuleus (1.3.0)
Viacheslav added a comment to T3014: Clear under op mode and conf mode act differently. Uniting them.

@kroy What PR?

Oct 27 2020, 5:56 PM · VyOS 1.3 Equuleus (1.3.6)
Viacheslav added a comment to T2387: Create XML scheme for [conf_mode] BGP .

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

Oct 27 2020, 5:01 PM · VyOS 1.3 Equuleus (1.3.0)
Viacheslav closed T1721: Recursive Next Hop not updated for static routes as Resolved.

@SrividyaA Thanks.

Oct 27 2020, 12:43 PM · VyOS 1.3 Equuleus (1.3.0)
Viacheslav closed T3019: incorrect display of the description in the firewall section as Invalid.

@craterman it seems bug with your resolution.

Oct 27 2020, 6:53 AM · VyOS 1.3 Equuleus (1.3.0), vyatta-cfg-firewall

Oct 26 2020

Viacheslav added a comment to T2982: show protocols bfd command parse failure.

PR for crux https://github.com/vyos/vyos-1x/pull/582

Oct 26 2020, 1:13 PM · Ready for Crux (1.2.x), VyOS 1.2 Crux
Viacheslav added a comment to T2992: Automatically verify sha256 checksum on ISO download.

Update from VyOS 1.3-rolling-202010210152 to latest rolling vyos-1.3-rolling-202010260327-amd64.iso Failed.

Oct 26 2020, 10:40 AM · VyOS 1.3 Equuleus (1.3.0)
Viacheslav added a comment to T3001: Disable spectre mitigation patches from CLI.

Proposed CLI

set system options disable-spectre
Oct 26 2020, 10:19 AM · Restricted Project, VyOS 1.4 Sagitta
Viacheslav added a comment to T915: MPLS Support.

Updated PR with section "parameters"
https://github.com/vyos/vyos-1x/pull/580

Oct 26 2020, 10:09 AM · VyOS 1.3 Equuleus (1.3.0-epa1), VyOS 1.4 Sagitta

Oct 22 2020

Viacheslav added a project to T3008: Migrate from ntpd to chronyd: VyOS 1.3 Equuleus.
Oct 22 2020, 5:07 PM · VyOS 1.4 Sagitta
Viacheslav added a comment to T2631: l2tp, sstp, pptp add option to disable radius accounting.

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

Oct 22 2020, 3:28 PM · VyOS 1.3 Equuleus (1.3.0)

Oct 21 2020

Viacheslav added a comment to T2631: l2tp, sstp, pptp add option to disable radius accounting.

@Dmitry Your suggestions? Is it possible?
What parameter do we need to change?

Oct 21 2020, 4:47 PM · VyOS 1.3 Equuleus (1.3.0)
Viacheslav added a comment to T1963: Can't copy or rename a node.

We need to check what's going on here https://github.com/vyos/vyatta-cfg/blob/current/etc/bash_completion.d/vyatta-cfg#L930-L962

Oct 21 2020, 4:40 PM · VyOS Rolling, Bugs, VyOS 1.5 Circinus
Viacheslav added a comment to T2977: Permissions Denied doing "show conntrack-sync status" on backup router.

Will be fixed in the new LTS release.

Oct 21 2020, 4:08 PM
Viacheslav added a comment to T2977: Permissions Denied doing "show conntrack-sync status" on backup router.

PR for crux https://github.com/vyos/vyatta-conntrack-sync/pull/4

Oct 21 2020, 3:48 PM
Viacheslav added a comment to T2731: "show interfaces" returns invalid state when link is down.

Possible bug with "admin_state"

Oct 21 2020, 1:21 PM · VyOS 1.3 Equuleus (1.3.0)
Viacheslav added a comment to T2977: Permissions Denied doing "show conntrack-sync status" on backup router.

@tjh can you edit one file?

Oct 21 2020, 10:43 AM
Viacheslav closed T2749: Setting ethx configuration takes a long time as Resolved.
Oct 21 2020, 8:46 AM · VyOS 1.3 Equuleus (1.3.0)
Viacheslav added a comment to T2781: Create op-mode top-level wrapper for ssh command.

@c-po What do you propose?

Oct 21 2020, 8:21 AM · Bugs, VyOS Rolling
Viacheslav closed T2828: BGP conf_mode error enforce-first-as, a subtask of T2174: Rewrite protocol BGP to new XML/Python style, as Resolved.
Oct 21 2020, 8:12 AM · VyOS 1.3 Equuleus (1.3.0)
Viacheslav closed T2828: BGP conf_mode error enforce-first-as as Resolved.
Oct 21 2020, 8:12 AM · VyOS 1.3 Equuleus (1.3.0)
Viacheslav added a comment to T2881: Bug in weight calculation for failover mode.

@banditos13 can you send a link to the file, which you suggest to fix, or create PR?

Oct 21 2020, 8:07 AM
Viacheslav changed the status of T2944: NTP by default listen on any address/interface from Open to Needs testing.
Oct 21 2020, 8:03 AM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.2 Crux
Viacheslav added a comment to T2895: VPN IPsec "leftsubnet" declared 2 times.

Do we need it for "crux"?
This does not affect the work of VPN service.

Oct 21 2020, 7:56 AM · VyOS 1.3 Equuleus (1.3.0-epa1)
Viacheslav added a comment to T2906: OpenVPN: tls-auth missing key direction.

@Magnum Can you test it?

Oct 21 2020, 7:53 AM · VyOS 1.3 Equuleus (1.3.0), openvpn
Viacheslav added a comment to T915: MPLS Support.

@Cheeze_It thank you for testing.

Oct 21 2020, 7:36 AM · VyOS 1.3 Equuleus (1.3.0-epa1), VyOS 1.4 Sagitta

Oct 20 2020

Viacheslav added a comment to T1721: Recursive Next Hop not updated for static routes.

Can you provide a simple config of R1 R3 and R4?
I want to reproduce it in the test lab.

Oct 20 2020, 2:34 PM · VyOS 1.3 Equuleus (1.3.0)
Viacheslav added a comment to T766: Implement support for the Tinc VPN daemon.

Which files in /config/tinc0/hosts ?

Oct 20 2020, 10:47 AM