what kind of connections does MX-23.6 make by default?

Message
Author
User avatar
Pretty Vacant
Posts: 176
Joined: Tue Jul 02, 2024 7:41 am

what kind of connections does MX-23.6 make by default?

#1 Post by Pretty Vacant »

We are wondering what kind of connections do MX-23.6_x64 Libretto and bundled apps make by default? And where to find them?
MX-23.5_x64 Libretto- xfce

User avatar
j2mcgreg
Global Moderator
Posts: 6795
Joined: Tue Oct 23, 2007 12:04 pm

Re: what kind of connections does MX-23.6 make by default?

#2 Post by j2mcgreg »

Pretty Vacant wrote: Fri Apr 18, 2025 7:19 am We are wondering what kind of connections do MX-23.6_x64 Libretto and bundled apps make by default? And where to find them?
This is too vague. You need to flesh this question out.
HP 15; ryzen 3 5300U APU; 500 Gb SSD; 8GB ram
HP 17; ryzen 3 3200; 500 GB SSD; 12 GB ram
Idea Center 3; 12 gen i5; 256 GB ssd;

In Linux, newer isn't always better. The best solution is the one that works.

User avatar
Mauser
Posts: 1454
Joined: Mon Jun 27, 2016 7:32 pm

Re: what kind of connections does MX-23.6 make by default?

#3 Post by Mauser »

I can only partially answer your questions. Go into the following: Settings > Session and Startup > go through the tabs and select: Application Autostart where ever you see a check in the box is what starts. As far as anything else I don't know.
I am command line illiterate. :confused: I copy & paste to the terminal. Liars, Wiseguys, Trolls, and those without manners will be added to my ignore list. :mad:

User avatar
Pretty Vacant
Posts: 176
Joined: Tue Jul 02, 2024 7:41 am

Re: what kind of connections does MX-23.6 make by default?

#4 Post by Pretty Vacant »

j2mcgreg wrote: Fri Apr 18, 2025 7:52 am This is too vague. You need to flesh this question out.
Ok, meant is connection to the internet like ping to which (dns) servers
MX-23.5_x64 Libretto- xfce

User avatar
Eadwine Rose
Administrator
Posts: 14625
Joined: Wed Jul 12, 2006 2:10 am

Re: what kind of connections does MX-23.6 make by default?

#5 Post by Eadwine Rose »

Can you not install some software that monitors this? We do not have influence over anything that you use.
MX-23.6_x64 July 31 2023 * 6.1.0-37amd64 ext4 Xfce 4.20.0 * 8-core AMD Ryzen 7 2700
Asus TUF B450-Plus Gaming UEFI * Asus GTX 1050 Ti Nvidia 535.247.01 * 2x16Gb DDR4 2666 Kingston HyperX Predator
Samsung 870EVO * Samsung S24D330 & P2250 * HP Envy 5030

User avatar
j2mcgreg
Global Moderator
Posts: 6795
Joined: Tue Oct 23, 2007 12:04 pm

Re: what kind of connections does MX-23.6 make by default?

#6 Post by j2mcgreg »

Pretty Vacant wrote: Fri Apr 18, 2025 9:08 am
j2mcgreg wrote: Fri Apr 18, 2025 7:52 am This is too vague. You need to flesh this question out.
Ok, meant is connection to the internet like ping to which (dns) servers
That's not up to the operating system. The default will be whatever the ISP offers. You can override this within MX, but the ISP may baulk.
HP 15; ryzen 3 5300U APU; 500 Gb SSD; 8GB ram
HP 17; ryzen 3 3200; 500 GB SSD; 12 GB ram
Idea Center 3; 12 gen i5; 256 GB ssd;

In Linux, newer isn't always better. The best solution is the one that works.

User avatar
CharlesV
Global Moderator
Posts: 7314
Joined: Sun Jul 07, 2019 5:11 pm

Re: what kind of connections does MX-23.6 make by default?

#7 Post by CharlesV »

If your wanting to see all connections that your computer makes, you can show all connected ports with the following command:

Code: Select all

sudo netstat -tunp

And if you want to see the ports created for listening.. then use

Code: Select all

sudo netstat -tunlp


If you are specifically looking to change the dsn servers your using, then I would suggest changing it at your router level (better) .. and you can always change it in the following file:

Code: Select all

/etc/resolv.conf

But if your running your IP dynamic, then you will have to setup a script to change that AFTER you connect to your router.

And as j2mcgreg mentioned, your ISP may not like you not using their dns servers either.
*QSI = Quick System Info from menu (Copy for Forum)
*MXPI = MX Package Installer
*Please check the solved checkbox on the post that solved it.
*Linux -This is the way!

User avatar
JmaCWQ
Posts: 280
Joined: Fri Sep 09, 2016 4:42 am

Re: what kind of connections does MX-23.6 make by default?

#8 Post by JmaCWQ »

The modem I have allows me to view and change the DNS server addresses in it's settings, accessed via a browser.
As mentioned by CharlesV, netstat is handy for seeing connections in the Terminal.
I've had this list for years so hopefully it's still valid.

Code: Select all

netstat -h   ---   list all netstat commands
netstat -a   ---   list all
sudo netstat -tup   ---   display programs using whatever function with tcp & udp protocols
sudo netstat -tp   ---   display programs using whatever tcp
sudo netstat -up   ---   display programs using whatever udp
netstat -at   ---   all tcp ports
netstat -au   --- all udp ports
netstat -l   ---   all listening ports
netstat -lt   ---   tcp listening
netstat -lu   ---   udp listening
netstat -lx   ---   unix listening
netstat -s   ---   all statistics
netstat -st   ---   stats for tcp
netstat -su   ---   stats for udp
netstat -i   ---   network interface transactions

User avatar
dolphin_oracle
Developer
Posts: 22247
Joined: Sun Dec 16, 2007 12:17 pm

Re: what kind of connections does MX-23.6 make by default?

#9 Post by dolphin_oracle »

Pretty Vacant wrote: Fri Apr 18, 2025 7:19 am We are wondering what kind of connections do MX-23.6_x64 Libretto and bundled apps make by default? And where to find them?
on a schedule the repos are checked for updates. plasma-discover might check against the KDE store, I'm not sure. there are a few local services, samba, nfs, but nothing set up by default.
http://www.youtube.com/runwiththedolphin
lenovo ThinkPad X1 Extreme Gen 4 - MX-23
FYI: mx "test" repo is not the same thing as debian testing repo.

User avatar
DukeComposed
Posts: 1390
Joined: Thu Mar 16, 2023 1:57 pm

Re: what kind of connections does MX-23.6 make by default?

#10 Post by DukeComposed »

Pretty Vacant wrote: Fri Apr 18, 2025 9:08 am Ok, meant is connection to the internet like ping to which (dns) servers
If not using systemd, DNS settings are normally kept in /etc/resolv.conf.
Eadwine Rose wrote: Fri Apr 18, 2025 9:11 am Can you not install some software that monitors this? We do not have influence over anything that you use.
Time to become familiar with the intricacies of tcpdump(1) and putting your network card into promiscuous mode. Turn it on for a day or two and inspect the results.

Post Reply

Return to “Software / Configuration”