From owner-freebsd-questions@FreeBSD.ORG Wed Jan 3 16:56:59 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3276916A40F for ; Wed, 3 Jan 2007 16:56:59 +0000 (UTC) (envelope-from whereisalext@gmail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.247]) by mx1.freebsd.org (Postfix) with ESMTP id E982D13C448 for ; Wed, 3 Jan 2007 16:56:58 +0000 (UTC) (envelope-from whereisalext@gmail.com) Received: by an-out-0708.google.com with SMTP id c24so1682676ana for ; Wed, 03 Jan 2007 08:56:58 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=MyAoj4Ci0xN/zuDm3+iT4A9st6cuLvYTiCna0xyV4Gh6TaYAlGf8PHqeVgE0uzGYfiNZIDbq16ohDdiXN89easFddwLPd9IRTKGoqxSby2Mx73Gq/60sKonNP5DW/jspPlBwi9EmxzmBmBuFwPkErkQrMw4opHTdvsvWBTRtn+U= Received: by 10.78.18.3 with SMTP id 3mr2270602hur.1167841854487; Wed, 03 Jan 2007 08:30:54 -0800 (PST) Received: by 10.78.165.12 with HTTP; Wed, 3 Jan 2007 08:30:54 -0800 (PST) Message-ID: Date: Wed, 3 Jan 2007 08:30:54 -0800 From: "Alex Teslik" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: DNS propagation problems - changed ip 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, 03 Jan 2007 16:56:59 -0000 Hello, I changed the ip address of my server (physical move to a new location) and updated my dns. Logs show that everything is fine. I can get out to other sites just fine, send email, and internally everything is working fine. However, I updated on Jan 1st and the changes for the nameservers have still not propagated out anywhere. Logs show no one hitting the server. I'm starting to get worried. The db file has this data: 2007010101 ; Serial (year,month,day,version_that_day) 86400 ; refresh (1 day) 7200 ; retry (2 hours) 8640000 ; expire (100 days) 86400 ) ; minimum (1 day) So after 1 day external DNS's should update to the new info. The only other bit of info that I can't figure out is that in the logs I'm getting this message: Jan 2 02:44:16 gouda /kernel: arplookup 10.1.10.1 failed: host is not on local network but 10.1.10.1 has nothing to do with my network, so I have no idea which service is trying to get to this. I grepped all etc and usr/local/etc bu nothing have that ip. Finally, nslookup is working on any address including my own. Thats makes me think DNS is working properly... Any ideas on what else I can check that might not be right? Thanks