Skip to content

Instantly share code, notes, and snippets.

@aniketjs
Last active December 4, 2022 22:00
Show Gist options
  • Save aniketjs/aa76a71e7ff87084dad466bc6e816745 to your computer and use it in GitHub Desktop.
Save aniketjs/aa76a71e7ff87084dad466bc6e816745 to your computer and use it in GitHub Desktop.
Fix kdeconnect

Fix kdeconnect not working on a fresh EOS install

sudo firewall-cmd --zone=public --permanent --add-port=1714-1764/tcp
sudo firewall-cmd --zone=public --permanent --add-port=1714-1764/udp
sudo systemctl restart firewalld.service
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment