From 3682e3706ad56db0c54b953392bd61b80852054a Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Tue, 23 Jul 2024 18:27:24 +0300 Subject: [PATCH] n: add annoying ports --- n/annoying-ports.md | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 n/annoying-ports.md diff --git a/n/annoying-ports.md b/n/annoying-ports.md new file mode 100644 index 0000000..c143f13 --- /dev/null +++ b/n/annoying-ports.md @@ -0,0 +1,39 @@ +--- +title: Commonly open port ranges +excerpt: + Some applications such as MOSH or KDE Connect are just so practical, but they + open so many ports in firewall and who is to guarantee lazy sysadmin won't + abuse those for something else without even thinking about backdoors? +layout: mini +permalink: /n/annoying-ports.html +sitemap: true +lang: en +--- + +# {{ page.title }} + +_{{ page.excerpt }}_ + +The following list is based on my other notes and `/usr/lib/firewalld/services/` + +- mosh: UDP ports `60000-61000` +- KDE Connect: TCP & UDP ports `1714-1764` + +## Services doing it right? + +```xml + + + Multicast DNS (mDNS) + mDNS provides the ability to use DNS programming interfaces, packet formats and operating semantics in a small network without a conventional DNS server. If you plan to use Avahi, do not disable this option. + + + +``` + +Note the destinations! Maybe I should copy that for some of my services like +NTP.