From owner-freebsd-questions@FreeBSD.ORG Wed Oct 29 18:10:39 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 93C901065689 for ; Wed, 29 Oct 2008 18:10:39 +0000 (UTC) (envelope-from robin@reportlab.com) Received: from qb-out-0506.google.com (qb-out-0506.google.com [72.14.204.234]) by mx1.freebsd.org (Postfix) with ESMTP id 56E978FC26 for ; Wed, 29 Oct 2008 18:10:39 +0000 (UTC) (envelope-from robin@reportlab.com) Received: by qb-out-0506.google.com with SMTP id f30so59512qba.35 for ; Wed, 29 Oct 2008 11:10:38 -0700 (PDT) Received: by 10.210.22.8 with SMTP id 8mr10384021ebv.46.1225303837235; Wed, 29 Oct 2008 11:10:37 -0700 (PDT) Received: from ?192.168.0.3? (host-82-44-127-245.static.telewest.net [82.44.127.245]) by mx.google.com with ESMTPS id p10sm464745gvf.7.2008.10.29.11.10.35 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 29 Oct 2008 11:10:35 -0700 (PDT) Message-ID: <4908A71C.9050104@chamonix.reportlab.co.uk> Date: Wed, 29 Oct 2008 18:10:36 +0000 From: Robin Becker User-Agent: Thunderbird 2.0.0.17 (Windows/20080914) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: no reverse dns X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Oct 2008 18:10:39 -0000 We have just moved offices and our freebsd machine has started complaining in the following terms Oct 29 17:14:39 int kernel: arplookup ww.xx.yy.zz failed: host is not on local network We have an external router connected as a dhcp server at 192.168.0.2 which apparently has external address ww.xx.yy.zz. I am using a fixed ip address ie 192.168.0.6 I have this in my rc.conf defaultrouter="192.168.0.2" hostname="int.myoffice.com" ifconfig_em0="inet 192.168.0.6 netmask 255.255.255.0" and have dns mapping int.myoffice.com --> ww.xx.yy.zz, but our ISP will not make the reverse mapping. I assume that we're trying to reverse lookup something and the lack of reverse dns is causing this issue. What can I add to my rc.conf to stop this arplookup problem? -- Robin Becker