How to enable netfilter module for OpenVZ container in SolusVM?

Have more questions? Submit a request

Applicable to:

  • SolusVM

Question

How to enable netfilter module for OpenVZ container in SolusVM?

Answer

It is not possible through SolusVM interface, however, it can be done directly on OpenVZ node:

  1. Connect to SolusVM OpenVZ node via SSH

  2. Stop the required container:

    # vzctl stop VMID

    VMID of a container can be found in SolusVM > Virtual Servers > VMID column:

    Example of VMID

    VMIDRIGHT.PNG

  3. Enable netfilter:

    # vzctl set VMID --netfilter full --save

  4. Start the container:

    # vzctl start VMID

Articles in this section

Was this article helpful?
0 out of 0 found this helpful
Share

Comments

0 comments

Please sign in to leave a comment.