You are not logged in.

#1 2022-11-20 11:28:51

ultsurfer
Guest

How to stop other desktop from connecting to me?

Once every few days I see this notification on my screen:
https://imgur.com/rhZgC1V
And i have no idea what this "DESKTOP-T09NIFV" is. Can i ban him from connecting to me? How does he even do that? And its appearing saying only "disconnected" never with "connected". Also i tried to disconnecting from network but its not showing up. It just appears out of nowhere sometimes and im really scared about it.

notifications - dunst

Last edited by ultsurfer (2022-11-20 12:12:12)

#2 2022-11-20 12:21:57

Morlock
Member
Registered: 2022-06-20
Posts: 14

Re: How to stop other desktop from connecting to me?

Looks like a Windows machine, that once was connected via Bluetooth. You should be able to delete it in your Bluetooth connections.

Offline

#3 2022-11-20 13:55:54

Trilby
Inspector Parrot
Registered: 2011-11-29
Posts: 30,480
Website

Re: How to stop other desktop from connecting to me?

And what program is generating that notification?  FWIW, if someone was hacking into your system, they wouldn't do so in a way that'd generate an informative on-screen-display notification.

Do you have (an) external monitor(s)?


"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman

Offline

#4 2022-11-21 09:34:30

Ferdinand
Member
From: Norway
Registered: 2020-01-02
Posts: 338

Re: How to stop other desktop from connecting to me?

Just a couple of simple and useful tools, in case you want to look a bit more into your network traffic:

To see active connections, use something like:

ss -tpr

That should produce a list of applications that have active TCP connections, and they should all be known, or at least make sense, to you.

To search for text patterns in the network traffic to and from your computer, use something like:

sudo ngrep -d any -i <search term>

Last edited by Ferdinand (2022-11-21 09:36:47)

Offline

Board footer

Powered by FluxBB