Inhaltsverzeichnis
ShroudBNC Installation
Hier wird die Installation der deutschen sbnc Variante sbnc+ beschrieben.
Libraries installieren
$> su root $> apt-get install libssl-dev $> apt-get install tcl8.4-dev $> exit
Download
$> wget http://heanet.dl.sourceforge.net/sourceforge/sbncplus/sbnc+1.2-011.tar.gz
Entpacken
$> tar xvfz sbnc+1.2-011.tar.gz
Kompilieren
$> cd sbnc-1.2 $> ./configure $> make $> make install $> cd ../sbnc
Zertifikate anlegen
$> openssl genrsa -des3 -out sbnc.key 4096 $> openssl req -new -x509 -days 600 -key sbnc.key -out sbnc.crt
Konfigurieren
$> ./sbnc This utility will automatically generate a suitable configuration for you once it has asked you some questions. 1. Which port should the bouncer listen on? [9000] 5000 2. What should the first user's name be? test 3. Please enter a password for the first user: moo Writing config..."
Starten
$> ./sbnc
Das Passwort entspricht der definierten Passphrase:
Lade sBNC+ Modul./lib-0/libsbnc.la Thu Jan 29 21:05:13 2009: Logsystem initialisiert. Enter PEM pass phrase: Thu Jan 29 21:05:13 2009: SSL Listener Port erstellt. Thu Jan 29 21:05:13 2009: Starte Hauptschleife. Daemonizing... FERTIG.