Date: Tue, 1 Apr 2003 19:44:42 +0200 (CEST) From: Marcel Stangenberger <marcel@hayholt.org> To: questions@freebsd.org Subject: problem with DNS resolving Message-ID: <Pine.GSO.4.53.0304011926560.7268@eldar.hayholt.org>
next in thread | raw e-mail | index | archive | help
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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.GSO.4.53.0304011926560.7268>