what kind of connections does MX-23.6 make by default?
- Pretty Vacant
- Posts: 176
- Joined: Tue Jul 02, 2024 7:41 am
what kind of connections does MX-23.6 make by default?
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
Re: what kind of connections does MX-23.6 make by default?
This is too vague. You need to flesh this question out.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?
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.
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.
Re: what kind of connections does MX-23.6 make by default?
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.
I copy & paste to the terminal. Liars, Wiseguys, Trolls, and those without manners will be added to my ignore list. 


- Pretty Vacant
- Posts: 176
- Joined: Tue Jul 02, 2024 7:41 am
Re: what kind of connections does MX-23.6 make by default?
Ok, meant is connection to the internet like ping to which (dns) servers
MX-23.5_x64 Libretto- xfce
- 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?
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
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
Re: what kind of connections does MX-23.6 make by default?
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.Pretty Vacant wrote: Fri Apr 18, 2025 9:08 amOk, meant is connection to the internet like ping to which (dns) servers
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.
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.
Re: what kind of connections does MX-23.6 make by default?
If your wanting to see all connections that your computer makes, you can show all connected ports with the following command:
And if you want to see the ports created for listening.. then use
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:
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.
Code: Select all
sudo netstat -tunp
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
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!
*MXPI = MX Package Installer
*Please check the solved checkbox on the post that solved it.
*Linux -This is the way!
Re: what kind of connections does MX-23.6 make by default?
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.
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
- 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?
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.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?
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.
lenovo ThinkPad X1 Extreme Gen 4 - MX-23
FYI: mx "test" repo is not the same thing as debian testing repo.
- DukeComposed
- Posts: 1390
- Joined: Thu Mar 16, 2023 1:57 pm
Re: what kind of connections does MX-23.6 make by default?
If not using systemd, DNS settings are normally kept in /etc/resolv.conf.Pretty Vacant wrote: Fri Apr 18, 2025 9:08 am Ok, meant is connection to the internet like ping to which (dns) servers
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.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.