[root@iadesapp0 ~]# iptables -t nat -vnL | grep 51008 [root@iadesapp0 ~]# vzctl start 1007 Starting container... Warning: configuration file for distribution OR-centos-6.4-x86_64 not found, using defaults from /etc/vz/dists/default Adding NAT rules for ports 31008,41008,51008,61008 VZ mount is iadesapp0vz7 mount: special device /data/iadesapp0vz7 does not exist Container is mounted /etc/vz/conf/vps.mount: line 36: /etc/vz/conf/vps-set-io.sh: No such file or directory Adding IP address(es): 10.57.152.45 Setting CPU units: 2000 Setting CPUs: 2 Setting CPU mask: 6-11,18-23 Container start in progress... [root@iadesapp0 ~]# iptables -t nat -vnL | grep 51008 0 0 DNAT tcp -- bond_prv.+ * 0.0.0.0/0 0.0.0.0/0 multiport dports 31008,41008,51008,61008 /* VZ 1007 */ to:10.57.152.45 [root@iadesapp0 ~]# vzctl stop 1007 Stopping container ... Container was stopped Container is unmounted Removing NAT rules for ports 31008,41008,51008,61008 [root@iadesapp0 ~]# iptables -t nat -vnL | grep 51008 [root@iadesapp0 ~]#