From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Angus Comber Newsgroups: gmane.emacs.help Subject: Cannot connect to some hosts using tramp Date: Tue, 15 Apr 2014 14:12:48 +0100 Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1397567592 7994 80.91.229.3 (15 Apr 2014 13:13:12 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 15 Apr 2014 13:13:12 +0000 (UTC) To: Emacs Help Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Apr 15 15:13:03 2014 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Wa3Ab-0007GQ-HL for geh-help-gnu-emacs@m.gmane.org; Tue, 15 Apr 2014 15:13:01 +0200 Original-Received: from localhost ([::1]:48966 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wa3Ab-0006SP-2Y for geh-help-gnu-emacs@m.gmane.org; Tue, 15 Apr 2014 09:13:01 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:40732) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wa3AQ-0006RJ-4x for help-gnu-emacs@gnu.org; Tue, 15 Apr 2014 09:12:50 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Wa3AP-0000RQ-1g for help-gnu-emacs@gnu.org; Tue, 15 Apr 2014 09:12:50 -0400 Original-Received: from mail-qg0-x229.google.com ([2607:f8b0:400d:c04::229]:43790) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wa3AO-0000RG-TE for help-gnu-emacs@gnu.org; Tue, 15 Apr 2014 09:12:48 -0400 Original-Received: by mail-qg0-f41.google.com with SMTP id z60so1168791qgd.0 for ; Tue, 15 Apr 2014 06:12:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=ahBMQB/iLOVgUGBqTaKfsdo3BJaX3lLwdV0vMN7Lmsc=; b=rj7oiaudZiHYflvUViYrzPsb2GuMZuOv++DFSMHdKoSVnd0niOzabVmMTa5GD8zALy sFwf0OqY/KQYTMAdUDvolbUhR+2UMzaYDU6tctGSkC7yMWcxyujIT1fmg+BiFK31ryiR DRZcrvcxVnVJiP+fZn4y9hl6V7u21uuutrcrrRE46UoUUHredsoN1LYpJswZEvohyUpv wBcaMMsrhamOrrc1KaF1mBa+BoYfpRgPGAiCKLfMaM2d5Y60y4lFtfDQxq6OLZaaC/d8 +WCURrG3tX4ZuFXAyKH/nYJF6uzE98pyeVxFGO7pTUkfg1lf6k7w+407c5efkzHtedR/ PRww== X-Received: by 10.224.166.129 with SMTP id m1mr2473868qay.58.1397567568411; Tue, 15 Apr 2014 06:12:48 -0700 (PDT) Original-Received: by 10.96.187.166 with HTTP; Tue, 15 Apr 2014 06:12:48 -0700 (PDT) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:400d:c04::229 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:97138 Archived-At: I have a number of unix hosts which I need to connect to which are all located within our company LAN. Some hosts I can connect to, others I can't for some reason. I am using emacs 23.3.1. I connect like this: m-x tramp to get started (without this I find it doesn't work for ANY host). c-x c-f //host:file Then prompted for a password. It works for a solaris box here but not a red hat linux host. Any ideas why this might not be working? Any config I can do to help?