From owner-freebsd-questions@FreeBSD.ORG Tue Nov 4 02:28:33 2003 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 BBAC616A4CE for ; Tue, 4 Nov 2003 02:28:33 -0800 (PST) Received: from skutsje.san.webweaving.org (skutsje.san.webweaving.org [209.132.96.45]) by mx1.FreeBSD.org (Postfix) with ESMTP id F056A44001 for ; Tue, 4 Nov 2003 02:28:30 -0800 (PST) (envelope-from dirkx@webweaving.org) Received: from skutsje.san.webweaving.org (localhost [127.0.0.1]) hA4ARJA2097642 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 4 Nov 2003 02:27:19 -0800 (PST) (envelope-from dirkx@webweaving.org) Received: from localhost (dirkx@localhost)hA4ARJXc097639; Tue, 4 Nov 2003 02:27:19 -0800 (PST) (envelope-from dirkx@webweaving.org) X-Authentication-Warning: skutsje.san.webweaving.org: dirkx owned process doing -bs Date: Tue, 4 Nov 2003 02:27:19 -0800 (PST) From: Dirk-Willem van Gulik X-X-Sender: dirkx@skutsje.san.webweaving.org To: bivol@vip.bg In-Reply-To: <1067936204.3fa769cc60938@mail.orbitel.bg> Message-ID: <20031104022212.G95005@skutsje.san.webweaving.org> References: <1067936204.3fa769cc60938@mail.orbitel.bg> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-questions@freebsd.org Subject: Re: RedHat 7.2 -> Freebsd - BIG PROBLEN 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, 04 Nov 2003 10:28:33 -0000 > ifconfig fxp0 193.108.24.75 netmask 255.255.255.255 up > Looks impossible at freebsd...It says Network Unreachable. I read the man page > of route; It says this happens when the host is more than one hop away. Which it is - your netmask specifies tht just 193.108.24.75 is on that wire. You propably want 255.255.255.0. > But it is working with my old RedHat. Either RH is wrong or you are using something like an aliased interface. Dw