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.
B. Edit the relevant table.def on the Management Server and add the line
no_hide_services_ports = { }; and then push policy.
sk31832
Where
PORT should be known beforehand
PROTOCOL is defined by The Internet Assigned Numbers Authority (IANA) (e.g., TCP = 6 , UDP = 17)
Examples:
If NTP traffic (Port 123 , Protocol # 17 (UDP)) should be sent using member’s physical IP address, then the following syntax should be used
no_hide_services_ports = { };