Follow @nielsk on Micro.blog.
I am failing at nftables. A simple rule doesn’t want to work
tcp dport { 22, 80, 443 } accept
works but
ip saddr $monitoringip tcp dport 6556 accept
doesn’t. I have no idea why and don’t know how to debug 😞