Page MenuHomeVyOS Platform

RyVolodya (Volodymyr Rybak)
User

Projects

User Details

User Since
May 4 2021, 12:41 PM (154 w, 2 d)

Recent Activity

Mar 4 2023

RyVolodya created T5052: Error displaying dhcpv6 prefix delegation leases.
Mar 4 2023, 2:41 PM · VyOS 1.4 Sagitta

Feb 13 2023

RyVolodya added a comment to T4153: Monitor bandwidth-test initiate not working.

Everything works on version 1.4

Feb 13 2023, 10:12 AM · VyOS 1.3 Equuleus (1.3.3), VyOS 1.4 Sagitta

Dec 27 2022

RyVolodya added a comment to T4891: BFD flapping loop.

I reproduced this configuration. Version VyOS 1.4-rolling-202212270317 - BFD works fine.

Dec 27 2022, 12:47 PM · VyOS 1.4 Sagitta

Sep 30 2022

RyVolodya added a comment to T4718: Listen-address is not commit if the ip address is on the interface with vrf.

If you document this check then everything commits.
https://github.com/vyos/vyos-1x/blob/f5a50135f07ac4ec8ed431a757b9c56e607d2132/src/conf_mode/dhcp_server.py#L265-L271

Sep 30 2022, 7:43 AM · VyOS 1.4 Sagitta (1.4.0-epa3), VyOS 1.5 Circinus

Sep 28 2022

RyVolodya created T4718: Listen-address is not commit if the ip address is on the interface with vrf.
Sep 28 2022, 12:41 PM · VyOS 1.4 Sagitta (1.4.0-epa3), VyOS 1.5 Circinus

Aug 25 2022

RyVolodya updated the task description for T4646: USB serial output console does not work.
Aug 25 2022, 12:50 PM · VyOS 1.3 Equuleus (1.3.6), VyOS 1.4 Sagitta
RyVolodya created T4646: USB serial output console does not work.
Aug 25 2022, 12:43 PM · VyOS 1.3 Equuleus (1.3.6), VyOS 1.4 Sagitta

Aug 20 2022

RyVolodya created T4631: Add port and protocol to nat66.
Aug 20 2022, 12:45 PM · VyOS 1.4 Sagitta

Aug 19 2022

RyVolodya created T4626: Error showing nat66 source and destination.
Aug 19 2022, 8:40 AM · VyOS 1.4 Sagitta

Aug 7 2022

RyVolodya added a comment to T4598: nat66 - Add exclude options.

Hello, This functionality for nat66 is described here:
https://phabricator.vyos.net/T4586

Aug 7 2022, 11:12 AM · VyOS 1.4 Sagitta

Aug 2 2022

RyVolodya updated the task description for T4586: Add to NAT66: SNAT destination address and DNAT source address..
Aug 2 2022, 4:43 PM · VyOS 1.4 Sagitta
RyVolodya updated the task description for T4586: Add to NAT66: SNAT destination address and DNAT source address..
Aug 2 2022, 4:37 PM · VyOS 1.4 Sagitta
RyVolodya updated the task description for T4586: Add to NAT66: SNAT destination address and DNAT source address..
Aug 2 2022, 2:09 PM · VyOS 1.4 Sagitta
RyVolodya updated the task description for T4586: Add to NAT66: SNAT destination address and DNAT source address..
Aug 2 2022, 2:09 PM · VyOS 1.4 Sagitta
RyVolodya created T4586: Add to NAT66: SNAT destination address and DNAT source address..
Aug 2 2022, 1:59 PM · VyOS 1.4 Sagitta

Jul 19 2022

RyVolodya created T4546: Does not connect Cisco spoke to VyOS hub..
Jul 19 2022, 6:58 PM · VyOS 1.4 Sagitta

May 30 2022

RyVolodya created T4451: The DHCPv6 server leases function the display of the hostname.
May 30 2022, 8:13 PM · VyOS 1.5 Circinus

