From owner-freebsd-isp Thu Jan 11 15:13:29 2001 Delivered-To: freebsd-isp@freebsd.org Received: from hawk-systems.com (hawk-systems.com [161.58.152.235]) by hub.freebsd.org (Postfix) with ESMTP id D947337B698 for ; Thu, 11 Jan 2001 15:13:11 -0800 (PST) Received: from server0 (cr901664-a.pr1.on.wave.home.com [24.112.146.66]) by hawk-systems.com (8.8.8) id QAA30955 for ; Thu, 11 Jan 2001 16:11:28 -0700 (MST) From: "Dave VanAuken" To: "FreeBSD ISP" Subject: ipaddr and domain TCP handling and directing Date: Thu, 11 Jan 2001 18:20:26 -0500 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) In-Reply-To: X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Importance: Normal Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Looking for examples, direction, or scripts for the following (no jail solutions please): Situation: 4.2 Release, single NIC, moderately heavy install (no X) primary ipaddr 192.168.1.110 (private network for construction purposes) aliased ip addr 192.168.1.111-115 resolved dn server1-server5 Want to: - determine the ipaddress (or domain name) that is requested - then direct to a custom telnetd login based on the ipaddress with appropriate hostname= header identifying the "server" or resources they are logging into - have the telnetd use individual login and authentication files to allow re-use of uid/rw sets and seperate them from the root set. similar solution for ftp but chroot the user again, would like to do this without jail'ing a copy of the server... I do not want to chroot the telnet user since they should be able to have browing access over the shared libs and such... any thoughts along this line, in whole or in portions thereof, would be appreciated. would ideally like to use generic telnetd and ftpd applications instead of installing additionaly packages if possible. thanks Dave To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message