From owner-freebsd-questions@FreeBSD.ORG Thu Apr 15 05:35:54 2004 Return-Path: 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 886C216A4CE for ; Thu, 15 Apr 2004 05:35:54 -0700 (PDT) Received: from serv03.inetworx.ch (serv03.inetworx.ch [212.254.227.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1159043D46 for ; Thu, 15 Apr 2004 05:35:54 -0700 (PDT) (envelope-from dev@eth0.ch) Received: from localhost (localhost.localdomain [127.0.0.1]) by serv03.inetworx.ch (Postfix) with ESMTP id 91E68252D67 for ; Thu, 15 Apr 2004 14:35:52 +0200 (CEST) Received: from serv03.inetworx.ch ([127.0.0.1]) by localhost (serv03.inetworx.ch [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 23425-02 for ; Thu, 15 Apr 2004 14:35:52 +0200 (CEST) Received: from serv04.inetworx.ch (serv04.inetworx.ch [212.254.227.197]) by serv03.inetworx.ch (Postfix) with SMTP id 5A371252D63 for ; Thu, 15 Apr 2004 14:35:52 +0200 (CEST) Received: from 217.162.71.141 (SquirrelMail authenticated user dev.eth0) by serv04.inetworx.ch with HTTP; Thu, 15 Apr 2004 14:35:52 +0200 (CEST) Message-ID: <1291.217.162.71.141.1082032552.squirrel@serv04.inetworx.ch> Date: Thu, 15 Apr 2004 14:35:52 +0200 (CEST) From: dev@eth0.ch To: freebsd-questions@freebsd.org User-Agent: SquirrelMail/1.4.2 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 Importance: Normal X-Virus-Scanned: by amavisd-new at inetworx.ch Subject: Simple Network Question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Apr 2004 12:35:54 -0000 Hi all, I am more or less new to FreeBSD and used to Linux. I have setup a server on FreeBSD at home using DHCP. Now I want to move the server into our housing environment with fixed IP's. I found in the docs to change the network configuration I have to assign the new IP and netmask in /etc/rc.conf to my network card. Am I also right assinging new servers for DNS lookups in /etc/resolv.conf using this syntax? nameserver IP-Address But where can I set the default gateway address? Dave