From owner-freebsd-questions@FreeBSD.ORG Sun Jan 9 06:39:07 2005 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 034EA16A4CE for ; Sun, 9 Jan 2005 06:39:07 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 835AC43D3F for ; Sun, 9 Jan 2005 06:39:06 +0000 (GMT) (envelope-from rajivk@gmail.com) Received: by wproxy.gmail.com with SMTP id 68so652382wri for ; Sat, 08 Jan 2005 22:39:06 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding; b=grPvLtVSHxaROj3/SJiqIhxhMNAPxkE9jyxyB+BIwCPwSAeIOjrZLOBxrdS+DmIAiYetUL91bwQBmcfliY+PfrpWbijJIIoaBQd1S9NDgUwpqMDPFGXY/0C6gqZZwMEMWFVQoUKHtLksjoDJ+ZFPpxKtSfIagll+BgbI9frpZx0= Received: by 10.54.51.30 with SMTP id y30mr286355wry; Sat, 08 Jan 2005 22:39:05 -0800 (PST) Received: by 10.54.24.45 with HTTP; Sat, 8 Jan 2005 22:39:05 -0800 (PST) Message-ID: <595ad514050108223910b29d9d@mail.gmail.com> Date: Sat, 8 Jan 2005 22:39:05 -0800 From: Rajiv Krishnamurthy To: freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: DNS problems X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Rajiv Krishnamurthy List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Jan 2005 06:39:07 -0000 gentle people, apologies if this question should have been posted in the newbies list, but i saw a similar question in the archives of this mailing list, which did not quite answer my question. i'm trying to install FreeBSD for the first time. i'm installing it on my desktop. the installation has gone on pretty cleanly, i have a linksys firewall/wireless router behind which i have installed my freeBSD box. i have good connectivity and am able to ping, telnet to the internet. however DNS resolution is a problem. the browser does not work and for example dig www.freebsd.org also does not work. if i provide the nameserver,dig @server xxx.xxx.xxx - things are fine. any ideas. it has to be something really simple. during the configuration, when i configured my ethernet port, it cleanly gets the ip address from the linksys hub and also lists the nameserver correctly. what else do i have to configure ? ifconfig xl0 : flags=8843 mtu 1500 options=b inet6 fe80::250:daff:fe8c:dcaa%x10 prefixlen 64 scopeid 0x1 inet 192.168.1.105 netmask 0xffffff00 broadcast 192.168.1.255 ether 00:50:da:8c:dc:aa media Ethernet autoselect (100baseTX ) status:active plip0: flags=8810 mtu 1500 lo0: flags=8049 mtu 16384 inet 127.0.0.1 netmask 0xff000000 inet6 :: 1 prefixlen 128 inet6 fe80::1%lo0 prefixlen 64 scopeid 0x3 netstat -nr Routing tables Internet: Destination Gateway Flags Refs Use Netif Expire default 192.168.1.1 UGS 0 0 x10 127.0.0.1 127.0.0.1 UH 1 76 lo0 192.168.1 link#1 UC 0 0 xl0 192.168.1.1 link#1 UHLW 1 0 xl0 192.168.1.105 127.0.0.1 UGHS 0 0 lo0 192.168.1.255 ff:ff:ff:ff:ff:ff UHLWb 0 2 xl0 /etc/resolve.conf is empty. /etc/hosts is empty. thanks rajiv.