<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Remove the line "flags = need_ident;" from your "*@*" auth block.<br>
<br>
wellex wrote:
<blockquote
 cite="mid:2c6e9ba50805281547q74114856v3b8423355abd87c1@mail.gmail.com"
 type="cite">Hello,<br>
This is my ircd.conf , my problem is when i run hybrid always [10101]
Host Disconnected, like this :<br>
* Connecting to <a moz-do-not-send="true" href="http://202.91.37.41">202.91.37.41</a>
(6667)<br>
-<br>
-hades.arpa- *** Looking up your hostname...<br>
-<br>
-hades.arpa- *** Checking Ident<br>
-<br>
-hades.arpa- *** No Ident response<br>
* [10101] host Disconnected<br>
 <br>
I don't know why? the problem is not in my box firewall or connection
because when i try another ircd, all working fine.<br>
but when i try hybrid always disconnected.<br>
  <br>
can anybody help to fix it ?<br>
  <br>
thank you<br>
==========================================================<br
 clear="all">
  <br>
-- serverinfo {<br>
  <br>
    name = "hades.arpa";<br>
    sid = "1HS";<br>
    description = "hybrid-7 test server";<br>
    network_name = "MyNet";<br>
    network_desc = "This is My Network";<br>
    hub = no;<br>
    #vhost = "<a moz-do-not-send="true" href="http://192.169.0.1">192.169.0.1</a>";<br>
    #vhost6 = "3ffe:80e8:546::2";<br>
    /* max_clients: the maximum number of clients allowed to connect */<br>
    max_clients = 512;<br>
    #rsa_private_key_file = "/usr/local/ircd/etc/rsa.key";<br>
      #ssl_certificate_file = "/usr/local/ircd/etc/cert.pem";<br>
};<br>
  <br>
  <br>
admin {<br>
    name = "Smurf target";<br>
    description = "Main Server Administrator";<br>
    email = "<<a moz-do-not-send="true"
 href="mailto:syn@packets.r.us">syn@packets.r.us</a>>";<br>
};<br>
  <br>
log {<br>
    use_logging = yes;<br>
  <br>
  <br>
    fname_userlog = "logs/userlog";<br>
    fname_operlog = "logs/operlog";<br>
    fname_killlog = "logs/kill";<br>
    fname_klinelog = "logs/kline";<br>
    fname_glinelog = "logs/gline";<br>
  <br>
    log_level = L_INFO;<br>
};<br>
  <br>
  <br>
class {<br>
    <br>
    name = "users";<br>
    ping_time = 90 seconds;<br>
    number_per_ip = 2;<br>
    max_local = 2;<br>
    max_global = 10;<br>
    max_number = 100;<br>
    cidr_bitlen_ipv4 = 24;<br>
    cidr_bitlen_ipv6 = 120;<br>
    number_per_cidr = 16;<br>
    sendq = 100 kbytes;<br>
};<br>
  <br>
class {<br>
    name = "opers";<br>
    ping_time = 90 seconds;<br>
    number_per_ip = 10;<br>
    max_number = 100;<br>
    sendq = 100kbytes;<br>
};<br>
  <br>
class {<br>
    name = "server";<br>
    ping_time = 90 seconds;<br>
    ping_warning = 15 seconds;<br>
    connectfreq = 5 minutes;<br>
    max_number = 1;<br>
    sendq = 2 megabytes;<br>
};<br>
  <br>
  <br>
listen {<br>
    flags = hidden;<br>
    host = "<a moz-do-not-send="true" href="http://202.91.37.41">202.91.37.41</a>";<br>
    port = 6667, 7000;<br>
};<br>
  <br>
auth {<br>
  <br>
    user = "*@<a moz-do-not-send="true" href="http://172.16.0.0/12">172.16.0.0/12</a>";<br>
    user = "*test@123D:B567:*";<br>
    password = "letmein";<br>
    encrypted = yes;<br>
    spoof = "I.still.hate.packets";<br>
    class = "opers";<br>
    flags = need_password, spoof_notice, exceed_limit, kline_exempt,<br>
        gline_exempt, resv_exempt, no_tilde, can_flood, can_idle;<br>
};<br>
  <br>
auth {<br>
  <br>
    redirserv = "this.is.not.a.real.server";<br>
    redirport = 6667;<br>
    user = "*.server";<br>
    class = "users";<br>
};<br>
  <br>
