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

    SG-1100 - Ntopng Network Discovery finds strange 15.xxx addresses on disconnected OPT port

    Scheduled Pinned Locked Moved General pfSense Questions
    28 Posts 7 Posters 1.9k 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.
    • stephenw10S
      stephenw10 Netgate Administrator
      last edited by

      The Globalscale MAC will be the 1100. They are the board manufacturer.

      johnpozJ 1 Reply Last reply Reply Quote 1
      • johnpozJ
        johnpoz LAYER 8 Global Moderator @stephenw10
        last edited by

        @stephenw10 yeah but he says his 15.x address is changing - quite possible this is wan IP?

        An intelligent man is sometimes forced to be drunk to spend time with his fools
        If you get confused: Listen to the Music Play
        Please don't Chat/PM me for help, unless mod related
        SG-4860 24.11 | Lab VMs 2.8, 24.11

        1 Reply Last reply Reply Quote 1
        • stephenw10S
          stephenw10 Netgate Administrator
          last edited by

          Yup could be

          1 Reply Last reply Reply Quote 1
          • J
            JohnUtiu @johnpoz
            last edited by

            @johnpoz Thanks for the help everyone, I appreciate!

            The MAC address stays the same. It's indeed the MAC of the board manufacturer like stephenw10 says.

            The monitored interfaces are only LAN and OPT. The WAN port is excluded in the ntopng config. Also the WAN interface listens to a 192.178 address because the 1100 box is only separating the LAB from the LAN.

            On the WAN port there are no rules except to block private and bogon networks. So everything is dropped.

            I have only ntopng running as a package, further a minimal install.

            I am not sure but I would think normal behaviour would be to see all your regular devices and this Globalscale device in every interface with identical MAC addresses and the different IP's of the firewall interfaces, like you see below:

            On interface mvneta0.4091 / LAN port I see:
            10.10.10.1 [name of host] Globalscale Technologies, Inc. Globalsc_MAC

            On interface mvneta0.4092 interface / OPT port I see:
            10.20.20.1 [no hostname] Globalscale Technologies, Inc. Globalsc_MAC

            It stayed like this for many hours and now again the 10.20.20.1 changed to the 15.xxx.xxx address? I am really breaking my head this.

            I have only 1 computer directly connected to the LAN port. This is the interface that shows the correct IP.

            The WAN port is directly connected to the ISP modem.

            The OPT port > mvneta0.4092 is connected to nothing and sometimes I have connected a Synology NAS which I pulled out a couple of times for testing but the Synology has a 10.xx address.

            The 15.xx address brings me to DXC US Latin America Corporation (ESLAC) which says me nothing.

            Thanks again for any help or ideas you could provide!

            1 Reply Last reply Reply Quote 0
            • dennypageD
              dennypage
              last edited by

              This could simply be a bug in ntopng’s active discovery code. Compared to the main ntopng code, it’s rather immature and little used. I do not recommend it.

              J 1 Reply Last reply Reply Quote 2
              • stephenw10S
                stephenw10 Netgate Administrator
                last edited by

                Do you have any custom outbound NAT rules on OPT?

                J 1 Reply Last reply Reply Quote 0
                • J
                  JohnUtiu @dennypage
                  last edited by

                  @dennypage Thanks for the input! Interesting idea. I thought about it but I am not familiar with the source code and the inner workings of ntopng.

                  Do you have any ideas about how a bug could result in a strange public ip addresses being sticked on the ip address of the interface?

                  There has to be some way it's getting this public ip's.

                  I still want to find out what's happening here but do you have any recommendations for monitoring egress traffic totals for a specific firewall rule? For example xx mb per month?

                  Thanks again!

                  dennypageD 1 Reply Last reply Reply Quote 0
                  • J
                    JohnUtiu @stephenw10
                    last edited by

                    @stephenw10 Thanks again Stephen. The only NAT rules are two automatic generated outbound NAT rules on the WAN interface.

                    Interface WAN - Source [127.0.0.0, 10.10.10.1, 10.20.20.1]
                    NAT address = WAN address

                    1 Reply Last reply Reply Quote 0
                    • J
                      JohnUtiu
                      last edited by

                      I found something when looking in the States table on the SG-1100.

                      It seems that every time I run network discovery on ntopng, a connection is being opened FROM my WAN interface TO exactly the same 15.xxx ip address that is being sticked on the OPT interface.

                      WAN tcp 192.xxx.xxx.xxx:51949 -> 15.179.xxx.xxx:22 SYN_SENT:CLOSED 2 / 0 120 B / 0 B
                      WAN tcp 192.xxx.xxx.xxx:62155 -> 15.179.xxx.xxx:80 SYN_SENT:CLOSED 2 / 0 120 B / 0 B

                      It's trying to connect to port 20 and 80 on this address.

                      The WAN interface has almost no configuration. It get's a 192.168.xxx.xxx address from the ISP router, IPv6 is turned off and it block private and bogon networks. That's it.

                      Can someone explain this?

                      patient0P johnpozJ dennypageD 4 Replies Last reply Reply Quote 0
                      • dennypageD
                        dennypage @JohnUtiu
                        last edited by

                        @JohnUtiu said in SG-1100 - Ntopng Network Discovery finds strange 15.xxx addresses on disconnected OPT port:

                        Do you have any ideas about how a bug could result in a strange public ip addresses being sticked on the ip address of the interface?

                        The last two ntopng core dumps that were brought to my attention were memory corruption resulting from the use of active network discovery.

                        1 Reply Last reply Reply Quote 1
                        • patient0P
                          patient0 @JohnUtiu
                          last edited by

                          @JohnUtiu said in SG-1100 - Ntopng Network Discovery finds strange 15.xxx addresses on disconnected OPT port:

                          WAN tcp 192.xxx.xxx.xxx:51949 -> 15.179.xxx.xxx:22 SYN_SENT:CLOSED 2 / 0 120 B / 0 B
                          WAN tcp 192.xxx.xxx.xxx:62155 -> 15.179.xxx.xxx:80 SYN_SENT:CLOSED 2 / 0 120 B / 0 B

                          According to ipinfo.io and the RIPE db the IP range 15.179.0.0 to 15.188.255.255 is part of Amazon Technologies Inc..

                          You got an Amazon device that calls home?

                          dennypageD J 2 Replies Last reply Reply Quote 1
                          • johnpozJ
                            johnpoz LAYER 8 Global Moderator @JohnUtiu
                            last edited by

                            @JohnUtiu said in SG-1100 - Ntopng Network Discovery finds strange 15.xxx addresses on disconnected OPT port:

                            WAN tcp 192.xxx.xxx.xxx:51949 -> 15.179.xxx.xxx:22 SYN_SENT:CLOSED 2 / 0 120 B / 0 B

                            If that is not your address, why are you hiding it? Like me hiding that making a connection to 8.8.x.x ???

                            An intelligent man is sometimes forced to be drunk to spend time with his fools
                            If you get confused: Listen to the Music Play
                            Please don't Chat/PM me for help, unless mod related
                            SG-4860 24.11 | Lab VMs 2.8, 24.11

                            1 Reply Last reply Reply Quote 1
                            • dennypageD
                              dennypage @patient0
                              last edited by

                              @patient0 said in SG-1100 - Ntopng Network Discovery finds strange 15.xxx addresses on disconnected OPT port:

                              According to ipinfo.io and the RIPE db the IP range 15.179.0.0 to 15.188.255.255 is part of Amazon Technologies Inc..

                              You got an Amazon device that calls home?

                              More likely it's ntopng itself.

                              johnpozJ 1 Reply Last reply Reply Quote 1
                              • dennypageD
                                dennypage @JohnUtiu
                                last edited by

                                @JohnUtiu said in SG-1100 - Ntopng Network Discovery finds strange 15.xxx addresses on disconnected OPT port:

                                It seems that every time I run network discovery on ntopng, a connection is being opened FROM my WAN interface TO exactly the same 15.xxx ip address that is being sticked on the OPT interface.

                                WAN tcp 192.xxx.xxx.xxx:51949 -> 15.179.xxx.xxx:22 SYN_SENT:CLOSED 2 / 0 120 B / 0 B
                                WAN tcp 192.xxx.xxx.xxx:62155 -> 15.179.xxx.xxx:80 SYN_SENT:CLOSED 2 / 0 120 B / 0 B

                                It's trying to connect to port 20 and 80 on this address.

                                Where are you geographically?

                                1 Reply Last reply Reply Quote 0
                                • johnpozJ
                                  johnpoz LAYER 8 Global Moderator @dennypage
                                  last edited by

                                  @dennypage said in SG-1100 - Ntopng Network Discovery finds strange 15.xxx addresses on disconnected OPT port:

                                  More likely it's ntopng itself.

                                  Yeah and if some public internet IP wasn't obfuscated we could prob look up its PTR and glean some insight to what is is..

                                  You want help identifying what some odd public IP is, which you know isn't your actual IP, or the IP of your gateway from your isp - why are you hiding it.. Why are you hiding your rfc1918 IP as well?

                                  An intelligent man is sometimes forced to be drunk to spend time with his fools
                                  If you get confused: Listen to the Music Play
                                  Please don't Chat/PM me for help, unless mod related
                                  SG-4860 24.11 | Lab VMs 2.8, 24.11

                                  1 Reply Last reply Reply Quote 0
                                  • dennypageD
                                    dennypage @JohnUtiu
                                    last edited by

                                    @JohnUtiu said in SG-1100 - Ntopng Network Discovery finds strange 15.xxx addresses on disconnected OPT port:

                                    WAN tcp 192.xxx.xxx.xxx:51949 -> 15.179.xxx.xxx:22 SYN_SENT:CLOSED 2 / 0 120 B / 0 B
                                    WAN tcp 192.xxx.xxx.xxx:62155 -> 15.179.xxx.xxx:80 SYN_SENT:CLOSED 2 / 0 120 B / 0 B

                                    It's trying to connect to port 20 and 80 on this address.

                                    Btw, assume that you meant port 22 rather than port 20. This is ssh.

                                    Some of the (really bad) things ntopng does when active discovery is enabled is to run ssh, snmp and http probes against hosts it finds in the network.

                                    J 1 Reply Last reply Reply Quote 1
                                    • J
                                      JohnUtiu @dennypage
                                      last edited by

                                      @dennypage Thanks for your input and ideas Denny! Your're right, I was talking about port 22. I also believe it could be something ntopng does. It's a really clean and simple install of a SG-1100 with only a computer and a NAS in separate section of a LAN. But I can't think of any reason for the 15.xxx address.

                                      1 Reply Last reply Reply Quote 0
                                      • J
                                        JohnUtiu @patient0
                                        last edited by

                                        @patient0 Thanks for the input patien0, I only have a computer and a NAS. No Amazon tech here.

                                        And @johnpoz You are totally right about the ip masking, just a habit I guess, but maybe it's useful to provide some more detailed ip info for troubleshooting as I am sure the ip has nothing to do with me.

                                        15.179.219.190
                                        15.195.195.181

                                        1 Reply Last reply Reply Quote 0
                                        • S
                                          SteveITS Galactic Empire @JohnUtiu
                                          last edited by

                                          @JohnUtiu said in SG-1100 - Ntopng Network Discovery finds strange 15.xxx addresses on disconnected OPT port:

                                          ntopng ... on a Netgate 1100

                                          FYI Netgate marks that package as "requires SSD" due to the usually high I/O generated:
                                          https://www.netgate.com/supported-pfsense-plus-packages

                                          You might check https://docs.netgate.com/pfsense/en/latest/troubleshooting/disk-lifetime.html.

                                          Pre-2.7.2/23.09: Only install packages for your version, or risk breaking it. Select your branch in System/Update/Update Settings.
                                          When upgrading, allow 10-15 minutes to restart, or more depending on packages and device speed.
                                          Upvote 👍 helpful posts!

                                          J 1 Reply Last reply Reply Quote 2
                                          • J
                                            JohnUtiu @SteveITS
                                            last edited by

                                            @SteveITS Sorry for the delay. Thanks a lot for this information! I have uninstalled the package. @dennypage was also did not recommend it.
                                            Thanks everyone!

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