Soon you will have your very own IRCd Sevrer, i am just going to tell you about the basics, no need in going into the advanced features
Downloading and Unzipping
Login to your shell, and type the following:
wget http://files.alexisnet.net/unreal/Unreal3.2.7.tar.gz
Then, when that's finished downloading, type the following command to unzip it:
tar zxvf Unreal3.2.7.tar.gz
You can now remove the file you downloaded with the following command:
rm -f Unreal3.2.7.tar.gz
Running the Script
Now that we've unzipped our UnrealIRCd file, we need to move to that directory:
cd Unreal3.2
And now that we're in the Unreal directory, we need to run the configuration wizard:
./Config
Using the configuration script
So we've got the script running. The first thing you're greeted with is the release notes for Unreal 3.2.3, now this is a lot of reading, and isn't really necessary, so just press enter once, then spacebar until you see:
==[ ADDITIONAL INFO ]==
* See ChangeLog
[Enter to continue]
Press enter and you'll be greeted with the first question.
Do you want to enable the server anti-spoof protection?
[No] ->
I've never actually come across a server that uses this, so just press enter to move on to the second question.
What directory are all the server configuration files in?
[/usr/local/username/Unreal3.2/] ->
Well we haven't changed the directory, so just press enter to move on to the third question.
What is the path to the ircd binary including the name of the binary?
[/usr/local/username/Unreal3.2/src/ircd] ->
Again, we haven't changed this path, so just press enter to move on to the fourth question.
Would you like to compile as a hub or as a leaf?
Type Hub to select hub and Leaf to select leaf.
[Hub] ->
If you're not going to link your server to any other IRC servers, just press enter. However, if you are going to link your server to another IRC server, and this server is going to be a leaf on that network, type 'Leaf' and press enter. If you are linking your server to another IRC server and your server will be the Hub, just press enter.
What is the hostname of the server running your IRCd?
[orbital.invisiongaming.net] ->
This question has already been answered for you by the configuration script, so just press enter to move on to the next question.
What should the default permissions for your configuration files be? (Set this to 0 to disable)
It is strongly recommended that you use 0600 to prevent unwanted reading of the file
[0600] - >
The default value for this question is the one you should use, so just press enter.
Do you want to support SSL (Secure Socket Layer) connections?
[No] ->
Not many servers use this method of connection, and I doubt you will need to, and if you did, you'd know if you did, so just press enter to move on.
Do you want to enable IPv6 support?
[No] ->
If you know what this feature is and you're sure invisiongaming have IPv6 support, if you don't type no.
Do you want to enable ziplinks support?
[No] ->
You don't really need this feature either, so press enter.
Do you want to enable remote includes?
[No] ->
You don't really need this feature either, so just press no :P
Do you want to enable prefixes for chanadmin and chanowner?
This will give +a the & prefix and ~ for +q (just like +o is @)
Supported by the major clients (mIRC, xchat, epic, eggdrop, Klient, PJIRC, etc.) with the notable exceptions of irssi, KVIrc and CGI:IRC.
This feature should be enabled/disabled network-wide.
[No] ->
Well then, this is a nice feature. It pretty much explains itself though... If you have registered the channel, you will be ~yournick instead of @yournick in the channel, and anyone who you have added to the SOP list, or who is +a in the channel, will be &theirnick instead of @theirnick. Either type 'Yes' if you want to enable this feature, or just press enter if you don't want it.
What listen() backlog value do you wish to use? Some older servers
have problems with more than 5, others work fine with many more.
[5] ->
This value doesn't need to be edited, so press enter to move on to the next question.
How far back do you want to keep the nickname history?
[2000] ->
This value doesn't need to be edited either, so press enter to move on.
What is the maximum sendq length you wish to have?
[3000000] ->
You guessed it, you don't need to edit this either. Press enter to move on to the next question.
How many buffer pools would you like?
This number will be multiplied by MAXSENDQLENGTH.
[18] ->
And yet again ... just press enter to move on.
How many file descriptors (or sockets) can the IRCd use?
[1024] ->
You do need to change this value it depends on what your IRCd account is:
(small is 1000 User, Medium is 2000)
Would you like any more parameters to configure?
Write them here:
[] ->
No, unless you know what else you want to configure, some networks use other features hence why they have this in the config.
Now all you have to do is type 'make' and let it compile. When that's done, you will receive other instructions on what to do next.
Okay then, just type 'make' and ... let it compile, this should take a little longer than it did last time. When it's finished, you'll see a message beginning with:
Compile is now complete.
You should now read the documentation and learn
how to configure your IRCd.
Coding unrealircd.conf, oper.conf, connect.conf
Now the tricky part for unexperienced users, editing the config file :P
I have written commends in were you need to edit the lines etc.
Download it to your shell by typing the following command:
wget http://www.anakdompu.by.ru/unreal/unrealircd.conf
wget http://www.anakdompu.by.ru/unreal/oper.conf
wget http://www.anakdompu.by.ru/unreal/connect.conf
And then you can either FTP to your shell and edit it with your favourite text editor (or the one built into your FTP client) or use our SSH-based text editor with the following command:
pico -w unrealircd.conf
After you've edited it, save it (ctrl+x in pico) and now you can start your IRCd!
Starting UnrealIRCd
From shell, in the Unreal3.2 directory, type the following command:
./unreal start
If you receive no errors, you should now be able to connect to your IRCd!
or Simple Install Unrealircd
1. tar -zxvf Unreal3.2.X.tar.gz
2. cd Unreal3.2
3. ./Config (See AfterX UnrealIRCd Config Script Required Values for help
4. Answer these questions to the best of your knowledge. Generally if your not sure, the default will work just fine!
5. make
6. make install
7. Now create your unrealircd.conf and other configuration files, see section 4.
X == Number Version Unrealircd
Open Mirc and test your ircd
/server localhost 6667