auth {<br>
    user = "*@*";<br>
    class = "users";<br>
  <tt><font color="#ff0000">    flags = need_ident; <---- here</font></tt><br>
};<br>
  <br>
  <br>
operator {<br>
  <br>
    name = "god";<br>
    user = "*god@*";<br>
    user = "*@<a moz-do-not-send="true" href="http://127.0.0.1">127.0.0.1</a>";<br>
    password = "etcnjl8juSU1E";<br>
    encrypted = yes;<br>
#    rsa_public_key_file = "/usr/local/ircd/etc/oper.pub";<br>
    class = "opers";<br>
#    umodes = locops, servnotice, operwall, wallop;<br>
    flags = global_kill, remote, kline, unkline, xline,<br>
        die, rehash, nick_changes, admin, operwall;<br>
};<br>
  <br>
  <br>
connect {<br>
    <br>
    name = "<a moz-do-not-send="true" href="http://irc.uplink.com">irc.uplink.com</a>";<br>
    host = "<a moz-do-not-send="true" href="http://192.168.0.1">192.168.0.1</a>";<br>
    vhost = "<a moz-do-not-send="true" href="http://192.168.0.2">192.168.0.2</a>";<br>
    send_password = "password";<br>
      accept_password = "anotherpassword";<br>
    encrypted = no;<br>
    port = 6666;<br>
    hub_mask = "*";<br>
#    leaf_mask = "*.uk";<br>
#    fakename = "*.arpa";<br>
    class = "server";<br>
  <br>
  <br>
#    flags = autoconn, lazylink, compressed, cryptlink, burst_away,
topicburst;<br>
};<br>
connect {<br>
    name = "encrypted.auth.example";<br>
    host = "some.host.somewhere";<br>
    port = 6667;<br>
    flags = cryptlink;<br>
    rsa_public_key_file = "etc/remote.server.keyfile";<br>
#    cipher_preference = "BF/168";<br>
};<br>
connect "ipv6.some.server" {<br>
    host = "3ffd:dead:beef::1";<br>
    send_password = "password";<br>
    accept_password = "password";<br>
    port = 6666;<br>
    aftype = ipv6;<br>
    class = "server";<br>
};<br>
  <br>
  <br>
cluster {<br>
  <br>
    name = "*.arpa";<br>
    type = kline, unkline, locops, xline, resv;<br>
};<br>
  <br>
  <br>
shared {<br>
  <br>
    name = "irc2.some.server";<br>
    user = <a class="moz-txt-link-rfc2396E" href="mailto:oper@my.host.is.spoofed">"oper@my.host.is.spoofed"</a>;<br>
    type = kline, unkline, resv;<br>
};<br>
  <br>
  <br>
kill {<br>
    user = "bad@*.<a moz-do-not-send="true" href="http://hacked.edu">hacked.edu</a>";<br>
    reason = "Obviously hacked account";<br>
};<br>
  <br>
kill {<br>
    user = "^O[[:alpha:]]?[[:digit:]]+(x\.o|\.xo)$@^[[:alnum:]]{4}\.<a
 moz-do-not-send="true" href="http://evilnet.org">evilnet.org</a>$";<br>
    type = regex;<br>
};<br>
  <br>
  <br>
deny {<br>
    ip = "<a moz-do-not-send="true" href="http://10.0.1.0/24">10.0.1.0/24</a>";<br>
    reason = "Reconnecting vhosted bots";<br>
};<br>
  <br>
  <br>
exempt {<br>
    ip = "<a moz-do-not-send="true" href="http://192.168.0.0/16">192.168.0.0/16</a>";<br>
};<br>
resv {<br>
    <br>
    reason = "There are no services on this network";<br>
    nick = "nickserv";<br>
    nick = "chanserv";<br>
    channel = "#services";<br>
    reason = "Clone bots";<br>
    nick = "clone*";<br>
};<br>
gecos {<br>
    name = "*sex*";<br>
    reason = "Possible spambot";<br>
};<br>
  <br>
gecos {<br>
    name = "sub7server";<br>
    reason = "Trojan drone";<br>
};<br>
  <br>
gecos {<br>
    name = "*http*";<br>
    reason = "Spambot";<br>
};<br>
  <br>
gecos {<br>
    name = "^\[J[0o]hn Do[3e]\]-[0-9]{2,5}$";<br>
    type = regex;<br>
};<br>
  <br>
  <br>
