From owner-freebsd-questions Tue Oct 30 9:37: 2 2001 Delivered-To: freebsd-questions@freebsd.org Received: from db.nexgen.com (db.nexgen.com [66.92.98.149]) by hub.freebsd.org (Postfix) with SMTP id 0FACD37B405 for ; Tue, 30 Oct 2001 09:36:35 -0800 (PST) Received: (qmail 41815 invoked from network); 30 Oct 2001 17:36:43 -0000 Received: from localhost.nexgen.com (HELO alexus) (root@127.0.0.1) by localhost.nexgen.com with SMTP; 30 Oct 2001 17:36:43 -0000 Message-ID: <002301c16169$691097c0$0d00a8c0@alexus> From: "alexus" To: "Igor Roshchin" , Cc: References: <200110301723.f9UHNBK57687@giganda.komkon.org> Subject: Re: jail w/ inetd Date: Tue, 30 Oct 2001 12:36:30 -0500 Organization: NexGen MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 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 but if i'll do that then there will be a little conflict.. which someone going to win here is my public ip w/ open port 113 also on that public ip i have rule in my firewall to forward all traffic for port 113 to internal (jail) to port 113 and it doesn't work.. i mean rule itself works.. but ident doesn't work ----- Original Message ----- From: "Igor Roshchin" To: ; Cc: Sent: Tuesday, October 30, 2001 12:23 PM Subject: Re: jail w/ inetd > > > All "auth" entries on the first host are commented out. > Uncomment the one you like/need. > > Igor > > > From owner-freebsd-security@FreeBSD.ORG Tue Oct 30 02:58:59 2001 > > From: "alexus" > > To: > > Cc: > > Subject: jail w/ inetd > > Date: Tue, 30 Oct 2001 02:58:44 -0500 > > > > Hello > > > > sorry for cross posting, i'm not sure whichever list is right for this.. so > > i'm posting to both > > you can replay directly to me (without list if you'd like) > > > > i just implement jail and some of my users using irc and they need auth > > (identd) > > > > this is not jail host > > > > su-2.05# ipfw show 113 > > 00113 79 4239 fwd 172.16.0.9,113 tcp from any to 66.92.98.145 > > 113 in recv fxp0 > > su-2.05# grep auth /etc/inetd.conf > > # Kerberos authenticated services > > #auth stream tcp nowait root internal > > #auth stream tcp6 nowait root internal > > #auth stream tcp nowait/10/10 root internal > > auth -r -f -n -o UNKNOWN -t 30 > > #auth stream tcp6 nowait root internal auth -r -f -n -o > > UNKNOWN -t 30 > > #auth stream tcp wait root /usr/local/sbin/identd > > identd -w -t120 > > su-2.05# telnet localhost 113 > > Trying ::1... > > Trying 127.0.0.1... > > > > and this is jail host > > > > su-2.05# grep auth /etc/inetd.conf > > # Kerberos authenticated services > > #auth stream tcp nowait root internal > > #auth stream tcp6 nowait root internal > > auth stream tcp nowait root internal auth -r -f -n -o > > UNKNOWN -t 30 > > #auth stream tcp6 nowait root internal auth -r -f -n -o > > UNKNOWN -t 30 > > #auth stream tcp wait root /usr/local/sbin/identd > > identd -w -t120 > > su-2.05# telnet localhost 113 > > Trying ::1... > > Trying 127.0.0.1... > > Connected to localhost. > > Escape character is '^]'. > > > > any ideas/suggestions > > > > why isn't it working and/or what could be wrong and how to fix it? > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-security" in the body of the message > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message