From owner-freebsd-questions@FreeBSD.ORG Fri May 16 10:55:46 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A09A8106567B for ; Fri, 16 May 2008 10:55:46 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (wojtek.tensor.gdynia.pl [IPv6:2001:4070:101:2::1]) by mx1.freebsd.org (Postfix) with ESMTP id 87CB88FC0A for ; Fri, 16 May 2008 10:55:45 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (localhost [IPv6:::1]) by wojtek.tensor.gdynia.pl (8.14.2/8.14.2) with ESMTP id m4GAtdXh019230; Fri, 16 May 2008 12:55:39 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from localhost (wojtek@localhost) by wojtek.tensor.gdynia.pl (8.14.2/8.14.2/Submit) with ESMTP id m4GAtdYW019227; Fri, 16 May 2008 12:55:39 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Date: Fri, 16 May 2008 12:55:39 +0200 (CEST) From: Wojciech Puchar To: Nikos Vassiliadis In-Reply-To: <200805161314.22978.nvass@teledomenet.gr> Message-ID: <20080516125422.Q19201@wojtek.tensor.gdynia.pl> References: <482D54B3.3060306@otenet.gr> <200805161314.22978.nvass@teledomenet.gr> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: Manolis Kiagias , freebsd-questions@freebsd.org Subject: Re: Routing to internet addresses ending with 255 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 May 2008 10:55:46 -0000 >> >> I have two home servers, on different locations, on two ADSL lines using >> dynamic DNS. One is running Debian, the other FreeBSD 7.0-RELEASE. >> >> I usually ssh from one to the other. Today, the debian server had a >> public (internet) IP ending in 255. The FreeBSD 7.0 system refused to >> communicate with it. Another 6.3 system had no problem. The 6.3 and 7.0 doesn't your 7.0 system has same first 3 bytes of IP, and badly set netmask to /24 instead of narrower? i don't think it's freebsd version dependent, unless developers made a bug.