Shell Transfer

These are old archives. They are kept for historic purposes only.
Post Reply
sc
Posts: 6
Joined: Sun Sep 05, 2004 7:48 am

Shell Transfer

Post by sc »

I run a teenhelp site and our chat server has been being DoSed lately. The shell account was moved but the chat is now down. My chat admin is AWOL (right when I need him) and I need to get the chat restarted. Could someone please walk me thru the process or point me to someone that could.
-SC
Dukat
Posts: 1083
Joined: Tue Mar 16, 2004 5:44 pm
Location: Switzerland

Post by Dukat »

So everything is already installed and you have shell access?
sc
Posts: 6
Joined: Sun Sep 05, 2004 7:48 am

Post by sc »

yes, everything is installed, im not sure if i only edit the unrealircd.conf file and add the new ip or is there more? if not then everything is ready to go and i do have shell access, although i do not know how to connect to it using anything other then ftp
Dukat
Posts: 1083
Joined: Tue Mar 16, 2004 5:44 pm
Location: Switzerland

Post by Dukat »

You need to SSH to the shell (using a SSH client like PuTTY).

You can list all files with the command "ls", most probably Unreal is installed in a subdirectory, use "cd Unreal3.2" (or "cd <Directory Name>", the Name of the directory you saw when you typed "ls").

Then you probably have to edit the unrealircd.conf file (Change the IP in the "Listen" block). You can do this on the shell using an editor like pico or nano (type "nano unrealircd.conf").

After editing the file, you can try to start it, type "./unreal start".

Then try to connect with mIRC etc. :D
sc
Posts: 6
Joined: Sun Sep 05, 2004 7:48 am

Post by sc »

thank you very much, that worked great :)
Dukat
Posts: 1083
Joined: Tue Mar 16, 2004 5:44 pm
Location: Switzerland

Post by Dukat »

You're welcome :D
codemastr
Former UnrealIRCd head coder
Posts: 811
Joined: Sat Mar 06, 2004 8:47 pm
Location: United States
Contact:

Post by codemastr »

Did you recompile Unreal? Otherwise you may experience weird crashes if the new OS is not exactly the same as the old OS.
-- codemastr
sc
Posts: 6
Joined: Sun Sep 05, 2004 7:48 am

Post by sc »

no, I have not recompiled, everything seems to be working fine except the services, but even if I needed to I wouldn't know where to begin :/
Post Reply