--- trunk/vz-clone.pl 2007/10/04 13:12:08 21 +++ trunk/vz-clone.pl 2007/10/04 13:19:26 22 @@ -94,4 +94,4 @@ print $n $_; } -print "\nPlease review config file: $conf/$CVEID.conf\nStart clone of $VEID with: vzctl start $CVEID\n" +print "\nPlease review config file: $conf/$CVEID.conf\nAdd NAT for new VE with: iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE\nStart clone of $VEID with: vzctl start $CVEID\n"