[ DRAGOMIR_013(PA) @ 11.08.2005. 16:47 ] @
podesio sam unrealircd i sve radi ali je problem sto samo ja mogu da udjem na server ali ne znam zasto,da nije problem mozda u portovima da ne treba nesto da se podesi mozda (server bi bio na mom kompu) ak neko zna neka odgovori!
[ Picsel @ 11.08.2005. 18:06 ] @
Moguce da ti je port zatvoren. Proveri podesavanja firewalla. Takodje moze da bude da ti je provajder zatvorio portove.
[ DRAGOMIR_013(PA) @ 11.08.2005. 19:03 ] @
nije zvao sam provajdera i rekli su mi da nijedan port nije zakljucan nego da ja sam treba da ih otkljucam tj da ih pustim da rade kao nesto treba da se podesi u kontrol panelu!
[ DRAGOMIR_013(PA) @ 11.08.2005. 19:21 ] @
evo ga namestio sam jel moze sada neko da mi pomogne da spojim anope na server ?
[ Picsel @ 11.08.2005. 20:06 ] @
Pise uglavnom sve u manualu. Evo ti ovde ukratko
http://www.elitesecurity.org/tema/128468-Linkovanje-Unreala-Anope
[ DRAGOMIR_013(PA) @ 11.08.2005. 20:45 ] @
ono mi nije najbolje jasno aj mi malo pojasni molim te ili ako imash podesen da mi posaljesh taj fajl ?
[ LaMpiR @ 11.08.2005. 21:56 ] @
Citat:
DRAGOMIR_013(PA): ono mi nije najbolje jasno aj mi malo pojasni molim te ili ako imash podesen da mi posaljesh taj fajl ?



Ovo bas dosta ljudi trazi...
Zar nije jednostavnije procitati readme i skontati ?

evo kod-a iz unrealircd.conf

Citat:

listen *:7029;


# This is your link block, only
# important if you're going to have services
# and/or link your IRCd to another IRCd. Port
# 7029 is the standard for linking services.

link services.yumirc.net
{
username *;
hostname 127.0.0.1;
bind-ip *;
port 7029;
hub *;
password-connect "testing";
password-receive "testing";
class servers;
options {
};
};


evo sad iz services.conf

Citat:
###########################################################################
#
# Remote server configuration
#
###########################################################################

# RemoteServer <hostname> <port> <password> [REQUIRED]
# Specifies the remote server hostname and port. The hostname may
# either be a standard Internet hostname or dotted-quad numeric
# address; the port number must be an integer between 1 and 65535
# inclusive. The password is a string which should be enclosed in
# double quotes if it contains any spaces (or just for clarity).
#
# The remote server and port may be overridden at runtime with the
# -remote command-line option. The password may not be set at runtime.
#
# If services can't connect to the RemoteServer, they will try
# RemoteServer2 (if defined). If they can't connect to RemoteServer2,
# they will use RemoteServer3 (if defined).

RemoteServer 127.0.0.1 7029 "testing"
#RemoteServer2 localhost 6667 "mypass"
#RemoteServer3 localhost 6667 "mypass"




[Ovu poruku je menjao LaMpiR dana 11.08.2005. u 22:58 GMT+1]