Index: drbl-virt/sbin/functions_drbl_virt
===================================================================
--- drbl-virt/sbin/functions_drbl_virt	(revision 204)
+++ drbl-virt/sbin/functions_drbl_virt	(revision 205)
@@ -197,4 +197,6 @@
 VM_first_IP=$(echo $Host_last_IP | cut -d "." -f 1-3)
 VM_first_IP="${VM_first_IP}.${Host_last_IP_4}"
+drbl_original_clients_nu=$(sed -n '/total_client_no/p' /etc/drbl/drblpush.conf | sed 's/total_client_no=//')
+
 
 echo "The VM IP Range will start from -> [$VM_first_IP]"
@@ -204,4 +206,6 @@
     echo ""
     echo "Input VM number/IP range for $eth (ex. 40)."
+    echo "default is the same numbers of drbl clients"
+    
 
     jude_2="no"
@@ -209,5 +213,6 @@
     do
         jude_2="yes"
-        read -p "(If you have 10 PCs(4-core), suggestion is 30): " VM_IP_range
+        echo "(If you have 10 PCs(4-core), suggestion is 30): "
+        read -p "[$drbl_original_clients_nu] " VM_IP_range
         if [ $((${VM_IP_range}+${Host_last_IP_4})) -ge 254 ]; then
             echo "range can't greater than 254"
