isakmpd does not tag packets

2023-12-11 Thread Sebastian John
Hello, I installed (not upgrade) OpenBSD 7.4 (amd64) on a brand new machine. I put the isakmpd.conf from the old maschine (7.3) on the new one. Also some other configurations (interfaces, pf...). All works fine but the incomming IPSec packets are not tagged anymore. [.. isakmpd.conf ..] PF-Tag=

Regex in doas.conf

2015-12-03 Thread Sebastian John
Hello, I used sudo wish some expressions in sudoer like: foo ALL=NOPASSWD: /bin/bar -a [a-zA-Z][a-zA-Z][a-zA-Z] This matches commands like „/bin/bar abc" for example. I try in doas.conf: permit nopass foo as root cmd /bin/bar args -a [a-zA-Z][a-zA-Z][a-zA-Z] but this does not work.