UUGRN:Dienste/BNC/User
Aus UUGRN
< UUGRN:Dienste | BNC(Weitergeleitet von UUGRN:BNC/User)
Client-Konfigurationen[Bearbeiten]
Jeder BNC-Benutzer hat genau einen Benutzernamen und genau ein Passwort.
- Beispiel
- user=john, passwort=p4ssw0rd
Beim Verbinden mit dem BNC muss der IRC-Client also idR folgendes konfigurieren:
server: bnc.uugrn.org port: 6660 … 6669 ssl: ja passwort: john/profilname:p4ssw0rd IPv6: optional
Der profilname ist ein im Benutzerprofil angelegtes IRC-Netz oder IRC-Server. So könnte zum Beispiel auf dem BNC unter dem Namen "uugrn" folgende Einstellung hinterlegt sein:
name: uugrn server: irc.uugrn.org port: 6697 IPv6: ja ssl: ja nickname: john nickname2: john_ nickname3: homer
Mit dem BNC-Passwort john/uugrn:p4ssw0rd wird der IRC-Client also mit dem BNC-Profil "uugrn" verbunden, welches wiederum auf irc.uugrn.org:6697 (ssl, ipv6) zugreift und hier die IRC-Nicknames "john", "john_" oder "homer" verwendet.
irssi[Bearbeiten]
Das nachfolgende Beispiel nimmt an, dass auf dem BNC verschiedene IRC-Netze angelegt sind, die hier nur einen symbolischen Namen besitzen. In ~/.irssi/config könnte also folgendes stehen:
servers = ( { address = "bnc.uugrn.org"; chatnet = "BNC-uugrn"; port = "6667"; use_ssl = "yes"; password = "john/uugrn:p4ssw0rd"; family = "inet6"; autoconnect = "yes"; }, { address = "bnc.uugrn.org"; chatnet = "BNC-hackint"; port = "6668"; use_ssl = "yes"; password = "john/hackint:p4ssw0rd"; family = "inet6"; autoconnect = "yes"; }, { address = "bnc.uugrn.org"; chatnet = "BNC-freenode"; port = "6669"; use_ssl = "yes"; password = "john/freenode:p4ssw0rd"; family = "inet6"; autoconnect = "yes"; }, { address = "bnc.uugrn.org"; chatnet = "BNC-ircnet"; port = "6665"; use_ssl = "yes"; password = "john/ircnet:p4ssw0rd"; family = "inet6"; autoconnect = "yes"; }, { address = "bnc.uugrn.org"; chatnet = "BNC-euirc"; port = "6664"; use_ssl = "yes"; password = "john/euirc:p4ssw0rd"; family = "inet6"; autoconnect = "yes"; }, { address = "bnc.uugrn.org"; chatnet = "BNC-twiceirc"; port = "6663"; use_ssl = "yes"; password = "john/twiceirc:p4ssw0rd"; family = "inet6"; autoconnect = "yes"; }, { address = .... }, { address = .... } );