VMware Aria Operations for Networks 6.14 and later
To resolve this issue, perform the following tests with CURL and TCPDUMP to verify if there is access to the Datasource and active communication occurring between the Proxy(Collector) and Datasource.
Login to collector as 'supportuser' and run the following commands.
# curl -k -v <Datasource IP> <port>
# curl -k -v https://XXXXXX.app.XXXXXX.net:443
# tcpdump -i eth0 host <Target FQDN or IP> and port <Port Number>
ubutnu@vrni-proxy-release:/home/ubuntu# sudo tcpdump -i eth0 port 443 and dst XXXXXX.app.XXXXXX.net
tcpdump: verbose output suppressed, use -v or -vv for full protocol decode
listening on eth0, link-type EN10MB (Ethernet), capture size 262144 bytes
10:56:28.446965 IP XXXXXX.app.XXXXXX.net.https.51922 > XXXXXX.app.XXXXXX.net.https. Flags [S], seq 17878606, win 29200, options [mss 1460,sackOK,TS val 60766769 ecr 0,nop,wscale 7], length 0
10:56:29.443252 IP XXXXXX.app.XXXXXX.net.https.51922 > XXXXXX.app.XXXXXX.net.https.Flags [S], seq 17878606, win 29200, options [mss 1460,sackOK,TS val 60767019 ecr 0,nop,wscale 7], length 0
root@pwpdvavcc01 [ ~ ]# tcpdump -i eth0 host XXXXXXX1.app.XXXXX.net and port 443
tcpdump: verbose output suppressed, use -v or -vv for full protocol decode
listening on eth0, link-type EN10MB (Ethernet), capture size 262144 bytes
11:11:18.510627 IP XXXXXX.app.XXXXXX.net.https > XXXXXX.app.XXXXXX.net.https: Flags [S.], seq 3905769542, ack 2625188649, win 29200, options [mss 1460,nop,nop,sackOK,nop,wscale 8], length 0
11:11:24.100135 IP XXXXXX.app.XXXXXX.net.https.52206 > XXXXXX.app.XXXXXX.net. Flags [S], seq 946409336, win 29200, options [mss 1460,sackOK,TS val 60990683 ecr 0,nop,wscale 7], length 0