Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Jul 2002 19:22:23 +0700
From:      budsz <budsz@kumprang.or.id>
To:        freebsd-questions <freebsd-questions@FreeBSD.ORG>
Subject:   oidentd
Message-ID:  <20020705122223.GC26428@kumprang.or.id>

next in thread | raw e-mail | index | archive | help
Hi,

Have anybody experince using oidentd in FreeBSD..?, I was following the
intruction man oidentd_conf, oidentd, oidentd_masq.conf but still
autokill from DALnet server, in /etc/rc.firewall I added something like:
---cut
${fwcmd} add 600 reset log tcp from any to any 113 in recv ed0
---cut

in /etc/oidentd.conf:

---cut
default {
    default {
        deny spoof
        deny spoof_all
        deny spoof_privport
        allow random_numeric
        allow numeric
        allow hide
    }
}

user root {
     default {
         force reply "UNKNOWN"
     }
}

user user {
     default {
         allow spoof
         allow spoof_all
         allow random
         allow hide
     }
     
     to irc.dal.net 6666:7000 from xxx.xxx.xxx.xxx 113 {
         allow spoof_privport
         reply "dodol" "aaaaa" "bbbbb" "ccccc" "ddddd"     
     }

     to liberty.dal.net 6666:7000 from 202.143.103.229 113 {
         allow spoof_privport
         reply "dodol" "aaaaa" "bbbbb" "ccccc" "ddddd"     
     }

     to astro.ga.us.dal.net 6666:7000 from 202.143.103.229 113 {
         allow spoof_privport
         reply "dodol" "aaaaa" "bbbbb" "ccccc" "ddddd"     
     }
}

---cut    
in /home/.oidentd.conf:

---cut
global {
    reply "unknown"
    }

to irc.dal.net {
    reply "messaboogie"
}        
to libery.dal.net {
    reply "messaboogie"
}        
to astro.ag.us.dal.net {
    reply "messaboogie"
} 
---cut

I check listening port in 113:

---cut
COMMAND   PID USER   FD   TYPE     DEVICE SIZE/OFF NODE NAME
oidentd 26591 root    5u  IPv6 0xc66f9280      0t0  TCP *:auth
oidentd 26591 root    6u  IPv4 0xc66fc140      0t0  TCP *:auth (LISTEN)
---cut

PS: I use for single mesin.

TIA

-- 
budsz

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020705122223.GC26428>