From owner-freebsd-questions@FreeBSD.ORG Fri Sep 28 20:19:27 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 16FBF16A41B for ; Fri, 28 Sep 2007 20:19:27 +0000 (UTC) (envelope-from tomdean@speakeasy.org) Received: from mail4.sea5.speakeasy.net (mail4.sea5.speakeasy.net [69.17.117.6]) by mx1.freebsd.org (Postfix) with ESMTP id DB3ED13C49D for ; Fri, 28 Sep 2007 20:19:26 +0000 (UTC) (envelope-from tomdean@speakeasy.org) Received: (qmail 30058 invoked from network); 28 Sep 2007 20:19:26 -0000 Received: from dsl081-173-150.sea1.dsl.speakeasy.net (HELO dv6000) ([64.81.173.150]) (envelope-sender ) by mail4.sea5.speakeasy.net (qmail-ldap-1.03) with AES256-SHA encrypted SMTP for ; 28 Sep 2007 20:19:26 -0000 Received: from dv6000 (localhost [127.0.0.1]) by dv6000 (8.14.1/8.14.1) with ESMTP id l8SKJQqf001796; Fri, 28 Sep 2007 13:19:26 -0700 (PDT) (envelope-from tomdean@dv6000) Received: (from tomdean@localhost) by dv6000 (8.14.1/8.14.1/Submit) id l8SKJQOj001793; Fri, 28 Sep 2007 13:19:26 -0700 (PDT) (envelope-from tomdean) Date: Fri, 28 Sep 2007 13:19:26 -0700 (PDT) Message-Id: <200709282019.l8SKJQOj001793@dv6000> From: "Thomas D. Dean" To: cswiger@mac.com In-reply-to: <9E5E0EEA-CA9B-4B8F-AD5E-39559F64156A@mac.com> (message from Chuck Swiger on Fri, 28 Sep 2007 12:38:24 -0700) References: <092820071903.19705.46FD4FF800004F0B00004CF9220642441308099A0E0B0B0703D20D010D@comcast.net> <200709281927.l8SJRhmO001602@dv6000> <9E5E0EEA-CA9B-4B8F-AD5E-39559F64156A@mac.com> Cc: bob.middaugh@comcast.net, freebsd-questions@freebsd.org Subject: Re: DHCP and DNS 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: Fri, 28 Sep 2007 20:19:27 -0000 I have a Belkin N1 wireless router with a mix of wireless and wired machines. 2 wired FreeBSD machines, 1 wired Windows machine, 1 wireless FreeBSD machine, -current wpi driver in the works, and a wireless windows machine. The wired FreeBSD machines get leases with dhclient. Looking at the router with seamonkey, I can see the leases for all the machines. Do I have to manually create/maintain /etc/hosts on each FreeBSD machine to use names to access the other machines on the local network? Is there a tool to extract lease information from the router? tomdean