From owner-freebsd-questions@FreeBSD.ORG Sat Dec 10 16:18:55 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 E11ED16A430 for ; Sat, 10 Dec 2005 16:18:54 +0000 (GMT) (envelope-from rubenl@bloemgarten.demon.nl) Received: from post-24.mail.nl.demon.net (post-24.mail.nl.demon.net [194.159.73.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4D55A43D8A for ; Sat, 10 Dec 2005 16:18:21 +0000 (GMT) (envelope-from rubenl@bloemgarten.demon.nl) Received: from axelds.demon.nl ([83.160.138.74]:47013 helo=abubbletprpdda) by post-24.mail.nl.demon.net with esmtp (Exim 4.51) id 1El7QJ-000DMm-0v for freebsd-questions@freebsd.org; Sat, 10 Dec 2005 16:18:11 +0000 From: "Ruben Bloemgarten" To: Date: Sat, 10 Dec 2005 17:17:40 +0100 MIME-Version: 1.0 X-Mailer: Microsoft Office Outlook, Build 11.0.6353 Thread-Index: AcX9pT5CZGdpq/+4RyiO6sEl9pElcg== X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1506 Message-Id: <20051210161821.4D55A43D8A@mx1.FreeBSD.org> Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: resolve appends domain section of hostname to non-existent domains X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: ruben@bloemgarten.demon.nl List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Dec 2005 16:18:55 -0000 Hi all, Could anyone let me know what's misconfigured here: When I ping from say server2 # ping jkhdsfkhdsafhjsahfdhksa.com I get the following reply : PING jkhdsfkhdsafhjsahfdhksa.com.mydomain2.com (ip.of.server.1): 56 data bytes 64 bytes from ip.of.server.1: icmp_seq=0 ttl=64 time=0.594 ms 64 bytes from ip.of.server.1: icmp_seq=1 ttl=64 time=0.427 ms The same happens from server1; it appends it's domain name to the incorrect domain # ping jkhdsfkhdsafhjsahfdhksa.com PING jkhdsfkhdsafhjsahfdhksa.com.mydomain1.com (ip.of.server.1): 56 data bytes 64 bytes from ip.of.server.1: icmp_seq=0 ttl=64 time=0.594 ms 64 bytes from ip.of.server.1: icmp_seq=1 ttl=64 time=0.427 ms Server2 is running multiple jails behind ipf/ipnat on 5.4-Release. Server1 is not running jails or ipf/nat. on 5.2.1-Current Server1 responds on both systems, which are in the same subnet at the same colo. A dig from both systems does reply correctly, stating that jkhdsfkhdsafhjsahfdhksa.com does not exist. Which leads me to feel that it would most probably be hosts file related. As the hosts file on both systems are not doing anything weird i.e.: Server2: ip.natted.lan server2 server2.mydomain2.com server2.mydomain2.com. Server1: ip.static.wan server1 server1.mydomain1.com server2.mydomain2.com. Although, as dns has already taken place (on existing domains it does resolve correctly), it would seem that something is happening after hosts->dns-> (not using nis). So I'm pretty much at a loss here. Any help is very much appriciated. Regards, Ruben