Weird IP Address in Kodi Network Logs
#1
Can anyone tell me what these accesses to this IP address are for? 
When I do a whois on 142.250.65.225 it's a google IP. But, there are tons of Google IPs that are hosted servers.
It actually looks like it's incoming, to me hitting a lot of ports.
Thanks!
David
Active Internet connections (servers and established)
php:
Proto Recv-Q Send-Q Local Address           Foreign Address         State       PID/Program name    
tcp        0      0 0.0.0.0:139             0.0.0.0:*               LISTEN      980/smbd
tcp        0      0 0.0.0.0:111             0.0.0.0:*               LISTEN      1/systemd
tcp        0      0 0.0.0.0:8080            0.0.0.0:*               LISTEN      3582/kodi.bin
tcp        0      0 0.0.0.0:445             0.0.0.0:*               LISTEN      980/smbd
tcp        0      0 192.168.0.50:55316      142.250.65.225:443      TIME_WAIT   -
tcp        0      0 192.168.0.50:55648      142.250.65.225:443      TIME_WAIT   -
tcp        0      0 192.168.0.50:55710      142.250.65.225:443      TIME_WAIT   -
...
tcp        0      0 192.168.0.50:55458      142.250.65.225:443      TIME_WAIT   -
tcp        0      0 192.168.0.50:55610      142.250.65.225:443      TIME_WAIT   -
tcp        0      0 :::139                  :::*                    LISTEN      980/smbd
tcp        0      0 :::111                  :::*                    LISTEN      1/systemd
tcp        0      0 :::8080                 :::*                    LISTEN      3582/kodi.bin
tcp        0      0 :::445                  :::*                    LISTEN      980/smbd
udp        0      0 192.168.0.50:51911      1.1.1.1:53              ESTABLISHED 416/connmand
udp        0      0 192.168.0.50:52568      8.8.8.8:53              ESTABLISHED 416/connmand
udp        0      0 0.0.0.0:48623           0.0.0.0:*                           416/connmand
udp        0      0 0.0.0.0:111             0.0.0.0:*                           1/systemd
udp        0      0 192.168.0.255:137       0.0.0.0:*                           978/nmbd
udp        0      0 192.168.0.50:137        0.0.0.0:*                           978/nmbd
udp        0      0 0.0.0.0:137             0.0.0.0:*                           978/nmbd
udp        0      0 192.168.0.255:138       0.0.0.0:*                           978/nmbd
udp        0      0 192.168.0.50:138        0.0.0.0:*                           978/nmbd
udp        0      0 0.0.0.0:138             0.0.0.0:*                           978/nmbd
udp        0      0 :::111                  :::*                                1/systemd
Active UNIX domain sockets (servers and established)


* listing shortened by moderator *
Reply
#2
@NeuroPsyche It's really not necessary to post the same IP address 50+ times... Also, the bold red text hint above the Post Reply button should give you some idea why it's there.

FYI, googling took 2 seconds...
Code:
What is the port 443?

Port 443 is a virtual port that computers use to divert network traffic. Billions of people across the globe use it every single day. Any web search you make, your computer connects with a server that hosts that information and fetches it for you. This connection is made via a port – either HTTPS or HTTP port.
Reply

Logout Mark Read Team Forum Stats Members Help
Weird IP Address in Kodi Network Logs0