The following abstracts summarize IT related specifications around HOME. You may refer to them when it comes to preparing your network for operating HOME.
Services and Default Ports
The port numbers below normally will not require any changes, however, there are situations where the port numbers below are already in use for example if you are running your own dhcp server.
Note: The ports for etcd can only be set once - during the initial installation. If the ports for etcd require changing then a manual procedure must be followed.
List of Default Ports
HOME V2.0 OR HIGHER
# Internal Ports - etcd
# NOTE: CHANGES TO ETCD PORTS BELOW ONLY AFFECT THE FIRST/INITAL INSTALLATION
# POST INSTALLATION CHANGES TO PORTS REQUIRE MANUAL INTERVENTION
node_one_etcd_client_port: 1379
node_two_etcd_client_port: 2379
node_three_etcd_client_port: 3379
node_one_etcd_peer_port: 1380
node_two_etcd_peer_port: 2380
node_three_etcd_peer_port: 3380
# External Ports - Debug CLIs
configservice_debug_port: 9040
dhcp_debug_port: 9042
disco_debug_port: 9043
guardian_debug_port: 9092
hdcore_ravenna_proxy_debug_port: 9050
lcu_ember_client_debug_port: 9052
mike_debug_port: 9051
nova_router_proxy_debug_port: 9049
powercoreproxy_debug_port: 9048
prelude_debug_port: 9094
radius_debug_port: 9041
sentinel_debug_port: 9098
splice_debug_port: 9090
switchservice_debug_port: 9044
thirdpartyproxy_debug_port: 9047
nmos_import_debug_port: 9045
nmos_export_debug_port: 9054
umpire_debug_port: 9046
aegis_debug_port: 9053
qsc_debug_port: 9055
# External Ports - Home Provided Services
node_one_nats_port: 4222
node_two_nats_port: 4222
node_three_nats_port: 4222
home_ui_port: 5000
bifrost_port: 5100
dns_server_port: 53
dhcp_server_port: 67
radius_auth_port: 1812
radius_acct_port: 1813
portainer_api_port: 8000
portainer_ui_port: 9200
prometheus_port: 9100
stash_port: 8085
nmos_export_startrange: 45000
Concurring Applications