- CheckMates
- :
- Products
- :
- Quantum
- :
- Management
- :
- How to find SMS IP address on gateway
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Are you a member of CheckMates?
×- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
How to find SMS IP address on gateway
Hi all,
I got Cloudguard vm which is not connected to SMS.
Is there a way to find an IP address of SMS server on a gateway from which policy was fetched?
Tried to look for that in:
- $CPDIR/log/cpd.elg
- $FWDIR/log/fwd.elg
but without a luck.
Any advice appreciated.
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thats it, what @CheckPointerXL sent. Here is example in my Azure lab.
Andy
[Expert@cpazurecluster1:0]# grep ICAip $CPDIR/registry/HKLM_registry.data
:ICAip (20.220.86.199)
[Expert@cpazurecluster1:0]#
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
grep ICAip $CPDIR/registry/HKLM_registry.data
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thats it, what @CheckPointerXL sent. Here is example in my Azure lab.
Andy
[Expert@cpazurecluster1:0]# grep ICAip $CPDIR/registry/HKLM_registry.data
:ICAip (20.220.86.199)
[Expert@cpazurecluster1:0]#
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi the_rock,
could that be version depended?
on R80_40 I am not getting any information:
[Expert]# grep ICAip $CPDIR/registry/HKLM_registry.data
[Expert]#
However I see that policy was installed few days ago.
[Expert]# fw stat
HOST POLICY DATE
localhost Standard 6Mar2024 9:00:26 : [>eth0] [<eth0]
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
It should work even in R80.40, make sure you run that command on the fw, NOT management server
Example from my cluster lab.
Andy
[Expert@CP-FW-02:0]# grep ICAip $CPDIR/registry/HKLM_registry.data
:ICAip (172.16.10.252)
[Expert@CP-FW-02:0]#
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You are right it is management server.
[Expert@]# cpprod_util FwIsStandAlone
1
Thanks for help
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Keep in mind, that command will ALWAYS show 0 if device is configured either as mgmt server OR the firewall only. It shows 1 when its standalone (fw + mgmt in one)
Best,
Andy
