Netgate Discussion Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Search
    • Register
    • Login

    Ntopng not showing country flags

    Scheduled Pinned Locked Moved Traffic Monitoring
    30 Posts 21 Posters 7.8k Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • N
      Networker2001 @Kornstalx
      last edited by

      @kornstalx
      Not resolved yet, but it looks like it may be comming based on the bug tracker:

      "New ntopng 3.8 (December 2018) release supports the GeoIP2 library" https://redmine.pfsense.org/issues/9211

      We are currently at ntopng 3.6, So once the new version gets ported to pfsense, we may see it resolved. Fingers crossed.

      1 Reply Last reply Reply Quote 0
      • B
        bldnightowl
        last edited by

        +1 to pulling in the latest version of ntopng asap. please

        1 Reply Last reply Reply Quote 0
        • X
          xeeaxe
          last edited by

          Hi, I have the same issue. Has anyone been able to find a solution? The map also isn't working, it only shows my own location.

          Here is my version summary:
          pfSense: 2.4.4_2
          ntopng: 3.6.190215 - Community Edition
          nDPI 2.4.0
          cURL 7.64.0
          Twitter Bootstrap 3.x
          Font Awesome 4.x
          RRDtool 1.7.0
          Redis Server 4.0.10
          Mongoose web server 3.7
          LuaJIT LuaJIT 2.1.0-beta3
          ØMQ 4.3.1
          GeoLite 1.3.2
          This product includes GeoLite data created by MaxMind.
          Data-Driven Documents (d3js) 2.9.1 / 3.0

          1 Reply Last reply Reply Quote 0
          • K
            Kornstalx
            last edited by

            What kills me about this is ntop and mapping is the whole reason I switched from Sonicwall. When I saw the latest gen NetGate devices were releasing I decided to switch, and grabbed one.

            And now I'm completely burned.

            R 1 Reply Last reply Reply Quote 0
            • R
              rosenstand @Kornstalx
              last edited by

              @kornstalx this should be fixed in ntopng 3.8 which was released almost 3 months ago. We’ll just have to wait for Netgate to update the package.

              I would love to look at it but I was having trouble finding the packages “source” repo last time I tried...

              1 Reply Last reply Reply Quote 0
              • F
                fnarq
                last edited by

                Every IP that I try to geo-locate shows as being in Rome, Italy. I wish :)

                1 Reply Last reply Reply Quote 0
                • randombitsR
                  randombits
                  last edited by

                  Is this in the pipeline to be fixed ?

                  1 Reply Last reply Reply Quote 0
                  • K
                    Kahlen
                    last edited by

                    +1 "Geolocation error [Permission denied]." always geo-locate shows as being in Rome, Italy

                    J 1 Reply Last reply Reply Quote 0
                    • J
                      JaLooNz @Kahlen
                      last edited by

                      This post is deleted!
                      1 Reply Last reply Reply Quote 0
                      • J
                        JaLooNz
                        last edited by

                        Apparently ntopng 3.6 is already using the GeoLite2 database.
                        https://github.com/ntop/ntopng/blob/3.6-stable/src/Geolocation.cpp#L131

                        The data path for the files should be...
                        /usr/local/share/ntopng/httpdocs/geoip/GeoLite2-ASN.mmdb
                        /usr/local/share/ntopng/httpdocs/geoip/GeoLite2-City.mmdb

                        Which can be downloaded from...
                        https://geolite.maxmind.com/download/geoip/database/GeoLite2-City.tar.gz
                        https://geolite.maxmind.com/download/geoip/database/GeoLite2-ASN.tar.gz

                        C 1 Reply Last reply Reply Quote 0
                        • N
                          no_jah
                          last edited by

                          I thought this issue was supposed to be fixed in the latest ntopng update, but still no country flags or host activity maps.

                          1 Reply Last reply Reply Quote 0
                          • C
                            Camd1710 @JaLooNz
                            last edited by

                            @JaLooNz muchas gracias funciono a la primera solo hay que colocar las bases de datos en la ruta especificada

                            1 Reply Last reply Reply Quote 0
                            • B
                              Brutos
                              last edited by

                              Any idea if this will every get fixed?

                              1 Reply Last reply Reply Quote 0
                              • kiokomanK
                                kiokoman LAYER 8
                                last edited by kiokoman

                                i have the same problem with pfsense 2.5.x and ntopng 0.8.13_3
                                it's still trying to download geoip from the wrong url

                                $fetchcmd = "/usr/bin/fetch";
                                        $geolite_city = "https://geolite.maxmind.com/download/geoip/database/GeoLiteCity.dat.gz";
                                        $geolite_city_v6 = "https://geolite.maxmind.com/download/geoip/database/GeoLiteCityv6-beta/GeoLiteCityv6.dat.gz";
                                        $geoip_asnum = "https://download.maxmind.com/download/geoip/database/asnum/GeoIPASNum.dat.gz";
                                        $geoip_asnum_v6 = "https://download.maxmind.com/download/geoip/database/asnum/GeoIPASNumv6.dat.gz";
                                

                                i have changed it inside /usr/local/pkg/ntopng.inc as suggested here -> https://redmine.pfsense.org/issues/9211 by Mark Vejvoda to

                                        $geolite_city = "https://centminmod.com/centminmodparts/geoip-legacy/GeoLiteCity.dat.gz";
                                        $geolite_city_v6 = "https://centminmod.com/centminmodparts/geoip-legacy/GeoLiteCityv6.dat.gz";
                                        $geoip_asnum = "https://centminmod.com/centminmodparts/geoip-legacy/GeoIPASNum.dat.gz";
                                        $geoip_asnum_v6 = "https://centminmod.com/centminmodparts/geoip-legacy/GeoIPASNumv6.dat.gz";
                                
                                

                                ̿' ̿'\̵͇̿̿\з=(◕_◕)=ε/̵͇̿̿/'̿'̿ ̿
                                Please do not use chat/PM to ask for help
                                we must focus on silencing this @guest character. we must make up lies and alter the copyrights !
                                Don't forget to Upvote with the 👍 button for any post you find to be helpful.

                                1 Reply Last reply Reply Quote 0
                                • First post
                                  Last post
                                Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.