Использование UFW на VPS на основе OpenVZ
У меня проблема с настройкой UFW на Ubuntu 12.04, работающей на VPS на основе OpenVZ. Я знаю, что есть ограничения для UFW. Я погуглил кучу статей, как решить проблему (например: http://blog.bodhizazen.net/linux/how-to-use-ufw-in-openvz-templates/).
But if I'm trying to apply those approaches I'm stuck that
ufw-init force-reload
just skips:
# ufw enable
Command may disrupt existing ssh connections. Proceed with operation (y|n)? y
ERROR: problem running ufw-init
# /lib/ufw/ufw-init force-reload
Skipping (not enabled)
I cannot figure out whether it's possible to use ufw? If not, should I be dealing with iptables?