From owner-freebsd-bugs Sun Jun 3 15:30: 4 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6767E37B405 for ; Sun, 3 Jun 2001 15:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f53MU1T81345; Sun, 3 Jun 2001 15:30:01 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C5FD237B403 for ; Sun, 3 Jun 2001 15:24:44 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f53MOib78759; Sun, 3 Jun 2001 15:24:44 -0700 (PDT) (envelope-from nobody) Message-Id: <200106032224.f53MOib78759@freefall.freebsd.org> Date: Sun, 3 Jun 2001 15:24:44 -0700 (PDT) From: tundra@tundraware.com To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: kern/27862: xl driver defaults to incorrect broadcast address Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 27862 >Category: kern >Synopsis: xl driver defaults to incorrect broadcast address >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Jun 03 15:30:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Tim Daneliuk >Release: 4.3 >Organization: TundraWare Inc. >Environment: FreeBSD eskimo.tundraware.com 4.3-RELEASE FreeBSD 4.3-RELEASE #0: Sat Jun 2 19:50:27 CDT 2001 toor@eskimo.tundraware.com:/usr/s rc/sys/compile/ESKIMO-4.3 i386 >Description: Running a 3c509C in a non-routable address space being set up in rc.conf as follows: ifconfig_xl1="inet 192.168.0.254 netmask 0xfffff00" This setup defaults to a broadcast address of 240.168.0.255 which I believe is bogus - it should be 192.168.0.255 - this seems to confuse programs like 'samba' that need broadcasting to work correctly. >How-To-Repeat: >Fix: Use the following line in rc.conf: ifconfig_xl1="inet 192.168.0.254 netmask 0xfffff00 broadcast 192.168.0.255" >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message