Check Point firewalls (Gaia OS) provide a powerful CLI for managing, configuring, and troubleshooting. Below are the most important commands categorized by function.
🔹 1. Basic System Commands
✅ Check Gaia OS Version & System Info
✅ Check Network Interfaces & Routes
✅ Reboot & Shutdown
🔹 2. Firewall & Security Gateway Commands
✅ Check Firewall Status
✅ Verify Active Connections
✅ Check Installed Policies
✅ View Dropped Packets (Troubleshooting)
🔹 3. Stateful Inspection & Connection Table Commands
✅ View Active Connections
✅ Flush Connections Table (Clears Active Sessions)
✅ Check SecureXL Status (Acceleration Technology)
✅ Disable SecureXL (For Debugging Only)
🔹 4. NAT (Network Address Translation) Commands
✅ View NAT Rules Applied on Firewall
✅ Check Active NAT Translations
✅ Clear NAT Table (Flushing NAT Entries)
🔹 5. VPN & ClusterXL (High Availability) Commands
✅ Check VPN Tunnel Status
✅ Restart VPN Services
✅ Check ClusterXL Status
✅ Force Failover to Another Cluster Member
🔹 6. Logs & Monitoring Commands
✅ View Security Logs
✅ Check CPU & Memory Usage
✅ View Disk Space Usage
✅ Monitor Traffic in Real-Time
✅ Monitor High CPU Usage
🔹 7. Restart & Debugging Services
✅ Restart Check Point Services
✅ Restart Individual Services
✅ Check if All Services are Running
🎯 Summary: Most Useful Commands
Function | Command |
---|---|
Check firewall status | fw stat |
View active connections | fw tab -t connections -s |
Check logs | fw log -f |
Restart firewall | service fw restart |
View dropped packets | fw ctl zdebug drop |
View NAT table | fw tab -t fwx_alloc -s |
Monitor traffic | tcpdump -i eth0 port 443 |
Restart VPN | vpn kill vpn |
Check cluster status | cphaprob stat |
Restart all Check Point services | cpstop && cpstart |