All translations
Enter a message name below to show all available translations.
Found 5 translations.
Name | Current message text |
---|---|
h Catalan (ca) | 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 |
h Danish (da) | Hvis din firewall er '''iptables''' kan du åbne de nødvendige porte med: <syntaxhighlight lang="bash"> sudo iptables -I INPUT -i <yourinterface> -p udp --dport 1714:1764 -m state --state NEW,ESTABLISHED -j ACCEPT sudo iptables -I INPUT -i <yourinterface> -p tcp --dport 1714:1764 -m state --state NEW,ESTABLISHED -j ACCEPT |
h English (en) | If your firewall is '''iptables''', you can open the necessary ports with: <syntaxhighlight lang="bash"> sudo iptables -I INPUT -i <yourinterface> -p udp --dport 1714:1764 -m state --state NEW,ESTABLISHED -j ACCEPT sudo iptables -I INPUT -i <yourinterface> -p tcp --dport 1714:1764 -m state --state NEW,ESTABLISHED -j ACCEPT |
h Ukrainian (uk) | Якщо ви користуєтеся брандмауером '''iptables''', відкрити потрібні порти можна такими командами: <syntaxhighlight lang="bash"> sudo iptables -I INPUT -i <yourinterface> -p udp --dport 1714:1764 -m state --state NEW,ESTABLISHED -j ACCEPT sudo iptables -I INPUT -i <yourinterface> -p tcp --dport 1714:1764 -m state --state NEW,ESTABLISHED -j ACCEPT |
h Simplified Chinese (zh-hans) | 如果你使用 '''firewalld''' 防火墙,你可以通过如下指令打开必要的端口: <syntaxhighlight lang="bash"> sudo iptables -I INPUT -i <yourinterface> -p udp --dport 1714:1764 -m state --state NEW,ESTABLISHED -j ACCEPT sudo iptables -I INPUT -i <yourinterface> -p tcp --dport 1714:1764 -m state --state NEW,ESTABLISHED -j ACCEPT |