From owner-freebsd-questions Wed Apr 18 10:44:26 2001 Delivered-To: freebsd-questions@freebsd.org Received: from db.nexgen.com (db.nexgen.com [64.81.208.78]) by hub.freebsd.org (Postfix) with SMTP id 369CA37B422 for ; Wed, 18 Apr 2001 10:44:23 -0700 (PDT) (envelope-from ml@db.nexgen.com) Received: (qmail 22686 invoked from network); 18 Apr 2001 17:44:48 -0000 Received: from localhost (HELO book) (root@127.0.0.1) by localhost with SMTP; 18 Apr 2001 17:44:48 -0000 Message-ID: <005701c0c82f$395a9630$01000001@book> From: "alexus" To: Subject: NAT & ARP Date: Wed, 18 Apr 2001 13:44:31 -0400 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 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG first of all let me tell a bit about my setup i run freebsd 4.2-stable/release i have two NICs card in my computer fxp0 which has external (Internet) ip and dc0 which has internal (intranet) ip i setup nat.. everything working fine although in my logs i get this every other second date .... /kernel: arp: 192.168.0.x is on dc0 but got reply from xx:xx:xx:xx:xx:xx on fxp0 is it supposte to be like that? or i can somehow make it not log this kind of messages? i dont want to miss important arp watches though like once they changed router on their end and i got notified;) arp ip xx.xxx.xx.xxx (mac: xx:xx:xx:xx:xx:xx) has moved to ip xx.xxx.xx.xxx (mac: xx:xx:xx:xx:xx:xx) i definatly want to keep that To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message