Hallo mede OVHers,
Hier een uitgebreide uitleg hoe je IRCd goed werkend krijgt op je server.
Als eerste, ga naar je manager, klik op je dedicated server.
ga naar 'Diensten' of als je de engelse taal hebt gekozen 'Service'.
ga als volgt naar 'IRC Filter' kies je ip waar je de IRC Server op wilt draaien en klik op 'Allow'.
Connect nu met putty naar je server.
login als root met je eigen gegevens.
doe dan:
geef dit account een goed wachtwoord die moeilijk te kraken is!!
als je dit gedaan hebt doe je:
Code:
aptitude install build-essential
aptitude install openssl zlib1g-dev
en dan:
Code:
su ircd
cd ~
wget http://unreal.brueggisite.de/Unreal3.2.8.1.tar.gz
tar zxvf Unreal3.2.8.1.tar.gz
cd Unreal3.2
als je dit gedaan hebt zit je in de installatie map van je UnrealIRCd.
het installeren doe je als volgt:
Druk nu op
spatie tot je bij het einde bent en dan op
>>ENTER<<.
dan kom je bij dit:

Oorspronkelijk geplaatst door
UnrealIRCd3.2 ./Config
Many older operating systems have an insecure TCP/IP stack
which may be vulnerable to IP spoofing attacks, if you run
an operating system that is vulnerable to such attacks
enable this option. This option can also be useful to prevent
blind proxies from connecting (eg: HTTP POST proxies).
Do you want to enable the server anti-spoof protection?
[No] -> >>YES<<
What directory are all the server configuration files in?
[/home/ircd/Unreal3.2] -> >>ENTER<<
What is the path to the ircd binary including the name of the binary?
[/home/ircd/Unreal3.2/src/ircd] -> >>ENTER<<
Would you like to compile as a hub or as a leaf?
Type Hub to select hub and Leaf to select leaf.
[Hub] -> >>ENTER<<
What is the hostname of the server running your IRCd?
[server3.goedkopeircd.nl] -> irc.everlookwow.nl Verander dit naar je eigen irc.joudomein.tld !!
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] -> >>ENTER<<
Do you want to support SSL (Secure Sockets Layer) connections?
[No] -> >>ENTER<<
Do you want to enable IPv6 support?
[No] -> >>ENTER<<
Do you want to enable ziplinks support?
[No] -> >>YES<<
If you know the path to zlib on your system, enter it here. If not
leave this blank
[] -> >>ENTER<<
Do you want to enable remote includes?
[No] -> >>ENTER<<
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, irssi, CGI:IRC, etc.)
This feature should be enabled/disabled network-wide.
[Yes] -> >>ENTER<<
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] -> >>ENTER<<
How far back do you want to keep the nickname history?
[2000] -> >>ENTER<<
What is the maximum sendq length you wish to have?
[3000000] -> >>ENTER<<
How many buffer pools would you like?
This number will be multiplied by MAXSENDQLENGTH.
[18] -> >>ENTER<<
How many file descriptors (or sockets) can the IRCd use?
[1024] -> >>ENTER<<
Would you like any more parameters to configure?
Write them here:
[]-> >>ENTER<<
nu is hij bezig met de configuratie.
als dit klaar is doe je:
nu is je UnrealIRCd gecompiled!