Service Point v3 port requirements:
Source IP | Destination IP | Source Port | Destination Port | Protocol | Description |
---|---|---|---|---|---|
<Service Point IP> | <Namespace forwarder IP> | Ephemeral | 53 | UDP + TCP | Outbound DNS queries |
<Client IP> | <Service Point> | Ephemeral | 53 | UDP + TCP | Inbound DNS queries |
<Monitoring System IP> | <Service Point IP> | 80 | Ephemeral | TCP | Diagnostics endpoint |
<Monitoring System IP> | <Service Point IP> | ICMP | Pings | ||
<DHCP Server IP> | <Service Point IP> | 67 | Ephemeral | UDP | Used for DHCP configuration of service points. |
<Service Point IP> | <DHCP Server IP> | 68 | Ephemeral | UDP | Used for DHCP configuration of Service Points. |
<Service Point IP> | <NTP Server IP> | 123 | Ephemeral | UDP | NTP synchronization. By default this will reach out to
coreos.pool.ntp.org unless provided with other
values using DHCP. |
<Service Point IP> | <Cloud Instance IP> | 443 | Ephemeral | TCP |
|
<Admin Device IP> | <Service Point IP> | 443 | Ephemeral | TCP | Used with the Anycast configuration command line utility. |
<Client IP> | <Service Point IP> | 22 | Ephemeral | TCP | Optional. Required for SSH for AWS and Azure service points. |
Service Point v4 port requirements:
Source IP | Destination IP | Source Port | Destination Port | Protocol | Description |
---|---|---|---|---|---|
<Client IP> | <Service Point IP> | 22 | Ephemeral | TCP | Required for SSH access. |
<Service Point IP> | <Namespace forwarder IP> | Ephemeral | 53 | UDP + TCP | Outbound DNS queries |
<Client IP> | <Service Point> | Ephemeral | 53 | UDP + TCP | Inbound DNS queries |
<Service Point IP> | <NTP Server IP> | 123 | Ephemeral | UDP | NTP synchronization. By default this will reach out to the
following Debian NTP servers unless configured on the service
point:
|
<Service Point IP> | <Cloud Instance IP> | 443 | Ephemeral | TCP |
|
<Monitoring System IP> | <Service Point IP> | 2021 | Ephemeral | TCP | Diagnostics endpoint |
<Monitoring System IP> | <Service Point IP> | 8083 | Ephemeral | TCP | Service Point v4 telemetry APIs |
<Monitoring System IP> | <Service Point IP> | ICMP | Pings |