Unprivileged LXC xt_recent

stickybit

New Member
Dec 10, 2021
6
0
1
48
Hi guys,

take the first steps with Proxmox. I want to use iptables in an unprivileged LXC. Everything works wonderfully except for xt_recent.

After the command

Bash:
iptables INPUT -m recent --name WHITELIST --rcheck -j ACCEPT

the "file" /proc/net/xt_recent/WHITELIST is created, but cannot be written to:

Bash:
# echo +XX.XX.XX.XX > /proc/net/xt_recent/WHITELIST
bash: /proc/net/xt_recent/WHITELIST: Permission denied

Does anyone have an idea where I can still shoot something? It's definitely a small thing...

Thanks!

Andre