From owner-freebsd-questions@FreeBSD.ORG Tue May 17 04:08:09 2005 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 7203716A4CE for ; Tue, 17 May 2005 04:08:09 +0000 (GMT) Received: from mail.cs.ait.ac.th (mail.cs.ait.ac.th [192.41.170.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id 34CA143DC6 for ; Tue, 17 May 2005 04:08:05 +0000 (GMT) (envelope-from on@cs.ait.ac.th) Received: from banyan.cs.ait.ac.th (banyan.cs.ait.ac.th [192.41.170.5]) by mail.cs.ait.ac.th (8.12.11/8.12.11) with ESMTP id j4H47luD070394 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 17 May 2005 11:07:47 +0700 (ICT) Received: (from on@localhost) by banyan.cs.ait.ac.th (8.13.1/8.12.11) id j4H47jFr070180; Tue, 17 May 2005 11:07:45 +0700 (ICT) Date: Tue, 17 May 2005 11:07:45 +0700 (ICT) Message-Id: <200505170407.j4H47jFr070180@banyan.cs.ait.ac.th> From: Olivier Nicole To: bagus@cox.net In-reply-to: References: X-Virus-Scanned: on CSIM by amavisd-milter (http://www.amavis.org/) cc: freebsd-questions@freebsd.org Subject: Re: changing from dhcp to static ip, changing hostname, etc. 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: Tue, 17 May 2005 04:08:09 -0000 > now I'm hoping to have a > > hostname of bagus.org > gateway of 204.251.1.185 > ip address of 204.251.1.186 > netmask of 255.255.255.248 in /etc/rc.conf ifconfig_fxp0="inet 204.251.1.186 netmask 255.255.255.248" defaultrouter="204.251.1.185" hostname="bagus.org" in /etc/resolv.conf dunno, what do you expect to have? olivier