In order to prevent outgoing NTP traffic from being hidden behind a Cluster IP you should?
A.
Edit the relevant table.def on the gateway and add the line no_hide_services_ports = {
<123, 17> }.
B.
Edit the relevant table.def on the Management Server and add the line
no_hide_services_ports = { <123, 17> }; and then push policy.
C.
Edit the relevant table.def on the gateway and add the line no_hide_services_ports = {
<17, 123> };.
D.
Edit the relevant table.def on the Management Server and add the line
no_hide_services_ports = { <17, 123> }; and then push policy.
sk31832: no_hide_services_ports = { , …, };
(Note: pay attention to spaces and commas).
Where the PORT should be known beforehand and PROTOCOL is defined IANA (ex: TCP = 6 , UDP = 17)