Jump to content

Recommended Posts

Здраствуйте решил поставить у себя в сети IRC Server скачал сервер UnrealIRCd версии 3.2, настроил как было написано в мануале запускаю, а он не стартует, после принудительного запуска тоже ничего не происходит, полсе попытки подключиться к серверу пишет что связь прервана. Поодскажите может есть какието более удобные сервера

в логах доступа пишет следующий код

* Loading IRCd configuration ..[error] unrealircd.conf:25: Missing semicolon before close brace[error] Could not load config file unrealircd.conf[error] IRCd configuration failed to load

Конфигурационный файл идет приложенным, расширение фала я поменял на txt, потому что файл с расширением conf, который должен быть не хотел грузиться на сервер

unrealircd.txt

unrealircd.txt

Edited by Delphi
Link to comment
Share on other sites

ошибка здесь

//Класс allow позволяет задать, кто может подключиться к данному серверу; можно сделать несколько блоков allow.allow {ip "@172.1.";hostname "@";class clients;maxperip 4:};

Надо поменять на

//Класс allow позволяет задать, кто может подключиться к данному серверу; можно сделать несколько блоков allow.allow {ip "@172.1.";hostname "@";class clients;maxperip 4;};
Link to comment
Share on other sites

Заменил на код который вы прислали, тоже самое подключиться неможет, потом начал анализировать ваш код и ненашел отличий от своего, может вы просто по ошибке мой код послали два раза.

Link to comment
Share on other sites

написало такую ошибку:

* Loading IRCd configuration ..[error] unrealircd.conf:3: illegal me::name, must be fully qualified hostname[error] set::kline-address is missing[error] set::maxchannelsperuser is missing[error] set::services-server is missing[error] set::default-server is missing[error] set::network-name is missing[error] set::hosts::global is missing[error] set::hosts::admin is missing[error] set::hosts::servicesadmin is missing[error] set::hosts::netadmin is missing[error] set::hosts::coadmin is missing[error] set::help-channel is missing[error] set::hiddenhost-prefix is missing[error] set::cloak-keys missing![error] 14 errors encountered[error] IRCd configuration failed to pass testing
Link to comment
Share on other sites

Вот, сначало была синтактическая ошибка, тепер неправильная конфигурация

Читай лог и изправляй ошибок :(

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...