X-Spam-Check-By: sourceware.org From: "Dave Korn" To: References: <45F98063 DOT 2080802 AT bellsouth DOT net> <013101c76726$f56566b0$2e08a8c0 AT CAM DOT ARTIMI DOT COM> Subject: RE: Accessing remote PC (ssh?) Date: Thu, 15 Mar 2007 19:00:56 -0000 Message-ID: <015201c76734$42d9f890$2e08a8c0@CAM.ARTIMI.COM> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 In-Reply-To: Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com On 15 March 2007 18:53, Matthew Woehlke wrote: > Dave Korn wrote: >> On 15 March 2007 17:21, Charles Russell wrote: >>> Larry Hall (I think!) wrote: >>>> This is likely a DNS/DHCP problem (i.e. not a Cygwin problem). What do >>>> you get when you "ping sony06"? >>>> >>> $ ping sony06 >>> >>> Pinging sony06 [192.168.2.100] with 32 bytes of data: >> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >> >> It may be relevant that that is the windows native version of ping rather >> than the cygwin one, although I don't see why a name lookup would work for >> 'doze and not for cygwin. Very odd. > > Indeed it may be. Doesn't Windows sometimes use WINS to look up > hostnames when DNS fails? IIRC you can ping (using Windows 'ping') a > computer by WINS name even if it isn't in DNS. I think you're right, and it's not just WINS, it's NetBIOS as well. NetBIOS does name resolution by doing a local broadcast of the query, and if there's a host on the network that answers to that name, it responds. WINS comes in when you have multiple subnets; because broadcasts don't get propagated past routers, if you want to do NetBIOS name resolution on a multi-subnet lan, you can set up a WINS server, which is a dual-homed machine that caches NetBIOS names it sees on one subnet and sends answers to queries for those names on the other subnet. Anyway, that's what I'm hoping the nslookup output might show us. cheers, DaveK -- Can't think of a witty .sigline today.... -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/