Hey, I have Unreal IRCD 3.2.4 With SSL for win32. I configed and ran on my home PC and worked fine, then i sent it to a win32 server and ran it, nothing happened and no log was created. Any suggestions?
Thanx in advance!
Unreal Win32 Help
I sent my Unreal Folder thats on my pc via ftp to the server, then i tried execing wircd.exe via telnet and log gave nothing. When i try to connect to server it says:
(19:14:45) * Unable to connect to server (Connection refused)
Here's my listen block aswell:
thanx
(19:14:45) * Unable to connect to server (Connection refused)
Here's my listen block aswell:
Code: Select all
listen *:6697
{
options
{
ssl;
clientsonly;
};
};
listen *:6667;Make a new text file and rename it "init.bat", right click on it and select "Edit", this should open it in notepad. Then putin it, save and close. Make another new text file and rename it "term.bat", right click on it and select "Edit", pastein it, save and close.
init.bat for booting ircd, term.bat for killing ircd.
Code: Select all
unreal stop
unreal uninstall
unreal install
unreal start
pauseCode: Select all
unreal stop
unreal uninstall
pauseinit.bat for booting ircd, term.bat for killing ircd.