Hi
Would anyone know what is the relation with Cloudguard for Azure and the MS IP 168.63.129.16?
What is IP address 168.63.129.16? | Microsoft Docs
When deploying Cloudguard in Azure from the Marketplace, routes for this IP are automatically created on the gateways so I assume Checkpoint knows about it.
Now here is the behavior that I don’t understand. If I have VM (10.11.11.11) deployed behind the Cloudguard gateway in Azure. I can, from that VM, make DNS queries using 168.63.129.16 as the DNS server but there are no rules to allow that. And I don’t see any traffic from 10.11.11.11 (blocked or allowed) to 168.63.129.16.
From the VM if I use 168.63.129.16 as the DNS server and I do a query on tsn.ca and on the gateway I run tcpdump -nni any port 53 | grep tsn, the query will work but I don’t see anything with tcpdump.
If I do the same thing but using some other DNS server, I can see the query with tcpdump.
How does the traffic gets to 168.63.129.16 if we can’t even see it. If it’s an Azure behind the scene thing what other traffic are we not seeing?
thanks
Francis