# vzctl stop
* need to enabled the following iptables modules in vps node.
#modprobe ipt_REJECT
#modprobe ipt_tos
#modprobe ipt_LOG
#modprobe ip_conntrack
#modprobe ipt_limit
#modprobe ipt_multiport
#modprobe iptable_filter
#modprobe iptable_mangle
#modprobe ipt_TCPMSS
#modprobe ipt_ttl
#modprobe ipt_length
#modprobe ipt_state
#modprobe iptable_nat
#modprobe ip_nat_ftp
#modprobe ip_tables
#modprobe ipt_conntrack
#modprobe ip_conntrack_ftp
#modprobe ipt_REDIRECT
#modprobe ipt_owner
#modprobe ipt_recent
Then apply the following command
# vzctl set
Then start the container
# Vzctl start container
No comments:
Post a Comment