From owner-freebsd-questions@FreeBSD.ORG Thu Nov 20 11:25:45 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 949E116A4D3 for ; Thu, 20 Nov 2003 11:25:45 -0800 (PST) Received: from skippyii.compar.com (mail.compar.com [216.208.38.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0E33F43FBD for ; Thu, 20 Nov 2003 11:25:44 -0800 (PST) (envelope-from list_freebsd@compar.com) Received: from sorin (nat.compar.com [216.208.38.137]) by skippyii.compar.com (8.11.3/8.11.3) with ESMTP id hAKJPFd19065 for ; Thu, 20 Nov 2003 14:25:16 -0500 (EST) (envelope-from list_freebsd@compar.com) Message-Id: <200311201925.hAKJPFd19065@skippyii.compar.com> From: "Sorin Chiorean" To: Date: Thu, 20 Nov 2003 14:24:54 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Mailer: Microsoft Office Outlook, Build 11.0.5510 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Thread-Index: AcOvm/mDhBds8uLBTJ6tACbGaeOZ5Q== Subject: Arplookup error. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: sorin@compar.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2003 19:25:45 -0000 Hi, I installed a new FreeBSD 4.9 box and is running as a Firewall/NAT = device for a small network. I am getting this error twice per day : "/kernel: arplookup 100.93.140.1 failed: host is not on local network" Everything works ok without any problems for all our workstations behind this Firewall/NAT machine. They can browse the Internet, receive emails = , etc..=20 Can anybody tell me how to get ride of this message ? Sorin Chiorean Network Specialist Computer Partners The setting are the following : To connect to INTERNET I have a radio-modem with a static IP.=20 Lets say that I have this setting from my ISP: DNS 100.93.140.1 IP 102.157.188.141 MASK 255.255.255.224 GW 102.157.188.129=20 This IP's are not real. I changed the first two numbers. I use IPFILTER and IPNAT with the following settings: ipfilter.conf: pass in all pass out all and ipnat.conf: map xl0 192.168.1.0/24 -> 0.0.0.0/32 portmap tcp/udp 40000:60000 map xl0 192.168.1.0/24 -> 0.0.0.0/32 If I enter "ifconfig -a" I will get :=20 xl0: flags=3D8843 mtu 1500 options=3D3 inet 102.157.188.141 netmask 0xffffffe0 broadcast = 102.157.188.159 inet6 fe80::250:daff:fece:8d34%xl0 prefixlen 64 scopeid 0x1 ether 00:50:da:ce:8d:34 media: Ethernet autoselect (10baseT/UTP) status: active xl1: flags=3D8843 mtu 1500 options=3D3 inet 192.168.1.1 netmask 0xffffff00 broadcast 192.168.1.255 inet6 fe80::210:5aff:fe5d:ee1a%xl1 prefixlen 64 scopeid 0x2 ether 00:10:5a:5d:ee:1a media: Ethernet autoselect (100baseTX ) status: active lo0: flags=3D8049 mtu 16384 inet6 ::1 prefixlen 128 inet6 fe80::1%lo0 prefixlen 64 scopeid 0x3 inet 127.0.0.1 netmask 0xff000000 =A0