ChatZilla 연결이 거부되었습니다.

ChatZilla 연결이 거부되었습니다.

저는 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 발신을 차단할 수 있다는 FAQ를 읽었습니다. 나는 이 링크를 따랐다:IRC 서비스 및 UFW 방화벽 규칙터미널에서 다음을 실행했습니다.

sudo ufw allow out 6660:7000/tcp

이는 다음과 같이 출력되었습니다.

Rules updated
Rules updated (v6)

하지만 여전히 Moznet에 연결할 수 없습니다. 저는 Ubuntu 15.04 및 ChatZilla 버전 0.9.92에서 작업하고 있습니다.

관련 정보