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:
-
Connect to SolusVM OpenVZ node via SSH
-
Stop the required container:
# vzctl stop VMID
VMID of a container can be found in SolusVM > Virtual Servers > VMID column:
Example of VMID -
Enable netfilter:
# vzctl set VMID --netfilter full --save
-
Start the container:
# vzctl start VMID
Comments
0 comments
Please sign in to leave a comment.