what kind of connections does MX-23.6 make by default?
Posted: 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?
Support for MX and antiX Linux distros
http://www.forum.mxlinux.org/
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?
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.Pretty Vacant wrote: Fri Apr 18, 2025 9:08 amOk, meant is connection to the internet like ping to which (dns) servers
Code: Select all
sudo netstat -tunp
Code: Select all
sudo netstat -tunlp
Code: Select all
/etc/resolv.conf
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
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?
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.