Translations:KDEConnect/119/ca: Difference between revisions

From KDE UserBase Wiki
(Importing a new version from external source)
 
(No difference)

Latest revision as of 21:07, 3 March 2020

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (KDEConnect)
If your firewall is '''iptables''', you can open the necessary ports with:

Si el vostre tallafoc és iptables, podreu obrir els ports necessaris amb:

<syntaxhighlight lang="bash"> sudo iptables -I INPUT -i <la_vostra_interfície> -p udp --dport 1714:1764 -m state --state NEW,ESTABLISHED -j ACCEPT sudo iptables -I INPUT -i <la_vostra_interfície> -p tcp --dport 1714:1764 -m state --state NEW,ESTABLISHED -j ACCEPT