Setting up an IRC Server.

These are old archives. They are kept for historic purposes only.
Post Reply
Damien
Posts: 2
Joined: Fri Apr 08, 2005 11:04 pm

Setting up an IRC Server.

Post by Damien »

How would I go about setting up an IRC server? I've never attempted this before.

I work at a site, http://kh2.co.uk/ and I want the server to be irc.kh2.co.uk. Is that possible? It would be greatly appreciated if one of you could help me.

Oh and I don't want the IRC Server running off my computer. I want it to be up all the time. Thanks.

- Damien
Last edited by Damien on Thu Jun 08, 2006 5:22 pm, edited 4 times in total.
qmxmatt

Post by qmxmatt »

im guessing you have a host for your website then. Do you have the ability to compile and run programs on the server? this is crucial, otherwise you wont be able to have an irc server.
also, you need to modify your dns settings so an A line with the host name 'irc' points to the server's IP it's gonna be running on (this will set it to irc.kh2.co.uk)
for instance, mine's set to:
[host name][pref][record type][address/IP]
irc 10 ADDRESS 65.29.161.45
(this sets mine to irc.qmxsoftware.com)

then you need to compile it if the server's running linux/unix
get the tarball and run these commands:
gunzip < <filename> | tar xf - [enter]
cd <foldername> [enter]
./Config [enter] (answer all of the questions)
make [enter]

if your server's running windows, just run the installation file and do what it tells you to.

once all that's done, you need to make an unrealircd.conf file. i have the info on my site at http://www.qmxsoftware.com/unreal32docs ... alircdconf and the same file is also in the tarball/binary package.

if u need anymore help, just email me
hope that helps :)
Damien
Posts: 2
Joined: Fri Apr 08, 2005 11:04 pm

Post by Damien »

I'm not sure if I can compile/run programs on the server. How can I find this out?
Last edited by Damien on Thu Jun 08, 2006 5:21 pm, edited 2 times in total.
Shelluser
Posts: 38
Joined: Tue Feb 01, 2005 8:30 pm
Location: The Netherlands
Contact:

Post by Shelluser »

Damien wrote:I'm not sure if I can compile/run programs on the server. How can I find this out?
Just try or ask the administrator.
With kind regards, Peter

NekoNet IRC
www.neko-net.org / [url=irc://irc.neko-net.org:6667]irc.neko-net.org[/url]
Post Reply