Prosíme přihlašte se nebo zaregistrujte.

Přihlašte se svým uživatelským jménem a heslem.
Vaše pomoc je stále potřeba!

Autor Téma: IRC server ngircd [vyřešeno]  (Přečteno 2712 krát)

Kaufman

  • Návštěvník
  • Příspěvků: 31
IRC server ngircd [vyřešeno]
« kdy: 12 Března 2010, 19:21:44 »
Zdravím všechny Ubunťáky ;D, potřeboval bych pomoct jak zprovoznit program ngircd. Potřebuji udělat IRC server pro místní síť. Již jsem ho nainstaloval přes centrum software, ale bohužel nevím jak dál. Nikde se nevytvořila žádná ikona.Pro rady typu googli, již jsem googlil. Prosím o radu jak na to.. Předem moc děkuji  :)
« Poslední změna: 22 Března 2010, 14:51:49 od Pavel Půlpán »

Martin Kiklhorn

  • Člen občanského sdružení Ubuntu ČR a placené komunitní podpory
  • Administrátor fóra
  • Závislák
  • ******
  • Příspěvků: 4807
  • グーグル!ご存知ですか?
    • HEJ
Re: IRC server ngircd
« Odpověď #1 kdy: 12 Března 2010, 19:29:45 »
Jsou ve vašem dotazu OPRAVDU VŠECHNY vám dostupné informace o problému?
Linux user since 2007-10-11, Registered #456007
Virtual
| Distribuce
~/slozka znamená /home/"vase jmeno"/slozka
6521 69DE 0F34 FCBC FB1D  DE76 360E 52B2 F71A B8E8

Kaufman

  • Návštěvník
  • Příspěvků: 31
Re: IRC server ngircd
« Odpověď #2 kdy: 12 Března 2010, 19:35:52 »
tam sem právě také došel, ale nějak tomu nerozumím. Prostě instalaci jsem zvládl, ale nevím jak spustit :(
A ještě by mě zajímalo proč si přesunul to téma? Myslím, že jsem ho zařadil dobře, jde po komunikační program.
« Poslední změna: 12 Března 2010, 19:41:35 od Kaufman »

LuciusMare

  • Závislák
  • ***
  • Příspěvků: 1749
Re: IRC server ngircd
« Odpověď #3 kdy: 12 Března 2010, 21:54:36 »
No, tak docela ne, je to server, a tak se to spíš hodí do podpory pro server :) Jinak, spouštění by mělo probíhat příkazem, nebo je zaplý už při startu systému, ale i při nejhorším by jsi měl mít v manuálových stránkách.
Citace
<Firzen> tak teď budu Číňan
<Firzen> tak uvidíme :D
Jabber: LuciusMare (zkroucenina) jabbim (tecka) cz

Kaufman

  • Návštěvník
  • Příspěvků: 31
Re: IRC server ngircd
« Odpověď #4 kdy: 12 Března 2010, 21:57:11 »
Jo to je vlastně jedno :) Jde mi o to, zda už si to někdo někdy zprovoznil, prostě nejsem tak dobrý přes tyhle věci.

Martin Kiklhorn

  • Člen občanského sdružení Ubuntu ČR a placené komunitní podpory
  • Administrátor fóra
  • Závislák
  • ******
  • Příspěvků: 4807
  • グーグル!ご存知ですか?
    • HEJ
Re: IRC server ngircd
« Odpověď #5 kdy: 13 Března 2010, 12:01:08 »
editujte konfigurační soubor, pravděpodobně /etc/ngircd.conf
v dokumentaci máte ukázkový.

a pak server spusťte.

Pokud byl instalován z repozitářů tak předpokládám že postačí
Kód: [Vybrat]
/etc/init.d/ngircd startnebo
Kód: [Vybrat]
service ngircd start
Jsou ve vašem dotazu OPRAVDU VŠECHNY vám dostupné informace o problému?
Linux user since 2007-10-11, Registered #456007
Virtual
| Distribuce
~/slozka znamená /home/"vase jmeno"/slozka
6521 69DE 0F34 FCBC FB1D  DE76 360E 52B2 F71A B8E8

Kaufman

  • Návštěvník
  • Příspěvků: 31
Re: IRC server ngircd
« Odpověď #6 kdy: 18 Března 2010, 12:06:22 »
Už jsem to nakonfiguroval,ale  nyní když to spustím, tak se nemohu připojit.
Upřesním: Přesněji řečeno, server je nastaven, aby přijímal (poslouchal) na všech adresách. Spustím si na tom samém  notebook IRC klienta a zkouším se připojit, ale bohužel na server to nejde.
Kód: [Vybrat]
#
# This is only a sample configuration for Debian
#
# The original can be found at:
# /usr/share/doc/ngircd/examples/sample-ngircd.conf.gz

[Global]

# The [Global] section of this file is used to define the main
# configuration of the server, like the server name and the ports
# on which the server should be listening.

