From owner-freebsd-questions Mon Aug 26 14:34:53 2002 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 DF25537B400 for ; Mon, 26 Aug 2002 14:34:49 -0700 (PDT) Received: from skywalker.rogness.net (skywalker.rogness.net [64.251.173.102]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1E5F543E42 for ; Mon, 26 Aug 2002 14:34:49 -0700 (PDT) (envelope-from nick@rogness.net) Received: from localhost (nick@localhost) by skywalker.rogness.net (8.11.3/8.11.3) with ESMTP id g7QLU7e32122; Mon, 26 Aug 2002 15:30:08 -0600 (MDT) (envelope-from nick@rogness.net) Date: Mon, 26 Aug 2002 15:30:04 -0600 (MDT) From: Nick Rogness To: Lord Raiden Cc: FreeBSD Questions Subject: Re: Question about setting up static IP's. In-Reply-To: <4.2.0.58.20020825030254.00a9cdc0@192.168.0.25> Message-ID: <20020826152842.B31482-100000@skywalker.rogness.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sun, 25 Aug 2002, Lord Raiden wrote: > Ok, old age is catching up to me. How do I specify static IP with gateway > the proper way. Is it like this: > > ifconfig_rl0="inet 10.10.25.101 255.255.255.0" ^ Missing "netmask" statement, should be: ifconfig_rl0="inet 10.10.25.101 netmask 255.255.255.0" I do believe you need to have it. > defaultrouter="10.10.25.1" correct. Nick Rogness - WARNING TO ALL PERSONNEL: Firings will continue until morale improves. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message