PR for 1.3 https://github.com/vyos/vyos-1x/pull/1039
- Feed Queries
- All Stories
- Search
- Feed Search
- Transactions
- Transaction Logs
Oct 22 2021
To reproduce:
[edit vpn sstp]
vyos@r4-epa1# compare
[edit vpn sstp]
+authentication {
+ local-users {
+ username foo {
+ password bar
+ }
+ }
+ mode local
+}
+client-ipv6-pool {
+ prefix 2001:db8::/48 {
+ }
+}
+gateway-address 192.168.122.14
+ssl {
+ ca-cert-file /config/user-data/sstp/ca.crt
+ cert-file /config/user-data/sstp/server.crt
+ key-file /config/user-data/sstp/server.key
+}
[edit vpn sstp]
vyos@r4-epa1# commit
[ vpn ]
Note: the IPsec process will not start until you configure some tunnels, profiles, or L2TP/IPsec settingsIt uses PKI.
Oct 21 2021
Smoketest can't read configuration file /run/ddclient/ddclient.conf
https://github.com/vyos/vyos-1x/blob/1d89e5196611f06bc1d0f925fc2ac1cb4a5536ec/src/conf_mode/dynamic_dns.py#L134-L135
May be an upstream bug, possible fixed in https://github.com/acassen/keepalived/commit/2f1024d382783742df0e5c3dd705596f958b77b5
and https://github.com/acassen/keepalived/commit/5681838ac21de25b935632c5ec41569f79b48c19
Oct 20 2021
Well.. Actually when only one dhcp-server shared network is defined, service can be disbable with global disable for dhcp-server
So, in a very very simple config like this, user is not able to enable and disable dhcp-server with just a simple command?
To disable shared-network at least one shared network should be working. The second can be disabled without issues.
Error still present in 1.3.0-epa2 version:
Oct 19 2021
An interesting thing that I get the error with that configuration:
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]In T1513#108669, @c-po wrote:Hi @SIN3R6Y,
any idea about an alternative CLI? This is beta functionality in VyOS 1.4 and we can change it arround
any idea about an alternative CLI? This is beta functionality in VyOS 1.4 and we can change it arround
As an option it is possible this workaround:
Install tshark and use this script https://george.mibloving.net/nivex/d6rm/raw/commit/701d49cce3a308aed0c3d89d47be7601178ea4c4/d6rm.py
Oct 18 2021
rVYOSONEX47261d051759: bgp: evpn: T1513: VNI rt and rd are only supported under EVPN VRF.
Other test.
In same lab, pool for LAN subnet was modified:
More tests where done on version 1.3.0-epa1.
First, dhcp_server.py was modified as indicated.
@mickvav You can use ". Can you re-check it?
Tested on node VyOS 1.4-rolling-202110130217