diff --git a/oamapps/postConfigure/postConfigure.cpp b/oamapps/postConfigure/postConfigure.cpp index 918cad4b3..abb5aa270 100644 --- a/oamapps/postConfigure/postConfigure.cpp +++ b/oamapps/postConfigure/postConfigure.cpp @@ -1867,7 +1867,7 @@ int main(int argc, char *argv[]) callFree(pcommand); } - if (newModuleIPAddr == "127.0.0.1" || newModuleIPAddr == "0.0.0.0") { + if (newModuleIPAddr == "127.0.0.1" || newModuleIPAddr == "0.0.0.0" || || newModuleIPAddr == "128.0.0.1") { cout << endl << newModuleIPAddr + " is an Invalid IP Address for a multi-server system, please re-enter" << endl << endl; newModuleIPAddr = "unassigned"; if ( noPrompting )