Page MenuHomeVyOS Platform

nvollmar (Nicolas Vollmar)
User

Projects

User does not belong to any projects.

User Details

User Since
Apr 17 2024, 11:00 AM (4 w, 3 d)

Recent Activity

Yesterday

nvollmar created T6358: Container config option to enable host pid.
Fri, May 17, 8:24 AM · VyOS 1.4 Sagitta (1.4.0), VyOS 1.5 Circinus

Thu, May 16

nvollmar added a comment to T4519: DHCPv6: "set show dhcpv6 server leases" should show DUID instead of IAID_DUID.

IMO it would make sense to show the DUID since that has to be passed for static mappings and is also configured on the client side

Thu, May 16, 5:53 AM · VyOS 1.4 Sagitta (1.4.0-GA)

Mon, May 6

nvollmar added a comment to T6304: Rewrite commit-archive to more structured CLI format.

Ok, that makes sense. Still need to place the tag.

Mon, May 6, 7:07 AM · VyOS 1.5 Circinus

Sat, May 4

nvollmar added a comment to T6304: Rewrite commit-archive to more structured CLI format.

The format I started playing with looks like this:

set system config-management commit-archive 1 username 'xxx'
set system config-management commit-archive 1 password 'xxx'
set system config-management commit-archive 1 scheme 'scp'
set system config-management commit-archive 1 location '192.0.2.1/backup'
Sat, May 4, 8:29 PM · VyOS 1.5 Circinus
nvollmar added a comment to T6304: Rewrite commit-archive to more structured CLI format.

I already looked a bit into it. What complicates it is the old location is a multi and one can add a list of locations.

Sat, May 4, 11:28 AM · VyOS 1.5 Circinus

Wed, May 1

nvollmar added a comment to T2468: Passwords with special characters fail in commit-archive.

Thanks for the hints, that makes sense. Let's see how that can be implemented :)

Wed, May 1, 9:26 AM · VyOS 1.4 Sagitta (1.4.0-GA), VyOS 1.5 Circinus
nvollmar added a comment to T2468: Passwords with special characters fail in commit-archive.

Proposal:

set system config-management commit-archive uri "stor01z-cs.int.trae32566.org/cr01b-vyos"
set system config-management commit-archive scheme "sftp"
set system config-management commit-archive username "cr01b"
set system config-management commit-archive password "$T3$TP@$$W0^%"
Wed, May 1, 8:15 AM · VyOS 1.4 Sagitta (1.4.0-GA), VyOS 1.5 Circinus
nvollmar added a comment to T2468: Passwords with special characters fail in commit-archive.

We could improve it by breaking up configuration, having the user providing a URI, Protocol and optional username/password as separate values.
Then we can properly encode username/password. This would also give more flexibility how username/password are handled and passed on.

Wed, May 1, 8:06 AM · VyOS 1.4 Sagitta (1.4.0-GA), VyOS 1.5 Circinus
nvollmar added a comment to T2468: Passwords with special characters fail in commit-archive.

In both cases it is kind of an user error, the password would have to be properly url encoded if provided in one (@ should be %40 in an URI, a ! should be %21).

Wed, May 1, 8:04 AM · VyOS 1.4 Sagitta (1.4.0-GA), VyOS 1.5 Circinus

Apr 17 2024

nvollmar created T6246: Add support for server health checks to reverse proxy.
Apr 17 2024, 11:51 AM · VyOS 1.4 Sagitta (1.4.0-epa3)