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
the "file" /proc/net/xt_recent/WHITELIST is created, but cannot be written to:
Does anyone have an idea where I can still shoot something? It's definitely a small thing...
Thanks!
Andre
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