PDA

Tam Sürüm Bilgini Göster : irc serverini kurdum ama bağlanmıyor


caGATay
26-02-2007, 21:46
unreadircd yi kurdum.Program sorunsuz çalışıyor.Aşağıdaki gibide conf ayarlarını yaptım.Fakat server'e localhost'dan bağlanmak istediğimde bağlantı reddedildi hatasını alıyorum.Nasıl çözebilirim?


Fixedsys;me { name "irchub.turkhub.net";
info "TurkHub - Main Hub Server";
numeric 1;
};
admin {
"TurkHub Staff";
"staff@turkhub.net";
};
class clients
{
pingfreq 90;
maxclients 512;
sendq 80000;
recvq 7000;
};
class oper
{
pingfreq 80;
maxclients 15;
sendq 32000;
recvq 32000;
};

class servers
{
pingfreq 100;
maxclients 20;
sendq 1000000;
connfreq 100;
};
/*
* NEW: allow {}
* OLD: I:Line
* This defines allowing of connections...
* Basically for clients, it allows them to connect so you can have some
* control and/or set a password.
* Syntax is as follows:
* allow {
* ip (ip mask to allow); 127.0.0.1
* hostname (host mask); localhost
* class (class to send them to [see class {}]);
* password "(password)"; (optional)
* maxperip (how many connections per ip); (optional)
* };
*/
allow {
ip *127.0.0.1*;
hostname *127.0.0.1*;
class clients;
maxperip 15;
redirect-server irc.turkhub.net;
};
/*
* NEW: allow channel {}
* OLD: chrestrict
* Allows a user to join a channel...
* like an except from deny channel.
* Syntax:
* allow channel {
* channel "channel name";
* };
*/
allow channel {
channel "#WarezSucks";
};
/*
* NEW: oper {}
* OLD: O:Line
* Defines an IRC Operator
* IRC operators are there to keep sanity to the server and usually keep it
* maintained and connected to the network.
* The syntax is as follows:
* oper (login) {
* class (class to put them in, if different from I, moves them to new
* class);
* from {
* userhost (ident@host);
* userhost (ident@host);
* };
* flags
* {
* (flags here*);
* };
* OR
* flags "old type flags, like OAaRD";
* };
*/
/* OLD OPER FLAG | NEW FLAG NAME
O global
o local
a services-admin
A admin
r can_rehash
D can_die
R can_restart
h helpop
w can_wallops
g can_globops
c can_localroute
L can_globalroute
k can_localkill
K can_globalkill
b can_kline
Z can_gzline
t can_gkline
B can_unkline
n can_localnotice
G can_globalnotice
N netadmin
C coadmin
z can_zline
W get_umodew
H get_host
v can_override
*/
/*
Note: netadmin gives you OaAN
admin and services-admin give you o as well
*/
oper serkan {
from {
userhost *@*;
};
password "123456";
class "oper";
modes "q";
snomask "FfkecSjvqso";
maxlogins "3";
flags "oOCAaNrDRhwgLkKbBnGztZWXHv^";
};

/*
* NEW: listen {}
* OLD: P:Line
* This defines a port for the ircd to bind to, to
* allow users/servers to connect to the server.
* Syntax is as follows:
* listen (ip number):(port number)
* {
* options {
* (options here);
* };
* };
* or for a plain
* listen: listen (ip):(port);
*
* NOTICE: for ipv6 ips (3ffe:b80:2:51d::2 etc), use listen [ip]:port;
*
* That works also.
*/
/* Options for listen:
OLD | NEW
S serversonly
C clientsonly
J java
s ssl
* standard
*/
listen 127.0.0.1:6667;



/*
options:
OLD | NEW
S ssl
Z zip
N/A autoconnect
N/A quarantine
N/A nodnscache
*/

/*
*
* NEW: ulines {}
* OLD: U:Line
* U-lines give servers more power/commands, this should ONLY be set
* for services/stats servers and NEVER for normal UnrealIRCd servers!
* Syntax is as follows:
* ulines {
* (server to uline);
* (server to uline);
* [etc]
* };
*/
ulines {
services.turkhub.net;
};
/*
* NEW: drpass {}
* OLD: X:Line
* This defines the passwords for /die and /restart.
* Syntax is as follows:
* drpass {
* restart "(password for restarting)";
* die "(password for die)";
* };
*/
drpass {
restart "hassiktirhassiktir";
die "sabitsuandaveremicem";
};
log "ircd.log" {
/* Delete the log file and start a new one when it reaches 2MB, leave this out to always use the
same log */
maxsize 5MB;
flags {
oper;
kline;
server-connects;
kills;
errors;
};
};

/* Standard aliases */
alias NickServ { type services; };
alias ChanServ { type services; };
alias OperServ { type services; };
alias HelpServ { type services; };
alias StatServ { type stats; };
alias "identify" {
format "^#" {
nick "chanserv";
type services;
parameters "IDENTIFY %1-";
};
format "^[^#]" {
nick "nickserv";
type services;
parameters "IDENTIFY %1-";
};
type command;
};
/* Standard aliases */
alias "services" {
format "^#" {
nick "chanserv";
type services;
parameters "%1-";
};
format "^[^#]" {
nick "nickserv";
type services;
parameters "%1-";
};
type command;
};
alias "identify" {
format "^#" {
nick "chanserv";
type services;
parameters "IDENTIFY %1-";
};
format "^[^#]" {
nick "nickserv";
type services;
parameters "IDENTIFY %1-";
};
type command;
};

/*
* NEW: tld {}
* OLD: T:Line
* This sets a different motd and rules files
* depending on the clients hostmask.
* Syntax is as follows:
* tld {
* mask (ident@host);
* motd "(motd file)";
* rules "(rules file)";
* };
*/
/*
* NEW: ban nick {}
* OLD: Q:Line
* Bans a nickname, so it can't be used.
* Syntax is as follows:
* ban nick {
* mask "(nick to ban)";
* reason "(reason)";
* };
*/


/*
* NEW: ban ip {}
* OLD: Z:Line
* Bans an ip from connecting to the network.
* Syntax:
* ban ip { mask (ip number/hostmask); reason "(reason)"; };
*/
ban ip {
mask 195.86.232.81;
reason "Delinked server";
};
/*
* NEW: ban server {}
* OLD: Server Q:Line
* Disables a server from connecting to the network.
* if the server links to a remote server, local server
* will disconnect from the network.
* Syntax is as follows:
* ban server {
* mask "(server name)";
* reason "(reason to give)";
* };
*/
ban server {
mask eris.berkeley.edu;
reason "Get out of here.";
};
/*
* NEW: ban user {}
* OLD: K:Line
* This makes it so a user from a certain mask can't connect
* to your server.
* Syntax:
* ban user { mask (hostmask/ip number); reason "(reason)"; };
*/

/*
* NEW: ban realname {}
* OLD: n:Line
* This bans a certain realname from being used.
* Syntax:
* ban realname {
* mask "(real name)";
* reason "(reason)";
* };
*/
/*
* NOTE FOR ALL BANS, they may be repeated for addition entries!
*
* NEW: except ban {}
* OLD: E:Line
* This makes it so you can't get banned.
* Syntax:
* except ban { mask (ident@host); };
* Repeat the except ban {} as many times
* as you want for different hosts.
*/
except ban { mask *@81.215.64.38; };
except ban { mask *@85.105.50.86; };
except ban { mask *@89.149.*; };
except ban {
/* don't ban stskeeps */
mask *stskeeps@212.*;
};

/* You can include other configuration files */
/* include "klines.conf"; */
/* Network configuration */
set {
network-name "TurkHub";
default-server "irc.turkhub.net";
services-server "services.turkhub.net";
oper-auto-join "#master";
auto-join "#TurkHub";
modes-on-join "+ntSf [1c#M5,8j#R6,15m#M6,7n#N6,4t#b]:5";
stats-server "stats.turkhub.net";
help-channel "#Help";
hiddenhost-prefix "TurkHub";
prefix-quit "Cikis :";
cloak-keys {
"a2J46fa3Q6w1oN3s7";
"Shfad6sfw3gqG8If";
"sFhaiAe2QC7UfdNsh";
};
/* on-oper host */
hosts {
local "locop.turkhub.net";
global "globop.turkhub.net";
coadmin "coadmin.net";
admin "admin.turkhub.net";
servicesadmin "csop.turkhub.net";
netadmin "netadmin.turkhub.net";
host-on-oper-up "yes";
};
};
set {
kline-address "kline@turkhub.net";
gline-address "gzline@turkhub.net";
modes-on-oper "+gpqstvwxW";
who-limit "75";
modes-on-connect "+xGi";
dns {
nameserver 89.149.203.174;
timeout 2s;
retries 2s;
};
options {
hide-ulines;
dont-resolve;
show-opermotd;
allow-part-if-shunned;
flat-map;
fail-oper-warn;
};
maxchannelsperuser 25;
anti-spam-quit-message-time 1h;
oper-only-stats "okGsMRUEelLCXzdD";
throttle {
connections 6;
period 30s;
};
default-bantime 1d;
anti-flood {
nick-flood 2:5;
away-flood 5:60s;
};
spamfilter {
except "#x,#help,#master,#operhelp";
ban-time "10d";
ban-reason "TurkHub Reklam Korumasi";
};

};

/*
* Problems or need more help?
* 1) www.vulnscan.org/UnrealIrcd/unreal32docs.html
* 2) www.vulnscan.org/UnrealIrcd/faq/ <- contains 80% of your questions!
* 3) If you still have problems you can go irc.ircsystems.net #unreal- *
*/
include "aliases/ircservices.conf";
loadmodule "modules/cloak.dll";
loadmodule "modules/commands.dll";

UnReaL
27-02-2007, 00:02
nereye kurdun kendi pc nemi kurdun Unreal ?
- Unreal'in exe sürümü (windows için olani) pek sağlikli çali$miyor ayrica.

economist
11-03-2007, 13:29
Windows kurmuş kendi makinasina kurmuş :)

SaNTo
16-04-2007, 03:38
Windows'a Kurulurmu Be Kardeşim Zor Olur Olmasını Görmemisim Olsada Verim Alamassın...

ircdmaster
18-04-2007, 20:51
Kurulurda Cok Sacma Olur :) No-ip 'den ip al Makina Acik tut. vs vs :) En iyisi Shell Almak :)

ein
15-05-2007, 17:14
beLki adamin , firmasinda bir dedicated makınasi war ,bence boş post atilmasindan ziyade , fikir üretilmesi istenilen cevabin verilmesi daha hoş olurdu ,

kolay gelsin

toXic
17-05-2007, 18:29
iyi Kuramamış demekki.