From owner-freebsd-isp Thu Dec 24 07:56:07 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA15291 for freebsd-isp-outgoing; Thu, 24 Dec 1998 07:56:07 -0800 (PST) (envelope-from owner-freebsd-isp@FreeBSD.ORG) Received: from flood.ping.uio.no (flood.ping.uio.no [129.240.78.31]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA15283 for ; Thu, 24 Dec 1998 07:56:05 -0800 (PST) (envelope-from des@flood.ping.uio.no) Received: (from des@localhost) by flood.ping.uio.no (8.9.1/8.9.1) id QAA75560; Thu, 24 Dec 1998 16:55:53 +0100 (CET) (envelope-from des) To: isp@FreeBSD.ORG Subject: pidentd From: Dag-Erling Smorgrav Date: 24 Dec 1998 16:55:52 +0100 Message-ID: Lines: 34 X-Mailer: Gnus v5.5/Emacs 19.34 Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org (is this the right list?) I installed pidentd from the ports and set up inetd to handle ident requests, but efnet.telia.no claims that it gets no ident response three out of four times. Here's a tcpdump of one such session: des@flood ~$ tcpdump -i ed0 \( dst port 113 and dst host flood \) or \( src port 113 and src host flood \) tcpdump: listening on ed0 16:13:27.013637 efnet.telia.no.6928 > flood.ping.uio.no.auth: S 1225673011:1225673011(0) win 512 16:13:27.013937 flood.ping.uio.no.auth > efnet.telia.no.6928: S 1319906409:1319906409(0) ack 1225673012 win 17520 (DF) 16:13:27.318156 flood.ping.uio.no.auth > efnet.telia.no.6907: S 1311276730:1311276730(0) ack 229293295 win 17520 (DF) 16:13:29.818138 flood.ping.uio.no.auth > efnet.telia.no.6928: S 1319906409:1319906409(0) ack 1225673012 win 17520 (DF) 16:13:30.006699 efnet.telia.no.6928 > flood.ping.uio.no.auth: S 1225673011:1225673011(0) win 32120 16:13:30.006919 flood.ping.uio.no.auth > efnet.telia.no.6928: . ack 1 win 17520 (DF) 16:13:35.818201 flood.ping.uio.no.auth > efnet.telia.no.6928: S 1319906409:1319906409(0) ack 1225673012 win 17520 (DF) 16:13:36.007252 efnet.telia.no.6928 > flood.ping.uio.no.auth: S 1225673011:1225673011(0) win 32120 16:13:36.007462 flood.ping.uio.no.auth > efnet.telia.no.6928: . ack 1 win 17520 (DF) 16:13:47.818309 flood.ping.uio.no.auth > efnet.telia.no.6928: S 1319906409:1319906409(0) ack 1225673012 win 17520 (DF) 16:13:48.008423 efnet.telia.no.6928 > flood.ping.uio.no.auth: S 1225673011:1225673011(0) win 32120 16:13:48.008644 flood.ping.uio.no.auth > efnet.telia.no.6928: . ack 1 win 17520 (DF) 16:13:57.318420 flood.ping.uio.no.auth > efnet.telia.no.6907: R 1:1(0) ack 1 win 17520 (DF) 16:14:11.818561 flood.ping.uio.no.auth > efnet.telia.no.6928: S 1319906409:1319906409(0) ack 1225673012 win 17520 (DF) 16:14:41.818826 flood.ping.uio.no.auth > efnet.telia.no.6928: R 1:1(0) ack 1 win 17520 (DF) The ident entry in my inetd.conf looks like this: ident stream tcp wait kmem:kmem /usr/local/sbin/identd identd -w -t120 -l Does anybody have any idea what's wrong or do I have to run a packet sniffer to find out what they're actually saying to eachother? DES -- Dag-Erling Smorgrav - des@flood.ping.uio.no To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message