From owner-freebsd-net@FreeBSD.ORG Wed Dec 12 23:47:04 2007 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B985D16A473 for ; Wed, 12 Dec 2007 23:47:04 +0000 (UTC) (envelope-from julian@elischer.org) Received: from outF.internet-mail-service.net (outF.internet-mail-service.net [216.240.47.229]) by mx1.freebsd.org (Postfix) with ESMTP id B21F013C47E for ; Wed, 12 Dec 2007 23:47:04 +0000 (UTC) (envelope-from julian@elischer.org) Received: from mx0.idiom.com (HELO idiom.com) (216.240.32.160) by out.internet-mail-service.net (qpsmtpd/0.40) with ESMTP; Wed, 12 Dec 2007 15:47:03 -0800 Received: from julian-mac.elischer.org (localhost [127.0.0.1]) by idiom.com (Postfix) with ESMTP id 74B2D126CB2; Wed, 12 Dec 2007 15:47:03 -0800 (PST) Message-ID: <476072F6.1080406@elischer.org> Date: Wed, 12 Dec 2007 15:47:02 -0800 From: Julian Elischer User-Agent: Thunderbird 2.0.0.9 (Macintosh/20071031) MIME-Version: 1.0 To: Bakul Shah References: <20071212232338.1FBF45B99@mail.bitblocks.com> In-Reply-To: <20071212232338.1FBF45B99@mail.bitblocks.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: FreeBSD Net Subject: Re: bikeshed for all! X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Dec 2007 23:47:04 -0000 Bakul Shah wrote: >> I need a word to use to describe the network view one is currently on.. > .... >> setuniverse 1 netstat -rn >> [shows table 1] >> setuniverse 2 route add 10.0.0.0/24 192.168.2.1 >> setuinverse 1 route add 10.0.0.0/24 192.168.3.1 >> setuniverse 2 route -n get 10.0.0.3 >> [shows 192.168.2.1] >> setuniverse 1 route -n get 10.0.0.3 >> [shows 192.168.3.1] >> setuniverse 2 start_apache >> [appache starts, always using 192.168.2.1 to reach the 10.0.0 net. >> >> >> also the syscall is setuniverse() >> >> so, you see I really need a better name.... >> setrtab? >> >> rtab? rtbl? >> >> and the command should be called "????" > > We called it vhost since to all other hosts it behaved like a > host on a network. In our implementation each virtual host > had a set of interfaces and one routing table and you could > actually "route" packets between these hosts among other > things. You could even have for routing daemons etc. on each > one. WHo's "we" ? :-)