Clients cannot connect with empty crl file
# vyos@r14:~$ sudo cat /run/openvpn/vtun10_crl.pem # vyos@r14:~$
Clients cannot connect with empty crl file
# vyos@r14:~$ sudo cat /run/openvpn/vtun10_crl.pem # vyos@r14:~$
Some thoughts.
LTS release package repositories are permanently closed for public access.
https://forum.vyos.io/t/lts-release-package-repositories-permanently-closed-for-public-access/
Implemented for the next 1.4.1
@a.apostoliuk recheck please and close if works as expected
Implemented in T6045
@daniil Any idea for CLI and what it should generate to strongswan.conf?
Which plugin should it use?
https://docs.strongswan.org/docs/5.9/plugins/plugins.html
eap-dynamic Plugin eap-gtc Plugin eap-radius Plugin eap-simaka-sql Plugin eap-tls Plugin
@runar btw, we have python script for the priority /usr/libexec/vyos/priority.py
I’d expect the behavior is correct now. There shouldn't be empty nodes. As some of them uses “default values” and system can see it as partly configured,
In any case the check is here https://github.com/vyos/vyos-1x/blob/ec18cc393591052fd1f021c4a62220ab2e537a2e/src/conf_mode/service_ntp.py#L68
Needs testing
PR https://github.com/vyos/vyos-1x/pull/4198
Add base64 encrypted password
$ echo -n 1234567890 | base64 MTIzNDU2Nzg5MA== $
@marco_agostani we do not have validators on the insert config step https://github.com/vyos/vyos-1x/blob/8f76c96cb4d7132b7654aa5f37e8ab49fa2e137a/interface-definitions/vpn_ipsec.xml.in#L35-L43
It is more of an interpreter issue/feature
Maybe it will be fixed after merging https://vyos.dev/T6045