
我是 ChatZilla 和 IRC 的新手。我嘗試連接到 Moznet,但收到此錯誤:
[INFO] Attempting to connect to “moznet”. Use /cancel to abort.
[INFO] Connecting to irc://moznet/ (irc://irc.mozilla.org/)… [Cancel]
[ERROR] Connection to irc://moznet/ (irc://irc.mozilla.org/) refused. >[Help] Reconnecting in 15 seconds. [Cancel]
[INFO] Connecting to irc://moznet/ (ircs://irc.mozilla.org:6697/)… >[Cancel]
[ERROR] Connection to irc://moznet/ (ircs://irc.mozilla.org:6697/) >refused. [Help] Reconnecting in 15 seconds. [Cancel]
[INFO] Connecting to irc://moznet/ (irc://irc.mozilla.org/)… [Cancel]
[ERROR] Connection to irc://moznet/ (irc://irc.mozilla.org/) refused. >[Help] Reconnecting in 15 seconds. [Cancel]
我讀了常見問題解答,其中說防火牆可能會阻止 TCP 連接埠 6667 傳出。我點擊了這個連結:IRC 服務和 UFW 防火牆規則並在終端機中執行以下命令:
sudo ufw allow out 6660:7000/tcp
這給出的輸出為:
Rules updated
Rules updated (v6)
但我仍然無法連接到 Moznet。我正在使用 Ubuntu 15.04 和 ChatZilla 版本 0.9.92。