From owner-freebsd-questions Fri Jul 5 5:22:31 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D9E9637B400 for ; Fri, 5 Jul 2002 05:22:26 -0700 (PDT) Received: from kumprang.or.id (wl-kumprang-5.teras.net.id [202.143.103.229]) by mx1.FreeBSD.org (Postfix) with ESMTP id E7FCA43E31 for ; Fri, 5 Jul 2002 05:22:21 -0700 (PDT) (envelope-from budsz@kumprang.or.id) Received: by kumprang.or.id (Postfix, from userid 1000) id BCD1A5628; Fri, 5 Jul 2002 19:22:23 +0700 (WIT) Date: Fri, 5 Jul 2002 19:22:23 +0700 From: budsz To: freebsd-questions Subject: oidentd Message-ID: <20020705122223.GC26428@kumprang.or.id> Mail-Followup-To: budsz , freebsd-questions Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4i X-Uptime: 6:59PM up 16:30, 4 users, load averages: 0.00, 0.00, 0.00 X-Operation-System: FreeBSD 4.6-STABLE-ANNA i386 base on 4.4BSD X-Fingerprint: "A05A 268C 3CD4 ABBD D9EB 11E1 F64C 4B4E 6269 5304" X-Geekcode: "GMU d- s++:+ a- C++ UL++ P+ L++ E- W++ N o+ K- w+ O+ M V++ PS PE Y+ PGP++ t 5 X+++ R+ tv b++ DI- D+ G++ e++ h+ r+ y+" X-Pubkey-Linux: "http://www.kumprang.or.id/~budsz/pubkey_Linux.txt" X-Pubkey-FreeBSD: "http://www.kumprang.or.id/~budsz/pubkey_FreeBSD.txt" X-Company: "Internet Cafe & Game Kumprang" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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