Dear manjunath.bn,
Hello,
Download IRCD Source Code from http://sourceforge.net/projects/undernet-ircu/
# mkdir /usr/ircu
# cd /usr/ircu
# tar -zxvf ircu2.10.11.07.tar.gz
# cd ircu2-x.y.z
# sh configure
# make config
# make
# make install
After Compiling and Installing
# cd /usr/local/ircd/
# vi ircd.conf
(Note: you can download sample ircd.conf from http://www.ibiblio.org/pub/academic/...cd.conf.sample)
Code:
M:PK.UnderNet.org::Undernet IRC Server:6667
A:Pakistan::you@yourdomain.com
I:*::*::*::1
O:*.undernet.org:password:LinuxFreak
Edit your ircd.motd file to what you want the users to see when they connect to the server.
Type ircd to start IRCD Server
# ircd
Best Regards.
Bookmarks