From owner-freebsd-questions@FreeBSD.ORG Sun Mar 20 22:29:46 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 4BA0616A4CE for ; Sun, 20 Mar 2005 22:29:46 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.198]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8225643D58 for ; Sun, 20 Mar 2005 22:29:45 +0000 (GMT) (envelope-from augusto.cesar@gmail.com) Received: by wproxy.gmail.com with SMTP id 69so518066wri for ; Sun, 20 Mar 2005 14:29:45 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:user-agent:x-accept-language:mime-version:to:subject:references:in-reply-to:x-enigmail-version:x-enigmail-supports:content-type:content-transfer-encoding; b=SdRfTyKcl1xgru0n0qydIJ9bVkQm2DVPhw74DWqNLfoFy9jiMWTlHhlLyKlATxhVjZqsWrwY73cFN1gFDcfYs2l3ZKKilwHGPYKQ+5XDXMk0AXynK4FEC8jmEPrIvmOTIdro2gnFhKpqwgEMAmZSad3y/+CRXPprTMpjGYzKsQM= Received: by 10.54.24.27 with SMTP id 27mr3231106wrx; Sun, 20 Mar 2005 14:29:44 -0800 (PST) Received: from ?10.94.54.2? ([200.103.121.71]) by mx.gmail.com with ESMTP id 6sm51274wrl.2005.03.20.14.29.42; Sun, 20 Mar 2005 14:29:42 -0800 (PST) Message-ID: <423DF959.3050007@gmail.com> Date: Sun, 20 Mar 2005 19:29:45 -0300 From: Augusto Cesar User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <423DEB5B.3090506@gmail.com> <20050320170256.2b3b2e10.wmoran@potentialtech.com> In-Reply-To: <20050320170256.2b3b2e10.wmoran@potentialtech.com> X-Enigmail-Version: 0.89.5.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: Invalid Gateway IPv4 Address Specified 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: Sun, 20 Mar 2005 22:29:46 -0000 Bill Moran wrote: >What is your IP address/netmask? What's the output of 'netstat -rn'? > >Not enough information to be sure, but my first guess (based on the >source code for sysinstall) is that you're specifying an IP for the >gateway that is not reachable based on the IP/netmask for the interface. >For example: If your IP/netmask is 172.16.0.1/255.255.255.0, then the >system has no way to reach 10.0.0.9. > >If that's not the problem, the I suggest collecting some more detailed >information and posting again. > > > The netmask was the problem, thanks! Shame on me for not thinking of it.