In diesem Beispiel wird ircd-irc2 verwendet.
sudo apt-get install ircd-irc2
Die Konfigurationsdateien findet man unter /etc/ircd/
M-Line für seine Domain anpassen, A-Line gibt die Kontaktadresse für den Server an, P-Line und I-Line können so belassen werden. Hier wird der Port 6667 für IRC verwendet.
# This is ircd's config-file. Look at # /usr/share/doc/ircd-irc2/ircd.conf.example.gz and # and /usr/share/doc/ircd-irc2/INSTALL.* for more detailled information # and instructions # M-Line M:irc.swechsler.de::Debian ircd default configuration::000A # A-Line A:Contact <admin@swechsler.de> for questions # Y-Lines Y:1:90::100:512000:5.5:100.100 Y:2:90::300:512000:5.5:250.250 # I-Line I:*:::0:1 I:127.0.0.1/32:::0:1 # P-Line P::::6667:
Default
[ Debian GNU/Linux ] |------------------------------------------------------------------------| | This is Debian's default IRCd server configuration for irc2.11. If you | | see this and if you are the server administrator, just edit ircd.conf | | and ircd.motd in /etc/ircd. | | Martin Loschwitz, 1st January 2005 | |------------------------------------------------------------------------|
Die MOTD kann nach eigenen wünschen beliebig angepasst werden.
sudo /etc/init.d/ircd-irc2 restart