Apr 15 2022

RyVolodya updated the task description for T4362: Wan Load Balancing - Can't create routing tables.
Apr 15 2022, 7:01 AM · VyOS 1.4 Sagitta
RyVolodya created T4362: Wan Load Balancing - Can't create routing tables.
Apr 15 2022, 6:57 AM · VyOS 1.4 Sagitta

Feb 9 2022

RyVolodya added a comment to T4192: OpenVPN custom option for "--client-to-client" causes configuration error.

I checked in the OpenVPN network lab.
Version:

Version:          VyOS 1.3.0
Release train:    equuleus

Configuration:

vyos@vyos# show interfaces openvpn vtun0
set interfaces openvpn vtun0 encryption cipher 'aes256gcm'
set interfaces openvpn vtun0 hash 'sha512'
set interfaces openvpn vtun0 local-host '192.168.122.100'
set interfaces openvpn vtun0 local-port '1194'
set interfaces openvpn vtun0 mode 'server'
set interfaces openvpn vtun0 openvpn-option '--client-to-client'
set interfaces openvpn vtun0 openvpn-option '--verb 9'
set interfaces openvpn vtun0 openvpn-option '--mute 10'
set interfaces openvpn vtun0 openvpn-option '--dev vtun0'
set interfaces openvpn vtun0 openvpn-option '--ifconfig-pool-persist ipp.txt'
set interfaces openvpn vtun0 openvpn-option '--status openvpn2.log'
set interfaces openvpn vtun0 openvpn-option '--user nobody --group nogroup'
set interfaces openvpn vtun0 openvpn-option '--persist-key --persist-tun'
set interfaces openvpn vtun0 openvpn-option '--keepalive 10 120'
set interfaces openvpn vtun0 persistent-tunnel
set interfaces openvpn vtun0 protocol 'udp'
set interfaces openvpn vtun0 server max-connections '5'
set interfaces openvpn vtun0 server name-server '1.1.1.1'
set interfaces openvpn vtun0 server push-route 10.10.10.0/24
set interfaces openvpn vtun0 server subnet '10.10.20.0/24'
set interfaces openvpn vtun0 server topology 'subnet'
set interfaces openvpn vtun0 tls ca-cert-file '/config/auth/openvpn/ca.crt'
set interfaces openvpn vtun0 tls cert-file '/config/auth/openvpn/central.crt'
set interfaces openvpn vtun0 tls dh-file '/config/auth/openvpn/dh.pem'
set interfaces openvpn vtun0 tls key-file '/config/auth/openvpn/central.key'
set interfaces openvpn vtun0 use-lzo-compression

After rebooting, the OpenVPN configuration is saved:

Feb 9 2022, 3:32 PM · VyOS 1.3 Equuleus (1.3.0)

Dec 29 2021

RyVolodya added a comment to T4111: IPSec generates wrong configuration colons for IPv6 peers.

Test version:
VyOS 1.4-rolling-202112290317
Result:

Dec 29 2021, 3:56 PM · VyOS 1.4 Sagitta

Dec 28 2021

RyVolodya updated subscribers of T4113: Incorrect GRUB configuration parsing.
Dec 28 2021, 8:22 PM · VyOS 1.3 Equuleus (1.3.4), VyOS 1.4 Sagitta
RyVolodya updated subscribers of T4113: Incorrect GRUB configuration parsing.
Dec 28 2021, 8:21 PM · VyOS 1.3 Equuleus (1.3.4), VyOS 1.4 Sagitta
RyVolodya created T4113: Incorrect GRUB configuration parsing.
Dec 28 2021, 7:14 PM · VyOS 1.3 Equuleus (1.3.4), VyOS 1.4 Sagitta
RyVolodya closed T4112: Incorrect GRUB configuration parsing as Invalid.
Dec 28 2021, 7:12 PM · VyOS 1.4 Sagitta, VyOS 1.3 Equuleus (1.3.0)
RyVolodya created T4112: Incorrect GRUB configuration parsing.
Dec 28 2021, 7:09 PM · VyOS 1.4 Sagitta, VyOS 1.3 Equuleus (1.3.0)

