NetworkManager sends packets when idle mode

I used nethogs to see which applications connects to internet when laptop is idling.

I realised that, when laptop is idling (all applications / browser etc closed) NetworkManager still sends packets to somewhere.

HTTP GET Request to : http://fedoraproject.org/static/hotspot.txt

It looks official site but I don’t want any program send packets while idling.
Is there a way to deactive this connection?

Thanks.

1 Like

You should be able to stop this by removing the following package:

sudo dnf remove NetworkManager-config-connectivity-fedora
3 Likes

First of all, thank you so much for answer & solution.

May it cause a problem if I remove it?

The second question: why should it check connectivity?

1 Like

Theoretically, yes, however practically this depends on your workflow, and most likely the potential issues aren’t critical if any.

2 Likes

Thank you so much again for this detailed answer.
I think I will leave it, won’t remove.

But still wondering about issues.
My workflow is: I use laptop only browsing internet, Microsoft Teams and programming (python).
So if I remove, will it cause any problem?

When laptop is idle mode, all apps closed so I think removing connectivity-check shouldn’t make an issue right? If yes, I will remove

1 Like

According to the description, it should be mostly useful on laptop/mobile devices which dynamically connect the internet via different networks, some of those may be restricted such as captive portals or Wi-Fi hotspots, so removing it should be okay if your use case is unrelated to that.

1 Like

I use this laptop only in my home, so I guess removing connectivity check is okay for me.
Sorry for taking your time with these small questions but it was important for me.

Thank you so much for all these answers, have a great day :slight_smile:

2 Likes

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.