From owner-freebsd-net@FreeBSD.ORG Wed May 17 00:13:58 2006 Return-Path: X-Original-To: freebsd-net@freebsd.org Delivered-To: freebsd-net@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C7A8816A42B for ; Wed, 17 May 2006 00:13:58 +0000 (UTC) (envelope-from steven@unix-solutions.be) Received: from smtp.unix-solutions.be (smtp.unix-solutions.be [83.217.95.107]) by mx1.FreeBSD.org (Postfix) with ESMTP id 02BD843D49 for ; Wed, 17 May 2006 00:13:57 +0000 (GMT) (envelope-from steven@unix-solutions.be) Received: from cloe ([81.164.116.230]) by unix-solutions.be with MailEnable ESMTP; Wed, 17 May 2006 02:10:58 +0200 Message-ID: <001301c67946$604b7f70$aa00000a@cloe> From: "Unix-Solutions - Steven" To: Date: Wed, 17 May 2006 02:10:59 +0200 MIME-Version: 1.0 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2869 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2869 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: /31 on 2 interfaces X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 May 2006 00:13:59 -0000 Hello, I have 2 servers with both 2x 'em' interfaces in it. I configged a /31 on both interfaces em0 in box 1 =3D 10.0.0.1 em0 in box 2 =3D 10.0.0.2 both connected with a crossed cable. But I can't ping from box1 to box2 or reverse. So now my question: Is it not possible to set a /31 on FreeBSD ? I'm using FreeBSD 6.1 on both servers. /etc/rc.conf =3D box1: ifconfig_em0=3D"inet 10.0.0.1 netmask 255.255.255.254" box2: ifconfig_em0=3D"inet 10.0.0.2 netmask 255.255.255.254" When I configure a /30 on my interfaces, then they ping. Greetings. Steven Bens