Nov 12 2021

RyVolodya created T3987: An error occurs after stopping snmpd in frr.
Nov 12 2021, 10:38 PM · VyOS 1.3 Equuleus (1.3.6)

Oct 23 2021

RyVolodya added a comment to T3934: Openconnect VPN broken: ocserv-worker general protection fault on client connect.

The client (IP: 192.168.122.78) doesn't connect to VyOS via OpenConnect VPN.
Tested on version: VyOS 1.3.0-epa2

Oct 23 2021, 1:16 PM · VyOS 1.3 Equuleus (1.3.0)
RyVolodya created T3933: The firewall does not filter incoming traffic on the interface with vrf..
Oct 23 2021, 6:17 AM · VyOS 1.4 Sagitta (1.4.0-epa1), Restricted Project, VyOS 1.3 Equuleus (1.3.7)
RyVolodya closed T3930: The firewall does not filter incoming traffic on the interface with vrf. as Invalid.
Oct 23 2021, 6:17 AM · VyOS 1.4 Sagitta, VyOS 1.3 Equuleus (1.3.0-epa2)

Oct 22 2021

RyVolodya updated the task description for T3930: The firewall does not filter incoming traffic on the interface with vrf..
Oct 22 2021, 2:33 PM · VyOS 1.4 Sagitta, VyOS 1.3 Equuleus (1.3.0-epa2)
RyVolodya created T3930: The firewall does not filter incoming traffic on the interface with vrf..
Oct 22 2021, 2:10 PM · VyOS 1.4 Sagitta, VyOS 1.3 Equuleus (1.3.0-epa2)

Oct 19 2021

RyVolodya added a comment to T3494: DHCPv6 leases traceback when PD using.

Checked DHCPv6 server on version: VyOS 1.3.0-epa2

vyos@vyos# run show dhcpv6 server leases
Traceback (most recent call last):
  File "/usr/libexec/vyos/op_mode/show_dhcpv6.py", line 209, in <module>
    leases = get_leases(conf, lease_file, args.state, args.pool, args.sort)
  File "/usr/libexec/vyos/op_mode/show_dhcpv6.py", line 142, in get_leases
    leases = sorted(leases, key = lambda k: int(ip_address(k['ip'])))
  File "/usr/libexec/vyos/op_mode/show_dhcpv6.py", line 142, in <lambda>
    leases = sorted(leases, key = lambda k: int(ip_address(k['ip'])))
  File "/usr/lib/python3.7/ipaddress.py", line 54, in ip_address
    address)
ValueError: '2001:cafe:fefe:ffff::/64' does not appear to be an IPv4 or IPv6 address
[edit]
Oct 19 2021, 8:03 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta

Oct 16 2021

RyVolodya added a comment to T3771: DHCPv6 server prefix delegation - dynamically add route to delegated prefix via requesting router.

The router does not automatically configure the prefix route that the client received. If you use the client's link-local address for the prefix route then everything works. The client also uses the dhcpv6-server link-local address for the default route.

Oct 16 2021, 12:22 PM · VyOS 1.5 Circinus

Sep 9 2021

RyVolodya created T3816: Error after entering outbound-interface command in NAT.
Sep 9 2021, 11:48 AM · VyOS 1.3 Equuleus (1.3.0-epa1)

Jul 8 2021

RyVolodya added a comment to T3494: DHCPv6 leases traceback when PD using.

Please backport this to 1.3. Thanks.

Jul 8 2021, 11:40 AM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta

Jun 3 2021

RyVolodya added a comment to T3593: PPPoE server called-sid format does not work.

This bag is present in VyOS version 1.3-beta-202105271929

Jun 3 2021, 12:34 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta