Indice del forum
RegistratiCercaFAQLista utentiGruppiLog in
unreal part2

 
Rispondi    Indice del forum » Ircd Precedente
Successivo
unreal part2
Autore Messaggio
claudioo93
Utente esperto


Registrato: 01/11/07 20:37
Messaggi: 358

Messaggio unreal part2 Rispondi citando
raga riapro questa discussione,
con il pc dove ho windows o ristallato unreal e fatto la configurazione,
ma se mi collego con 127.0.0.1 funziona,ma se mi collego al mio ip no.
eppure quando mi collego a 127.0.0.1 viene ke si sta collegando al mio ip :S
o provato ad aprire la porta 6667 del router ma lo stesso Sad

la conf e :

Codice:
/* Unrealircd Config File For Win2k/xp Coded By eXtRem3-xS` */

loadmodule "modules/commands.dll";
loadmodule "modules/cloak.dll";

include "help.conf";
include "badwords.channel.conf";
include "badwords.message.conf";
include "badwords.quit.conf";
include "spamfilter.conf";
include "aliases/aliases.conf";
include "aliases/anope.conf";

me
{
name "87.11.146.107";
info "TramontoIRC NetWork";
numeric 1;
};

admin {
"Admin: idcp";
};


class clients
{
pingfreq 60;
maxclients 500;
sendq 100000000;
recvq 8000;
};

class servers
{
pingfreq 90;
maxclients 10; /* Max servers we can have linked at a time */
sendq 101000000;
connfreq 100; /* How many seconds between each connection attempt */
};


allow {
ip *@*;
hostname *@*;
class clients;
maxperip 3;
};

oper idcp {
class clients;
from { userhost *@*; };
password "claant93";
flags
{
admin;
can_override;
can_gkline;
can_gzline;
can_zline;
get_umodew;
get_host;
can_rehash;
can_restart;
local;
global;
coadmin;
admin;
services-admin;
netadmin;
can_rehash;
can_die;
can_restart;
helpop;
can_wallops;
can_globops;
can_localroute;
can_globalroute;
can_localkill;
can_globalkill;
can_kline;
can_unkline;
can_localnotice;
can_globalnotice;
can_zline;
can_gkline;
can_gzline;
get_umodew;
get_host;
can_override;
can_setq;
can_addline;
can_dccdeny;

};
};



listen 87.11.146.107:6665
{
options
{
clientsonly;
};
};

listen 87.11.146.107:6666
{
options
{
clientsonly;
};
};

listen 87.11.146.107:6667
{
options
{
clientsonly;
};
};

listen 127.0.0.1:6668
{
options
{
clientsonly;
};
};


listen 87.11.146.107:6670
{
options
{
clientsonly;
};
};

listen 127.0.0.1:7001
{
options
{
serversonly;
};
};

listen 127.0.0.1:5000
{
options
{
serversonly;
};
};

ulines {
services.87.11.146.107;
};

drpass {
restart "I-love-to-restart";
die "die-you-stupid";
};

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 2097152;
flags {
oper;
kline;
connects;
server-connects;
kills;
errors;
};
};

// This points the command /nickserv to the user NickServ who is connected to the set::services-server server
/*alias NickServ {
nick "NickServ";
type services;
};*/

// If you want the command to point to the same nick as the command, you can leave the nick entry out
//alias ChanServ { type services; };

// Points the /statserv command to the user StatServ on the set::stats-name server
//alias StatServ { type stats; };

// Points the /superbot command to the user SuperBot
//alias SuperBot { type normal; };


/* Standard aliases */
alias BotServ { type services; }; alias BS { nick BotServ; type services; };
alias ChanServ { type services; }; alias CS { nick ChanServ; type services; };
alias HostServ { type services; }; alias HS { nick HostServ; type services; };
alias HostServ { type services; }; alias HO { nick HostServ; type services; };
alias MemoServ { type services; }; alias MS { nick MemoServ; type services; };
alias NickServ { type services; }; alias NS { nick NickServ; type services; };
alias OperServ { type services; }; alias OS { nick OperServ; type services; };


/*
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;
};

ban realname {
mask "Swat Team";
reason "mIRKFORCE";
};

ban realname {
mask "sub7server";
reason "sub7";
};

ban version {
mask "*Armenian*";
reason "No Armenian Bot's are allowed on this network!";
action kline;
};
ban version {
mask "*Bottler*";
reason "No Bottlers are allowed on this network!";
action kline;
};
ban version {
mask "*Catcher*";
reason "No XDCC Catcher are allowed on this network!";
action kline;
};
ban version {
mask "*IRC-Ork*";
reason "No IRC-Ork bot's are allowed on this network!";
action kline;
};

except ban {
/* don't ban stskeeps */
mask ete@*;
};

set {
network-name "TramontoIRC NetWork";
default-server "87.11.146.107";
services-server "services,tramonto.gotdns.org";
stats-server "stats.87.11.146.107";
help-channel "#IRCHelp";
hiddenhost-prefix "User-Tramonto";
prefix-quit "Quit:Bye bye!";

/* on-oper host */
hosts {
local "Local.tramonto.Org";
global "IRCop.tramonto.Org";
coadmin "Coadmin.tramonto.Org";
admin "Admin.tramonto.Org";
servicesadmin "ServicesAdmin.tramonto.Org";
netadmin "NetAdmin.tramonto.Org";
host-on-oper-up "yes";
};
};

set {
cloak-keys {
"ASdw5r4wefDSGghf5GDdfgDRtjygft86t";
"6JGHDRt45568HDFGdfgdfgtr6545r6DFGdfgter";
"KUYR76578ygk8U65ITFOigku765rITYFLI76kutyfkjhG";
};
};


/* Server specific configuration */

set {
kline-address "kline@extreme.org";
modes-on-connect "+ixw";
modes-on-oper "+xwgs";
oper-auto-join "#Opers,#IRCHelp";
oper-only-stats "*";
dns {
nameserver 87.11.146.107;
timeout 2s;
retries 2;
};
options {
hide-ulines;
flat-map;

show-connect-info;
};

maxchannelsperuser 15;
anti-spam-quit-message-time 10s;

throttle {
connections 3;
period 60s;
};

/* Anti flood protection */
anti-flood {
nick-flood 3:60; /* 3 nickchanges per 60 seconds (the default) */
};

/* Spam filter */
spamfilter {
ban-time 1d; /* default duration of a *line ban set by spamfilter */
ban-reason "Spam/Advertising"; /* default reason */
virus-help-channel "#help"; /* channel to use for 'viruschan' action */
/* except "#help"; channel to exempt from filtering */
};
};


link services.87.11.146.107
{
        username        *;
        hostname        87.11.146.107;
        bind-ip         87.11.146.107;
        port            7001;
        hub             *;
        password-connect "claant93";
        password-receive "claant93";
        class           servers;
        options {
                autoconnect;
        };
};

Ven Mar 21, 2008 2:09 pm Profilo Invia messaggio privato
Mostra prima i messaggi di:    
Rispondi    Indice del forum » Ircd Tutti i fusi orari sono GMT + 1 ora
Pagina 1 di 1

 
Vai a: 
Non puoi inserire nuovi argomenti
Non puoi rispondere a nessun argomento
Non puoi modificare i tuoi messaggi
Non puoi cancellare i tuoi messaggi
Non puoi votare nei sondaggi


Powered by phpBB © 2001, 2005 phpBB Group
Design by Freestyle XL / Flowers Online.phpbb.it