From owner-freebsd-hackers Thu May 18 02:55:47 1995 Return-Path: hackers-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id CAA03628 for hackers-outgoing; Thu, 18 May 1995 02:55:47 -0700 Received: from haywire.DIALix.COM (peter@haywire.DIALix.COM [192.203.228.65]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id CAA03622 for ; Thu, 18 May 1995 02:55:42 -0700 Received: (from peter@localhost) by haywire.DIALix.COM (8.6.12/8.6.12/DIALix) id RAA20487; Thu, 18 May 1995 17:55:24 +0800 Date: Thu, 18 May 1995 17:55:23 +0800 (WST) From: Peter Wemm To: hackers@FreeBSD.org Subject: Hmm. Strange... Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: hackers-owner@FreeBSD.org Precedence: bulk Err.. I'm having a spot of bother.. Nothing seems to be able to broadcast on a subnetted c-class network.. The networking code does not seem to be recognising the broadcast address, and is trying to arp it instead.. Is this supported? We have a stack of other machines running in this config... jhome # ifconfig -a ed0: flags=8863 mtu 1500 inet 192.203.228.69 netmask 0xfffffff0 broadcast 192.203.228.79 ether 00:80:48:98:75:56 lo0: flags=8009 mtu 16384 inet 127.0.0.1 netmask 0xff000000 ppp0: flags=10 mtu 1500 ppp1: flags=10 mtu 1500 sl0: flags=c010 mtu 552 sl1: flags=c010 mtu 552 tun0: flags=10 mtu 1500 tun1: flags=10 mtu 1500 jhome # arp -na ? (192.203.228.65) at (incomplete) ? (192.203.228.69) at 0:80:48:98:75:56 permanent ? (192.203.228.79) at (incomplete) jhome # netstat -rn Routing tables Internet: Destination Gateway Flags Refs Use Netif Expire default 192.203.228.65 UGc 0 0 ed0 127.0.0.1 127.0.0.1 UH 0 0 lo0 192.203.228 192.203.228.65 UGc 2 0 ed0 192.203.228.16 192.203.228.65 UGc 0 0 ed0 192.203.228.32 192.203.228.65 UGc 0 0 ed0 192.203.228.48 192.203.228.65 UGc 0 0 ed0 192.203.228.64 link#1 UC 0 0 192.203.228.65 link#1 UHLW 15 175 192.203.228.69 0:80:48:98:75:56 UHLW 1 145 lo0 192.203.228.79 link#1 UHLW 1 39 192.203.228.80 192.203.228.65 UGc 0 0 ed0 192.203.228.96 192.203.228.65 UGc 0 0 ed0 192.203.228.112 192.203.228.65 UGc 0 0 ed0 192.203.228.192 192.203.228.65 UGc 0 0 ed0 192.203.228.241 192.203.228.65 UGH 0 0 ed0 192.203.228.242 192.203.228.65 UGH 0 0 ed0 202.12.86.1 192.203.228.65 UGH 0 0 ed0 224 link#1 UCS 0 0 Cheers, -Peter