channel {<br>
  <br>
    disable_fake_channels = yes;<br>
    restrict_channels = no;<br>
    disable_local_channels = no;<br>
    use_invex = yes;<br>
    use_except = yes;<br>
    use_knock = yes;<br>
    knock_delay = 1 minutes;<br>
    knock_delay_channel = 1 minute;<br>
    burst_topicwho = yes;<br>
    max_chans_per_user = 25;<br>
    quiet_on_ban = yes;<br>
    max_bans = 25;<br>
    join_flood_count = 16;<br>
    join_flood_time = 8 seconds;<br>
    default_split_user_count = 0;<br>
    default_split_server_count = 0;<br>
    no_create_on_split = yes;<br>
    no_join_on_split = no;<br>
};<br>
  <br>
serverhide {<br>
    flatten_links = no;<br>
    links_delay = 5 minutes;<br>
    hidden = no;<br>
    disable_hidden = no;<br>
    hide_servers = no;<br>
    hidden_name = "*.<a moz-do-not-send="true" href="http://hidden.com">hidden.com</a>";<br>
      hide_server_ips = no;<br>
};<br>
  <br>
  <br>
general {<br>
  <br>
    gline_min_cidr = 16;<br>
    gline_min_cidr6 = 48;<br>
    invisible_on_connect = yes;<br>
    burst_away = no;<br>
    use_whois_actually = yes;<br>
    kill_chase_time_limit = 90;<br>
    hide_spoof_ips = yes;<br>
    ignore_bogus_ts = no;<br>
    disable_auth = no;<br>
    disable_remote_commands = no;<br>
    tkline_expire_notices = no;<br>
    default_floodcount = 10;<br>
    failed_oper_notice = yes;<br>
    #dots_in_ident = 2;<br>
    dot_in_ip6_addr = no;<br>
    min_nonwildcard = 4;<br>
    min_nonwildcard_simple = 3;<br>
    max_accept = 20;<br>
    anti_nick_flood = yes;<br>
    max_nick_time = 20 seconds;<br>
    max_nick_changes = 5;<br>
    anti_spam_exit_message_time = 5 minutes;<br>
    ts_warn_delta = 30 seconds;<br>
    ts_max_delta = 5 minutes;<br>
    kline_with_reason = yes;<br>
    kline_reason = "Connection closed";<br>
      reject_hold_time = 0;<br>
    warn_no_nline = yes;<br>
    stats_e_disabled = no;<br>
    stats_o_oper_only = yes;<br>
    stats_P_oper_only = yes;<br>
    stats_i_oper_only = yes;<br>
    stats_k_oper_only = yes;<br>
      caller_id_wait = 1 minute;<br>
    opers_bypass_callerid = no;<br>
    pace_wait_simple = 1 second;<br>
    pace_wait = 10 seconds;<br>
    short_motd = no;<br>
    ping_cookie = no;<br>
    no_oper_flood = yes;<br>
    true_no_oper_flood = yes;<br>
    oper_pass_resv = yes;<br>
    idletime = 0;<br>
    max_targets = 4;<br>
    client_flood = 2560 bytes;<br>
    message_locale = "standard";<br>
    oper_only_umodes = bots, cconn, cconn_full, debug, full, skill,<br>
                           nchange, rej, spy, external, operwall,<br>
                           locops, unauth;<br>
    oper_umodes = bots, locops, servnotice, operwall, wallop;<br>
    #servlink_path = "/usr/local/ircd/bin/servlink";<br>
    #default_cipher_preference = "BF/168";<br>
#    use_egd = yes;<br>
#    egdpool_path = "/var/run/egd-pool";<br>
#    compression_level = 6;<br>
    throttle_time = 10;<br>
};<br>
glines {<br>
    enable = yes;<br>
      duration = 1 day;<br>
      logging = reject, block;<br>
    user = <a class="moz-txt-link-rfc2396E" href="mailto:god@I.still.hate.packets">"god@I.still.hate.packets"</a>;<br>
    name = "hades.arpa";<br>
    action = reject, block;<br>
    user = "god@*";<br>
    name = "*";<br>
    action = block;<br>
};<br>
  <br>
modules {<br>
  <br>
    path = "/usr/local/ircd/modules";<br>
    path = "/usr/local/ircd/modules/autoload";<br>
    #module = "some_module.so";<br>
};<br>
==================================================================================<br>
weliyanto a.k.a wellex<br>
freeirc project<br>
Indonesia - SEA (South East Asia)
</blockquote>
<br>
</body>
</html>