From owner-freebsd-stable@FreeBSD.ORG Sun Apr 20 10:02:33 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 57A1837B401 for ; Sun, 20 Apr 2003 10:02:33 -0700 (PDT) Received: from dns1.vizion2000.net (dns1.vizion2000.net [64.58.171.82]) by mx1.FreeBSD.org (Postfix) with ESMTP id ED6CE43F93 for ; Sun, 20 Apr 2003 10:02:31 -0700 (PDT) (envelope-from vizion@ixpres.com) Received: from vizion (vizion.vizion2000.net [64.58.171.92]) by dns1.vizion2000.net (8.11.6/8.11.6) with SMTP id h3KHTxY13260 for ; Sun, 20 Apr 2003 10:30:03 -0700 (PDT) (envelope-from vizion@ixpres.com) Message-ID: <012101c3075a$81aa7970$15b55042@vizion2000.net> From: "vizion communication" To: "FreeBSD Stable" Date: Sun, 20 Apr 2003 09:32:56 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Subject: Routed query X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Apr 2003 17:02:33 -0000 Could someone who is familiar with routed please help me out. I am setting up a server which among other things, is intended to act as a gateway. It has a four port NIC and I am using routed. I loaded and configured the server last evening but only one of the ports is physically connected to a live network. This is the interface being connected to one of our public IP addresses on de0. This morning the log has the following messages repeated at 30 secs intervals: Send bcast send to (de2, 10.0.31.255.520) No Buffer space available Send bcast send to (de1, 10.0.15.255.520) No Buffer space available de1 is configured with an ip address 10.0.0.5 netmask 255.255.240.0 de2 is configured with an ip address 10.0.16.5 netmask 255.255.240.0 de3 is not configured Can someone please explain what is happening and why? I have not yet defined any routes apart from the default route which is de0. Thanks very much David