From owner-freebsd-questions@FreeBSD.ORG Thu Jul 30 22:37:01 2009 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 53A91106566C for ; Thu, 30 Jul 2009 22:37:01 +0000 (UTC) (envelope-from djuatdelta@gmail.com) Received: from mail-ew0-f206.google.com (mail-ew0-f206.google.com [209.85.219.206]) by mx1.freebsd.org (Postfix) with ESMTP id DC5598FC14 for ; Thu, 30 Jul 2009 22:37:00 +0000 (UTC) (envelope-from djuatdelta@gmail.com) Received: by ewy2 with SMTP id 2so1086718ewy.43 for ; Thu, 30 Jul 2009 15:37:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type:content-transfer-encoding; bh=GrjysaLRmWe7wgq3csT/N+L2gI+gHTkTa6UAGinqpP0=; b=PO7jDGvFHT6MbSO8ArpSLwL+f8USqiGr8kPwU+EZJVlNiI6h76IbvoXLcnATUUdXJ0 UPc/dixIwEuz3UKH7vqfQZjAoU1GhZlKD71cO408SCpfJ+/tjclKHDjXZhgpnm5D0axc SSoSd6q/PTT5NNGoqimooLIe+TaysZV1BvMBU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type :content-transfer-encoding; b=NgouKQy5c7GGCKqMwMnA2b3p9MrEvXVve7xzeCSJLS7BnDxLXYtxgX79rD6fetQLnc lwjFthRPgyzqkl8cBH77FU5MBpvgc2uzKMw9pa//phYUbANPpzUJ0ab1Li1FLQCCyo/f Fnq5MWMvINIPNfGLnVf0BaaBg/2pjMgJbqb5A= MIME-Version: 1.0 Received: by 10.210.65.16 with SMTP id n16mr2099599eba.87.1248993419937; Thu, 30 Jul 2009 15:36:59 -0700 (PDT) Date: Thu, 30 Jul 2009 18:36:59 -0400 Message-ID: From: Daniel Underwood To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: net/linux-nx-client: problems connecting to server 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: Thu, 30 Jul 2009 22:37:01 -0000 I *can* connect to the server on my Ubuntu machine, but not on my FreeBSD machine. When trying to connect to my nx server (on a RHEL5 machine), I am able to authenticate successfully but at the "negotiating link parameters step", an error dialog box opens asking if I want to terminate the connection because it cannot connect to the server proxy. The "details" shows this text (X's used to hide IP): [BEGIN DETAILS] NXPROXY - Version 2.1.0 Copyright (C) 2001, 2006 NoMachine. See http://www.nomachine.com/ for more information. Info: Proxy running in client mode with pid '2913'. Session: Starting session at 'Thu Jul 30 18:19:13 2009'. Info: Connecting to remote host 'XXX.X.XX.XX:5012'. Info: Aborting the procedure due to signal '15'. Session: Session terminated at 'Thu Jul 30 18:20:08 2009'. [END DETAILS] Trying to resolve this, I then enabled the "enable SSL encryption of all traffic", but the connection times out, with the following details: [BEGIN DETAILS] NXPROXY - Version 2.1.0 Copyright (C) 2001, 2006 NoMachine. See http://www.nomachine.com/ for more information. Info: Proxy running in client mode with pid '2985'. Session: Starting session at 'Thu Jul 30 18:25:19 2009'. Error: Failed to set TCP_NODELAY flag on FD#13 to 1. Error is 22 'Invalid argument'. Warning: Connected to remote NXPROXY version 3.3.0 with local version 2.1.0. Warning: Consider checking http://www.nomachine.com/ for updates. Info: Synchronizing local and remote caches. Info: Handshaking with remote proxy completed. Warning: Failed to set IPTOS_LOWDELAY flag on FD#13. Error is 92 'Protocol not available'. Error: Failed to set TCP_NODELAY flag on FD#13 to 1. Error is 22 'Invalid argument'. Info: Using LAN link parameters 1536/24/1/0. Info: Using image streaming parameters 50/128/1024KB/6144/768. Info: Using image cache parameters 1/1/131072KB. Info: Using pack method '16m-jpeg-9' with session 'unix-gnome'. Info: Using product 'LFE/None/LFEN/None'. Info: Not using NX delta compression. Info: Not using ZLIB data compression. Info: Not using ZLIB stream compression. Info: Not using persistent cache. Info: Listening for font server connections on port '11014'. Session: Session started at 'Thu Jul 30 18:25:19 2009'. Error: Failed to set TCP_NODELAY flag on FD#18 to 1. Error is 22 'Invalid argument'. Info: Established X server connection. Session: Terminating session at 'Thu Jul 30 18:25:19 2009'. Info: End of NX transport requested by signal '15'. [END DETAILS] I'd appreciate any help/suggestions. TIA, Daniel