@Viacheslav confirmed working.
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
All Stories
Apr 13 2023
@Viacheslav Confirmed fixed, thank you.
Apr 12 2023
I've created the PR https://github.com/vyos/vyos-documentation/pull/987 as a temporary explanation for users on how to preserve CloudWatch Agent configuration in a semi-automated way, using the SSM Parameter Store.
The firewall for ocserv is handled by https://gitlab.com/openconnect/ocserv/-/blob/master/src/ocserv-fw and uses iptables by default
Supporting (draft) PR and minor fixes linked in PR:
https://github.com/vyos/vyos-1x/pull/1768
@Harliff Could you re-check?
PR for 1.3 https://github.com/vyos/vyos-1x/pull/1954
In T5153#146789, @Viacheslav wrote:Could you send sudo nft list ruleset ?
Apr 11 2023
PR for 1.3 https://github.com/vyos/vyos-1x/pull/1952
PR for 1.4 fix https://github.com/vyos/vyos-1x/pull/1953
For 1.4 rate-limit in the wrong place
set vpn pptp remote-access authentication rate-limit
Expected in the radius section:
set vpn pptp remote-access authentication radius rate-limit
Yes, I forgot to add this task. I'll make the PR
@n.fort Could you add PR for 1.3?
@fernando Could you add PR for 1.3?
Could you send sudo nft list ruleset ?
In T4891#139693, @RyVolodya wrote:I reproduced this configuration. Version VyOS 1.4-rolling-202212270317 - BFD works fine.
Configuration:
set interfaces ethernet eth0 address '10.221.3.18/30' set interfaces ethernet eth0 mtu '9000' set interfaces ethernet eth0 offload gro set interfaces ethernet eth0 offload gso set interfaces ethernet eth0 offload sg set interfaces ethernet eth0 offload tsoBFD peer status:
BFD Peers: peer 10.221.3.17 vrf default ID: 2428685750 Remote ID: 2382320760 Active mode Status: up Uptime: 30 minute(s), 19 second(s) Diagnostics: ok Remote diagnostics: ok Peer Type: configured RTT min/avg/max: 0/0/0 usec Local timers: Detect-multiplier: 5 Receive interval: 100ms Transmission interval: 100ms Echo receive interval: 50ms Echo transmission interval: disabled Remote timers: Detect-multiplier: 5 Receive interval: 100ms Transmission interval: 100ms Echo receive interval: 50ms [edit]Try upgrading the VyOS to the latest version.
Apr 10 2023
Fixed in T5047
Notice. Initially this task was about monitoring scripts but they were deprecated. Then aws-cloudwatch-agent emerged.
aws-cloudwatch-agent was successfully added to vyos-build:equuleus. But cloudwatch configuration preservation between image updates is not.
This task was closed mistakenly prematurely thus should be reopen.
I found the issue. This was caused by bumping the debian packaging scripts from debian/2%2.10-10 to debian/2%2.10-12, which includes https://salsa.debian.org/debian/wpa/-/commit/d204ceb5a2dc33db888eb55b5fee542a1005e69c. This is not compatible with vyos because vyos uses a config path in /run.
Thanks, I ran the ethernet smoke tests, but not the wireless ones. I'll investigate right away.
So we can close it. Thank you for contributing.
kk, will try to remember to setup a box for that; Usually rolling my own images. ;-)
Just waiting for a new rolling image and checking that those commands are present for CLI :)
If all goods we can close it
What is meant with testing? Writing the unit tests? Or seeing whether it actually works? If it is the latter, this is in prod on my boxes for roughly a month ;-)
Targets and logs will be fixed in the next rolling release
My fault, the double quotes were mis-removed in the PR when cleaning code.
Smoketest PR https://github.com/vyos/vyos-1x/pull/1947