# Server name in the IRC network, must contain at least one dot
# (".") and be unique in the IRC network. Required!
Name = irc.localserver.cz

# Info text of the server. This will be shown by WHOIS and
# LINKS requests for example.
Info = Yet another IRC Server running on Debian GNU/Linux

# Global password for all users needed to connect to the server
;Password = 12345

# Information about the server and the administrator, used by the
# ADMIN command. Not required by server but by RFC!
AdminInfo1 = Debian User
AdminInfo2 = Debian City
AdminEMail = root@localhost

# Ports on which the server should listen. There may be more than
# one port, separated with ",". (Default: 6667)
Ports = 6667, 6668, 6669

# IP address on which the server should listen. (Default: empty,
# so the server listens on all IP addresses of the system)
;Listen =

# Text file with the "message of the day" (MOTD). This message will
# be shown to all users connecting to the server:
MotdFile = /etc/ngircd/ngircd.motd

# A simple Phrase (<256 chars) if you don't want to use a motd file.
# If it is set no MotdFile will be read at all.
;MotdPhrase = "Hello. This is the Debian default MOTD sentence"

# Do NOT change this on Debian! It runs with the default user 'irc'
;ServerUID = 65534
;ServerGID = 65534
# Do NOT change this on Debian! The Initscript takes care of this file!
PidFile = /var/run/ngircd/ngircd.pid

# After <PingTimeout> seconds of inactivity the server will send a
# PING to the peer to test whether it is alive or not.
PingTimeout = 120

# If a client fails to answer a PING with a PONG within <PongTimeout>
# seconds, it will be disconnected by the server.
PongTimeout = 20

# The server tries every <ConnectRetry> seconds to establish a link
# to not yet (or no longer) connected servers.
ConnectRetry = 60

# Should IRC Operators be allowed to use the MODE command even if
# they are not(!) channel-operators?
OperCanUseMode = yes

# Maximum number of simultaneous connection the server is allowed
# to accept (<=0: unlimited):
MaxConnections = 500

# Maximum number of simultaneous connections from a single IP address
# the server will accept (<=0: unlimited):
MaxConnectionsIP = 10

# Maximum number of channels a user can be member of (<=0: no limit):
MaxJoins = 10

[Operator]
# [Operator] sections are used to define IRC Operators. There may be
# more than one [Operator] block, one for each local operator.

# ID of the operator (may be different of the nick name)
;Name = Kaufman

# Password of the IRC operator
;Password = 12345

[Server]
# Other servers are configured in [Server] sections. If you
# configure a port for the connection, then this ngircd tries to
# connect to to the other server on the given port; if not it waits
# for the other server to connect.
# There may be more than one server block.
#
# Server Groups:
# The ngIRCd allows "server groups": You can assign an "ID" to every
# server with which you want this ngIRCd to link. If a server of a
# group won't answer, the ngIRCd tries to connect to the next server
# in the given group. But the ngircd never tries to connect to two
# servers with the same group ID.

# IRC name of the server
;Name = irc.localserver.cz

# Internet host name of the peer
;Host = connect-to-host.the.net

# Port of the server to which the ngIRCd should connect. If you
# assign no port the ngIRCd waits for incoming connections.
;Port =

# Own password for the connection. This password has to be configured
# as "PeerPassword" on the other server.
;MyPassword = 12345

# Foreign password for this connection. This password has to be
# configured as "MyPassword" on the other server.
;PeerPassword = 12345

# Group of this server (optional)
;Group = 123

[Channel]
# Pre-defined channels can be configured in [Channel] sections.
# Such channels are created by the server when starting up and even
# persist when there are no more members left.
# Persistent channels are marked with the mode 'P', which can be set
# and unset by IRC operators like other modes on the fly.
# There may be more than one [Channel] block.

# Name of the channel
;Name = #Kanal1

# Topic for this channel
;Topic = Our ngircd testing channel

# Initial channel modes
;Modes = tn

# -eof-


Připojuji se přes klienta Xchat.
Nevím jestli to mám dobře, neboť server IRC a server obecně spouštím poprvé. Také nevím, jestli nevadí, že se připojuji ze stejné IP adresy jako je server.


Kaufman

  • Návštěvník
  • Příspěvků: 31
Re: IRC server ngircd
« Odpověď #7 kdy: 22 Března 2010, 09:06:23 »
Už jsem to vyřešil... Takže můžete uzamknout téma, díky všem za pomoc  ;) ;)

LuciusMare

  • Závislák
  • ***
  • Příspěvků: 1749
Re: IRC server ngircd
« Odpověď #8 kdy: 22 Března 2010, 14:35:17 »
Témata se nezamykaj, jinak by se o tři roky později nedaly oživovat ;D
Citace
<Firzen> tak teď budu Číňan
<Firzen> tak uvidíme :D
Jabber: LuciusMare (zkroucenina) jabbim (tecka) cz

 

Provoz zaštiťuje spolek OpenAlt.