Hello,
We have Checkpoint network security gateways deployed in AWS using GWLB deployment (R80.40).
I noticed that firewall rules which are using domain objects are not consistent. For example if I allow access to google.com, server resolves to 142.250.186.46.
Then I verify on each gateway:
GW1:
domains_tool -ip 142.250.186.46
---------------------------------------------------------------------------------------------------
| Given IP address: 142.250.186.46 |
---------------------------------------------------------------------------------------------------
| Domain name | FQDN |
---------------------------------------------------------------------------------------------------
| google.com | yes |
---------------------------------------------------------------------------------------------------
Total of 1 domains found
GW2:
domains_tool -ip 142.250.186.46
No information about the IP address
GW3:
domains_tool -ip 142.250.186.46
No information about the IP address
All of the gateways are in the same region and point to the same DNS server.
How can I make sure each GW maintain accurate collection of IPs?