From owner-freebsd-questions@FreeBSD.ORG Tue Apr 1 09:44: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 ED33437B401 for ; Tue, 1 Apr 2003 09:44:45 -0800 (PST) Received: from eldar.hayholt.org (elvandar.hayholt.org [195.18.109.250]) by mx1.FreeBSD.org (Postfix) with ESMTP id BA8A743FBD for ; Tue, 1 Apr 2003 09:44:44 -0800 (PST) (envelope-from marcel@hayholt.org) Received: from eldar (eldar [192.168.0.5]) by eldar.hayholt.org (Postfix) with ESMTP id B927F59B for ; Tue, 1 Apr 2003 19:44:42 +0200 (CEST) Date: Tue, 1 Apr 2003 19:44:42 +0200 (CEST) From: Marcel Stangenberger To: questions@freebsd.org Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: problem with DNS resolving X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Apr 2003 17:44:46 -0000 Hi all, I got a FreeBSD 4.7-p5 server running on a remote location which has problems with DNS resolvings. It's running a bind8 service which is working fine on the outside. but won't resolve when configured in /etc/resolv.conf here is my /etc/host.conf # $FreeBSD: src/etc/host.conf,v 1.6 1999/08/27 23:23:41 peter Exp $ # First try the /etc/hosts file hosts # Now try the nameserver next. bind # If you have YP/NIS configured, uncomment the next line # nis and my /etc/resolv.conf nameserver 127.0.0.1 nameserver 195.18.92.98 and the output from my firewall (only the relevant parts) : 00500 allow tcp from any to any established 00600 allow ip from any to any frag 01200 allow tcp from 195.18.92.98 to any setup 01300 allow tcp from 195.18.92.103 to any setup 01400 allow log tcp from any to 195.18.92.98 53 01500 allow log udp from any to 195.18.92.98 53 01600 allow log tcp from 195.18.92.98 53 to any 01700 allow log udp from 195.18.92.98 53 to any 01800 allow log tcp from any to 195.18.92.103 53 01900 allow log udp from any to 195.18.92.103 53 02000 allow log tcp from 195.18.92.103 53 to any 02100 allow log udp from 195.18.92.103 53 to any now it worked fine with this configuration until i added 195.18.92.103 as a virtual interface to the machine. I can't get it to work since then. I tried using the DNS servers from my ISP but that doesn't help either. Does anyone have an idea on how to resolve this? Best regards, Marcel -- Real programmers don't write in FORTRAN. FORTRAN is for pipe stress freaks and crystallography weenies. FORTRAN is for wimp engineers who wear white socks.