> Source: [sk181998](https://support.checkpoint.com/results/sk/sk181998)

# sk181998 - How to disable country flags in SmartConsole logging

| Property | Value |
|----------|-------|
| Solution ID | sk181998 |
| Date Created | 2024-02-06 |
| Last Modified | 2024-03-07 |
| Technical Level | General |
| Products | Security Management Server |
| Versions | R81.20, R81.10 (EOS), R81 (EOS) |
| OS | Gaia |

## Solution

1. Connect to the command line on the Management Server / Log Server.  

2. Log in to the Expert mode.  

3. Stop the Check Point services:On the Security Management Server / Log Server:# ***cpstop*** On the Multi-Domain Security Management Server / Multi-Domain Log Server:# ***mdsstop***
4. In an MDS environment navigate to the relevant CMA:   
   # ***mdsenv \<IP_address\>***   

5. Backup the current `ip2country.csv` file(s) in these directories then make them empty and immutable:  

   *#* ***mv -v $RTDIR/conf/ip2country.csv $RTDIR/conf/ip2country.csv_BKP***   
   *# **mv*** ***-v $INDEXERDIR/conf/ip2country.csv $INDEXERDIR/conf/ip2country.csv_BKP** # **touch $RTDIR/conf/ip2country.csv** # **touch $INDEXERDIR/conf/ip2country.csv** #**chattr +i $RTDIR/conf/ip2country.csv** #**chattr +i $INDEXERDIR/conf/ip2country.csv***   

6. Start the Check Point services:  

   On the Security Management Server / Log Server:  
   # ***cpstart***   

   On the Multi-Domain Security Management Server / Multi-Domain Log Server:  
   # ***mdsstart***

---

# Agent Instructions

This content is from the Check Point Support Center (https://support.checkpoint.com), the official knowledge base for Check Point cybersecurity products.

## Navigating This Knowledge Base

- **Complete index**: [llms.txt](https://support.checkpoint.com/llms.txt)
- **All SK articles**: [SecureKnowledge Sitemap](https://support.checkpoint.com/sitemaps/secureknowledge-sitemap-index.xml)
- **SK article URL pattern**: `https://support.checkpoint.com/results/sk/{skId}`
- **Markdown responses**: AI bot User-Agents automatically receive `text/markdown` content
