From owner-freebsd-hackers Tue Aug 6 14:17:32 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id OAA26352 for hackers-outgoing; Tue, 6 Aug 1996 14:17:32 -0700 (PDT) Received: from brasil.moneng.mei.com (brasil.moneng.mei.com [151.186.109.160]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id OAA26343 for ; Tue, 6 Aug 1996 14:17:27 -0700 (PDT) Received: (from jgreco@localhost) by brasil.moneng.mei.com (8.7.Beta.1/8.7.Beta.1) id QAA01260; Tue, 6 Aug 1996 16:16:41 -0500 From: Joe Greco Message-Id: <199608062116.QAA01260@brasil.moneng.mei.com> Subject: Re: please comment on this: To: julian@current1.whistle.com (Julian Elischer) Date: Tue, 6 Aug 1996 16:16:41 -0500 (CDT) Cc: hackers@FreeBSD.org In-Reply-To: <199608061954.MAA12611@current1.whistle.com> from "Julian Elischer" at Aug 6, 96 12:54:09 pm X-Mailer: ELM [version 2.4 PL24] Content-Type: text Sender: owner-hackers@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk > Here at whistle, we want to run different services on different interfaces, so > here are some patches to allow inetd to bind to an address. > > does anyone have any complaints about this feature? > is it in any way a security hole? > > If I don't hear any problems or if people like it, > I'd like to add this to our sources.. That is one way to do it :-) This is a little related, mostly unrelated though.. mostly a crazy idea about a slightly different way to implement something a little similar. I had a little fun when 2.0R first came out. I made a "chrooted" environment that could "run" on its own, worked very nicely. My goal: "virtual servers" on a grand scale.. to be able to have multiple virtual machines hosted on a single physical machine that appeared to be, from the net, for all intents and purposes separate machines. Of course the easy way to do this was to modify libc's networking layers to catch "INADDR_ANY" in all the common places and replace it with a specific IP address, based on which virtual server I was currently "on". It actually worked but I never used it for anything :-/ ... JG