From owner-freebsd-questions@FreeBSD.ORG Thu Sep 22 06:59:10 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B5ABD16A41F for ; Thu, 22 Sep 2005 06:59:10 +0000 (GMT) (envelope-from jason@ec.rr.com) Received: from ms-smtp-02-eri0.southeast.rr.com (ms-smtp-02-lbl.southeast.rr.com [24.25.9.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1EE0143D49 for ; Thu, 22 Sep 2005 06:59:10 +0000 (GMT) (envelope-from jason@ec.rr.com) Received: from [192.168.1.101] (cpe-065-184-205-194.ec.res.rr.com [65.184.205.194]) by ms-smtp-02-eri0.southeast.rr.com (8.12.10/8.12.7) with ESMTP id j8M6x5l8023183; Thu, 22 Sep 2005 02:59:05 -0400 (EDT) Message-ID: <433257C1.5020107@ec.rr.com> Date: Thu, 22 Sep 2005 03:05:37 -0400 From: jason User-Agent: Mozilla Thunderbird 1.0.6 (X11/20050814) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Eros References: <001001c5bd37$0abce650$0c01a8c0@epsilon> In-Reply-To: <001001c5bd37$0abce650$0c01a8c0@epsilon> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: Symantec AntiVirus Scan Engine Cc: freebsd-questions@freebsd.org Subject: Re: game server X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Sep 2005 06:59:10 -0000 Eros wrote: >Hi List > >please, How can I make a game server with FreeBSD ? I want run every game from one ferver with out need to install the games on the clients. Can i make that ? >_______________________________________________ >freebsd-questions@freebsd.org mailing list >http://lists.freebsd.org/mailman/listinfo/freebsd-questions >To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > > > make the computers on your network do something like PXE or some other diskless boot up. Just keep drive images on the server, or maybe a shared drive with the games on the server? Hook that shared drive up in windows with some virtual dive software and you can even keep the cd images on the server too. This might negativily impact gaming performance.