Date: Sun, 16 Apr 2000 01:22:06 -0400 (EDT) From: miy <miyako@sakr.net> To: freebsd-questions@FreeBSD.ORG Subject: network replies causing system messages flooding Message-ID: <Pine.BSF.4.10.10004160112380.411-100000@sakr.net>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.10.10004160112380.411-100000>