[Help]Cant connect to my unrealirc server...

These are old archives. They are kept for historic purposes only.
Locked
xposionn
Posts: 4
Joined: Sun Aug 21, 2011 9:06 am

[Help]Cant connect to my unrealirc server...

Post by xposionn »

unrealirc.conf:

Code: Select all

MS Shell Dlg 2;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";

me
{
    name "timormirc.no-ip.org";
    info "Timor";
    numeric 1;
};

admin {
    "Timor";
    "Timor";
    "timormirc.no-ip.org";
};

class     clients
{
    pingfreq 90;
    maxclients 500;
    sendq 100;
    recvq 8000;
};

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

oper Timor {
    class     clients;
    password "PASSWORD";
    from {
        userhost *@*;
    };
    flags
    {
        netadmin;
        can_zline;
        can_gzline;
        can_gkline;
        global;
    };
};

listen  *:6667;

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

set {
    network-name         "Botnet";
    default-server         "timormirc.no-ip.org";
    services-server     "services.timormirc.no-ip.org";
    stats-server         "stats.timormirc.no-ip.org";
    help-channel         "#pickachannelanychannel";
    hiddenhost-prefix    "timormirc.no-ip.org";
    cloak-keys {
        "aB1chhiGIg79g9fIgigioGIGh8989gg9D2eF3gH4";
        "iJ5khgzgz677VOIOug89gGg9FGzfZGHh89hL6mN7oP8";
        "qR9sTggGhoGuiog79679hh809hHH809zhH99hHHo0uV1wX2";
    };
    hosts {
        local        "timormirc.no-ip.org";
        global        "timormirc.no-ip.org";
        coadmin        "timormirc.no-ip.org";
        admin        "timormirc.no-ip.org";
        servicesadmin     "timormirc.no-ip.org";
        netadmin     "timormirc.no-ip.org";
        host-on-oper-up "timormirc.no-ip.org";
    };
};

set {
    kline-address "[email protected]";
    modes-on-connect "+ixw";
    modes-on-oper     "+xwgs";
    oper-auto-join "#PICKACHANNELANYCHANNEL";
    options {
        hide-ulines;
        show-connect-info;
    };

    maxchannelsperuser 50000;
    anti-spam-quit-message-time 10s;
    oper-only-stats "okfGsMRUEelLCXzdD";
    throttle {
        connections 3;
        period 60s;
    };

    anti-flood {
        nick-flood 3:60;    
    };

    spamfilter {
        ban-time 3604d; 
        ban-reason "Spam/Advertising"; 
        virus-help-channel "#PICKACHANNELANYCHANNEL"; 
    };
}; 
the problam while i'm trying to connect:

Code: Select all

(12:20:48) * Connecting to timormirc.no-ip.org (6667)
-
(12:21:09) * Unable to connect to server (Connection timed out)
Jobe
Official supporter
Posts: 1180
Joined: Wed May 03, 2006 7:09 pm
Location: United Kingdom

Re: [Help]Cant connect to my unrealirc server...

Post by Jobe »

You need to configure your router to forward port 6667 to your computers LAN IP.

Also note, depending on your router you may not be able to connect to your router's public IP (77.126.62.160, which is what you have timormirc.no-ip.org pointed to) from your LAN anyway.
Your IP: Image
Your Country: Image
xposionn
Posts: 4
Joined: Sun Aug 21, 2011 9:06 am

Re: [Help]Cant connect to my unrealirc server...

Post by xposionn »

i Opend the ports and i have a new error

Code: Select all

Unable to connect to server (Connection refused)
Stealth
Head of Support
Posts: 2086
Joined: Tue Jun 15, 2004 8:50 pm
Location: Chino Hills, CA, US
Contact:

Re: [Help]Cant connect to my unrealirc server...

Post by Stealth »

Why does this look so much like http://forums.unrealircd.com/viewtopic.php?f=3&t=7272

Please read that thread and do all the suggested items.
Stealth
Head of Support
Posts: 2086
Joined: Tue Jun 15, 2004 8:50 pm
Location: Chino Hills, CA, US
Contact:

Re: [Help]Cant connect to my unrealirc server...

Post by Stealth »

So, funny story.

I found out you're trying to make botnet servers! I googled your conf and got the whole story.

WE WILL NOT HELP YOU CREATE BOTNET SERVERS

This topic is locked, don't create more.
Locked