--- trunk/vz-create.pl 2009/02/02 11:09:13 57 +++ trunk/vz-create.pl 2009/02/02 12:35:22 58 @@ -75,6 +75,11 @@ my $ve_id = sprintf('%d%03d', $ip_split[2], $ip_split[3]); +if ( $ve_id < 101 ) { + $ve_id += 100; + warn "# VEID moved to $ve_id because 0 .. 100 are reserved\n"; +} + print "VEID: $ve_id hostname: $hostname ip: $ip\n"; warn ">> creating directories\n";