From owner-freebsd-questions@FreeBSD.ORG Fri Feb 16 15:44:28 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5769116A401 for ; Fri, 16 Feb 2007 15:44:28 +0000 (UTC) (envelope-from nagylzs@freemail.hu) Received: from smtp.enternet.hu (smtp.enternet.hu [62.112.192.21]) by mx1.freebsd.org (Postfix) with ESMTP id 15D5113C4AA for ; Fri, 16 Feb 2007 15:44:28 +0000 (UTC) (envelope-from nagylzs@freemail.hu) Received: from [62.68.191.191] (helo=[172.16.0.43]) by smtp.enternet.hu with esmtpa (Exim 4) id 1HI5G6-00094H-6Y; Fri, 16 Feb 2007 16:44:26 +0100 Message-ID: <45D5D155.9000106@freemail.hu> Date: Fri, 16 Feb 2007 16:44:21 +0100 From: =?ISO-8859-1?Q?Nagy_L=E1szl=F3_Zsolt?= User-Agent: Thunderbird 1.5.0.9 (Windows/20061207) MIME-Version: 1.0 To: Drew Jenkins , freebsd-questions@freebsd.org References: <94305.34434.qm@web62212.mail.re1.yahoo.com> In-Reply-To: <94305.34434.qm@web62212.mail.re1.yahoo.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Cc: Subject: Re: Building Home 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: Fri, 16 Feb 2007 15:44:28 -0000 Drew Jenkins írta: > 20Hi; > I'm building a server at home to mimic my live server. The instructions require that I gather the following information: > * IP address > * IP address of default gateway > * Hostname > * DNS server IP address > * Subnet Mask > Now, I think I can use 192.168.0.1 as my IP address, since that calls up my satellite interface. I've tried running "ipconfig /all" from the "run" command in Windoze, but it flashes the results so quickly then disappears that I don't have a chance to read the results! How do I get this information? Start menu/Run cmd There you will get a win32 console where you can type in ipconfig /all However, I do not understand what you are trying to do. > Is there a Web site that can read my config? Or, what's a good guess at the defaults that would work for my satellite interface (which would be better, in case my data isn't static)? Probably your interface uses DHCP. You should type in /sbin/sysinstall and then configure your network interface. Another way to do it is to edit /etc/rc.conf, but you look like a newbie to me. After configuring with sysinstall, you can look at /etc/rc.conf and see what is in there. Best, Laszlo