From owner-freebsd-newbies@FreeBSD.ORG Tue Dec 23 15:59:38 2003 Return-Path: Delivered-To: freebsd-newbies@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6D19B16A4CE for ; Tue, 23 Dec 2003 15:59:38 -0800 (PST) Received: from imhotep.yuckfou.org (cust.89.117.adsl.cistron.nl [195.64.89.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 71B1343D48 for ; Tue, 23 Dec 2003 15:59:35 -0800 (PST) (envelope-from nivo+sender+3564cf@yuckfou.org) Received: from localhost (localhost [127.0.0.1]) by imhotep.yuckfou.org (Postfix) with ESMTP id 8EDAA494 for ; Wed, 24 Dec 2003 00:59:59 +0100 (CET) Received: from imhotep.yuckfou.org ([127.0.0.1]) by localhost (imhotep.yuckfou.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 58439-09 for ; Wed, 24 Dec 2003 00:59:59 +0100 (CET) Received: by imhotep.yuckfou.org (Postfix, from userid 1000) id 22378490; Wed, 24 Dec 2003 00:59:59 +0100 (CET) Received: from yuckfou.org (turbata-xp [192.168.2.236]) by localhost.yuckfou.org (tmda-ofmipd) with ESMTP; Wed, 24 Dec 2003 00:59:54 +0100 (CET) Message-ID: <3FE8D6E0.8040405@yuckfou.org> Date: Wed, 24 Dec 2003 00:59:28 +0100 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.5b) Gecko/20030912 Thunderbird/0.3a X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-newbies@freebsd.org References: In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit From: Nils Vogels X-Delivery-Agent: TMDA/1.0 (Cannonade) X-TMDA-Fingerprint: jLxaHMOdBSNHN0Vi7flCPIuM9C8 X-Virus-Scanned: by amavisd-new at yuckfou.org Subject: Re: how to set up a network? X-BeenThere: freebsd-newbies@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Nils Vogels List-Id: Gathering place for new users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Dec 2003 23:59:38 -0000 konsu wrote: >hello, > >my setup is going to be: > >1. windows xp machine with NIC connected to a hub >2. freebsd machine with NIC connected to the same hub >3. the hub is connected to a dsl modem > > >1. i am going to use the freebsd system for web server development. > but i do not want to pollute the server with unnecessary browser > installations, so i would like to be able to browse to my freebsd > site from IE on the windows system. but the site does not need to > be visible from outside of my little network. > >2. i need to be able to copy files from my freebsd machine to XP. > >3. i assume that since i have a hub, my machines can connect to the > internet independently. > >please point me to the right resources as to how to set this up. >i have no clue which technology to research. do i need any extra >software in addition to the basic OS setup? i would really prefer >to not use any extra stuff. > > You will need to install the webserver on FreeBSD, since that is not part of the default OS setup. A popular one is Apache (http://www.apache.org) and the way to install it in FreeBSD is using the "ports" system. If you search on freebsd.org for ports, you will find quite a good explanation of what it is here: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/ports.html The Apache port is in /usr/ports/www/apache13 or /usr/ports/www/apache2, depending on which version of Apache you want. The FTP server comes preinstalled on a FreeBSD system or else you can install one from /usr/ports/ftp if the standard gives you the creeps ;-) At that point you have everything you need as described in your email, but you do have to configure the Apache webserver on this. The Apache website (www.apache.org) has good hints and tips, and so does the default config file, which is located in /usr/local/etc/apache/ HTH, Nils. -- Simple guidelines to happiness: Work like you don't need the money, love like your heart has never been broken and dance like no one can see you.