Outbound traffic to 151.101.1.91 and 151.101.193.91

Hi,

Do we know why gnome is making outbound connections to these IP addresses? What features are used by those connections? Can we enable/disable those connections? Are there any docs describing these?

Thanks!

Local Address Local Port Peer Address Peer Port Process
192.168.1.102 57356 151.101.1.91 443 gnome-software (pid=2308, fd=48)
192.168.1.102 46770 151.101.193.91 443 gnome-software (pid=2308, fd=42)
  • This seems to be Fastly CDN:
Field Value
IP Address 151.101.193.91
Type IPv4
Organization Fastly
ASN AS54113
ISP Fastly
Location Global CDN Node
Reverse DNS 151.101.193.91
Usage Type Content Delivery
Hosting Yes (CDN)

Do you have the Flathub repository enabled? The download servers of Flathub are, to my knowledge, provided by the Fastly CDN. If this is the case, its likely that the connections go to the Flathub servers to load the database for installable apps and their metadata, to be displayed in GNOME Software.

4 Likes

Yep!

It appears that dl.flathub.org is CNAME for dualstack.n.sni.global.fastly.net.
Which resolves to bunch Fastly IPs.

So, flathub communications are handled via main gnome process?
There is no separate executable for that?

Thank you, CodedOre!

Flatpak GUI apps are managed by GNOME Software via plugin for ease of use (compared to flatpak command). The plugin is optional and can be disabled if needed.

1 Like