portlist.h 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137
  1. /*##############################################################################
  2. HPCC SYSTEMS software Copyright (C) 2012 HPCC Systems®.
  3. Licensed under the Apache License, Version 2.0 (the "License");
  4. you may not use this file except in compliance with the License.
  5. You may obtain a copy of the License at
  6. http://www.apache.org/licenses/LICENSE-2.0
  7. Unless required by applicable law or agreed to in writing, software
  8. distributed under the License is distributed on an "AS IS" BASIS,
  9. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  10. See the License for the specific language governing permissions and
  11. limitations under the License.
  12. ############################################################################## */
  13. #ifndef PORTLIST_H
  14. #define PORTLIST_H
  15. // Main LN HPCC default port list
  16. // ==============================
  17. #define SNMP_PORT 161 // standard port for SNMP
  18. #define SNMP_TRAP_PORT 162 // standard port for SNMP traps
  19. #define LDAP_PORT 389
  20. #define SECURE_LDAP_PORT 636
  21. #define PROTOCOLX_DEFAULT_PORT 2001
  22. #define HOAGENT_PORT 5050
  23. #define HOLE_PORT 5051
  24. #define HOLE_CLIENT_PORT 5052
  25. #define SERVER_PORT 5055
  26. #define WATCHDOG_PORT 5056
  27. #define MONITOR_PORT 5057
  28. #define GEvent_PORT 5058
  29. #define HOLE_SOCKET_PORT 5059
  30. #define FSPLIT_PORT 5080
  31. #define BSPAWN_PORT 5081
  32. #define COLLATE_PORT 5100 //..5099
  33. #define PROCESS_PORT 5140 //..5139
  34. #define LAST_HOLE_PORT 5180
  35. #define SLAVE_CONNECT_PORT 6400 //..6439 [ uses numSlaveKinds * NUM_SLAVE_CONNECT_PORT ]
  36. #define NUM_SLAVE_CONNECT_PORT 20 // 20 for dfu, 20 for dkc
  37. #define WUJOBQ_BASE_PORT 6700 // ..6999 // overlapped with Thor slaves
  38. #define WUJOBQ_PORT_NUM 300
  39. #define DALI_SERVER_PORT 7070
  40. #define DATA_TRANSFER_PORT 7080
  41. #define DAFILESRV_PORT 7100 // aka daliservix
  42. #define MP_START_PORT 7101 // Default range for MP ports
  43. #define MP_END_PORT 7500
  44. #define SECURE_DAFILESRV_PORT 7600 // aka daliservix
  45. //ESP SERVICES
  46. //INSECURE
  47. #define WS_ECL_DEFAULT_PORT 8002
  48. #define ECL_DIRECT_DEFAULT_PORT 8008
  49. #define ECL_WATCH_DEFAULT_PORT 8010
  50. #define WS_ACCOUNT_DEFAULT_PORT 8010
  51. #define WS_SSN_DEFAULT_PORT 8020
  52. #define WS_THING_FINDER_DEFAULT_PORT 8030
  53. #define WS_SNA_DEFAULT_PORT 8045
  54. #define WS_AUTO_UPDATE_DEFAULT_PORT 8045
  55. #define WS_FCIC_QUERY_DEFAULT_PORT 8046
  56. #define WS_FCIC_REPORT_DEFAULT_PORT 8047
  57. #define WS_ROXIE_CONFIG_DEFAULT_PORT 8050
  58. #define WS_RISKVIEW_DEFAULT_PORT 8055
  59. #define WS_FCIC_ECLQUERY_DEFAULT_PORT 8065
  60. #define WS_ACCURINT_AUTH_DEFAULT_PORT 8066
  61. #define WS_ZIP_RESOLVER_DEFAULT_PORT 8075
  62. #define WS_DATA_ACCESS_DEFAULT_PORT 8080
  63. #define WS_JABBER_DEFAULT_PORT 8080
  64. #define WS_REF_TRACKER_DEFAULT_PORT 8080
  65. #define WS_ATTRIBUTES_DEFAULT_PORT 8145
  66. #define WS_LOGGING_DEFAULT_PORT 8146
  67. #define WS_ITS_DEFAULT_PORT 8888
  68. #define WS_FACTS_DEFAULT_PORT 8999
  69. #define WS_MOXIE_DEFAULT_PORT 8999
  70. #define WS_DISTRIX_DEFAULT_PORT 8999
  71. #define DEFAULT_SASHA_PORT 8877
  72. #define CCD_MULTICAST_PORT 8887
  73. #define CCD_SERVER_FLOW_PORT 9000
  74. #define CCD_DATA_PORT 9001
  75. #define CCD_CLIENT_FLOW_PORT 9002
  76. #define CCD_SNIFFER_PORT 9003
  77. #define ROXIE_SERVER_PORT 9876
  78. #define ROXIE_SSL_SERVER_PORT 19876
  79. #define HTHOR_DEBUG_BASE_PORT 17000
  80. #define HTHOR_DEBUG_PORT_RANGE 10
  81. //ESP SERVICES
  82. //SECURE
  83. #define WS_ECL_SECURE_PORT 18002
  84. #define ECL_DIRECT_SECURE_PORT 18008
  85. #define ECL_WATCH_SECURE_PORT 18010
  86. #define WS_ACCOUNT_SECURE_PORT 18010
  87. #define WS_SSN_SECURE_PORT 18020
  88. #define WS_THING_FINDER_SECURE_PORT 18030
  89. #define WS_SNA_SECURE_PORT 18045
  90. #define WS_AUTO_UPDATE_SECURE_PORT 18045
  91. #define WS_FCIC_QUERY_SECURE_PORT 18046
  92. #define WS_FCIC_REPORT_SECURE_PORT 18047
  93. #define WS_FCIC_ECLQUERY_SECURE_PORT 18065
  94. #define WS_ACCURINT_AUTH_SECURE_PORT 18066
  95. #define WS_ZIP_RESOLVER_SECURE_PORT 18075
  96. #define WS_DATA_ACCESS_SECURE_PORT 18080
  97. #define WS_JABBER_SECURE_PORT 18080
  98. #define WS_REF_TRACKER_SECURE_PORT 18080
  99. #define WS_ATTRIBUTES_SECURE_PORT 18145
  100. #define WS_IAS_SECURE_PORT 18299
  101. #define WS_ITS_SECURE_PORT 18888
  102. #define WS_FACTS_SECURE_PORT 18999
  103. #define WS_MOXIE_SECURE_PORT 18999
  104. #define WS_DISTRIX_SECURE_PORT 18999
  105. #define THOR_BASE_PORT 20000 //..~20099
  106. #define THOR_BASESLAVE_PORT 20100 //..~20199
  107. /* ESP PLUG-IN SERVICES */
  108. //Insecure
  109. #define WS_SQL_DEFAULT_PORT 8510
  110. //Secure
  111. #define WS_SQL_SECURE_PORT 18510
  112. #endif