From owner-freebsd-questions Sat Apr 15 22:21:11 2000 Delivered-To: freebsd-questions@freebsd.org Received: from sakr.net (cr879075-a.ym1.on.wave.home.com [24.114.39.136]) by hub.freebsd.org (Postfix) with ESMTP id D232F37BCAC for ; Sat, 15 Apr 2000 22:21:04 -0700 (PDT) (envelope-from miyako@sakr.net) Received: from localhost (miyako@localhost) by sakr.net (8.9.3/8.9.3) with ESMTP id BAA00434 for ; Sun, 16 Apr 2000 01:22:06 -0400 (EDT) (envelope-from miyako@sakr.net) Date: Sun, 16 Apr 2000 01:22:06 -0400 (EDT) From: miy To: freebsd-questions@FreeBSD.ORG Subject: network replies causing system messages flooding Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I originally had a windows box [10.0.0.2] connected to my cable connection through a FreeBSD gateway running natd. I recently added a second windows box to the network, and I it connects properly to the gateway, but I am getting flooded by the following system message: arp: 10.0.0.4 is on ed1 but got reply from 00:80:c8:e8:ea:d7 on rl0 arp: 10.0.0.4 is on ed1 but got reply from 00:80:c8:e8:ea:d7 on rl0 arp: 10.0.0.4 is on ed1 but got reply from 00:80:c8:e8:ea:d7 on rl0 arp: 10.0.0.4 is on ed1 but got reply from 00:80:c8:e8:ea:d7 on rl0 My natd configuration is as follows: /sbin/natd -s -n rl0 -redirect_port tcp 10.0.0.2:2121 2121 /sbin/ipfw add 1000 divert 6668 ip from any to any via rl0 /sbin/ipfw add 1002 divert 6668 ip from 10.0.0.2/24 to any via rl0 #10.0.0.4 is the most recent windows box that was added to the network. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message