From f4deb7eda0a492f6cb4df311855861e612d1ad3c Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Sat, 3 Nov 2018 13:26:04 +0200 Subject: [PATCH] ufw: add KDE Connect Closes #113 --- _posts/2015-06-12-ufw.md | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/_posts/2015-06-12-ufw.md b/_posts/2015-06-12-ufw.md index 6b934fd..a41f3fb 100644 --- a/_posts/2015-06-12-ufw.md +++ b/_posts/2015-06-12-ufw.md @@ -30,7 +30,7 @@ my network). This post first has list of commands, then explanations that won't be repeated with IPvX ranges. -``` +```bash ufw allow 22/tcp ufw default deny incoming ufw default allow outgoing @@ -76,7 +76,19 @@ ufw allow 60000:61000/udp *If some host doesn't run some of the mentioned service, it's not open in the firewall.* +KDE Connect which seems painful enough to list separately and doesn't seem +to work IPv6-only or I am too impatient. + + +```bash +#ufw allow from 192.168.8.0/24 to any port 1714:1764 proto tcp +#ufw allow from 192.168.8.0/24 to any port 1714:1764 proto udp +ufw allow from fe80::/10 to any port 1714:1764 proto tcp +ufw allow from fe80::/10 to any port 1714:1764 proto udp +``` + + * * * * * -Last updated: 2018-11-03T12:40 | [GitHub changelog](https://github.com/Mikaela/mikaela.github.io/commits/master/_posts/2015-06-12-ufw.md) | +Last updated: 2018-11-03T13:25+0200 | [GitHub changelog](https://github.com/Mikaela/mikaela.github.io/commits/master/_posts/2015-06-12-ufw.md) | [Blesmrt Gitea changelog](https://gitea.blesmrt.net/mikaela/mikaela-info/commits/branch/master/_posts/2015-06-12-ufw.md)