User Details
- User Since
- May 4 2021, 12:41 PM (185 w, 4 d)
Mar 4 2023
Feb 13 2023
Everything works on version 1.4
Dec 27 2022
I reproduced this configuration. Version VyOS 1.4-rolling-202212270317 - BFD works fine.
Sep 30 2022
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 28 2022
Aug 25 2022
Aug 20 2022
Aug 19 2022
Aug 7 2022
Hello, This functionality for nat66 is described here:
https://phabricator.vyos.net/T4586
Aug 2 2022
Jul 19 2022
May 30 2022
Apr 15 2022
Feb 9 2022
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:
Dec 29 2021
Test version:
VyOS 1.4-rolling-202112290317
Result:
Dec 28 2021
Nov 12 2021
Oct 23 2021
The client (IP: 192.168.122.78) doesn't connect to VyOS via OpenConnect VPN.
Tested on version: VyOS 1.3.0-epa2
Oct 22 2021
Oct 19 2021
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 16 2021
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 5 2021
Sep 9 2021
Jul 8 2021
Please backport this to 1.3. Thanks.
Jun 3 2021
This bag is present in VyOS version 1.3-beta-202105271929