From owner-freebsd-questions@FreeBSD.ORG Wed Jul 23 01:49:25 2008 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 97DA71065671 for ; Wed, 23 Jul 2008 01:49:25 +0000 (UTC) (envelope-from darko.listsniffer@gmail.com) Received: from ag-out-0708.google.com (ag-out-0708.google.com [72.14.246.243]) by mx1.freebsd.org (Postfix) with ESMTP id 5DEC08FC08 for ; Wed, 23 Jul 2008 01:49:25 +0000 (UTC) (envelope-from darko.listsniffer@gmail.com) Received: by ag-out-0708.google.com with SMTP id 8so14248635agc.3 for ; Tue, 22 Jul 2008 18:49:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type:references; bh=cgn7xI2gv8ADWwUyK2ub0wLoXH6sLA9pn5w8PeXOY+Y=; b=fbEBiJyLK5G1L48+c0ILqOx0yt/hZwL/NSlNV9nSGY3Qn4UfDQExTTtu0IuIsPbX12 X8hETQozFr7LOrtepglRBC5KDFpba2sMXz2SVOh2OUt+3B1RsPLzEq6X0lg2nVkwT+yQ T+CH1Sxjd1yHpfflb3FS1FSsLKt4c0evBUfiM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:references; b=WW6jyPFNww9OUEQ2+Zgor6Rj5wumEja6ot2/YawVn9ItjXGPC2IsaxrMy9K3Bv+xXw QJSyAywhKSrB+fDK8iKVHH/gzLo//C8qEQeVvV5brcEBTYXDtDtiYwtd0140diGjwKd+ O735R5sUV8BrxGjnAkBrcOsg7k4XFQAH90iDw= Received: by 10.100.111.5 with SMTP id j5mr2902477anc.3.1216777764300; Tue, 22 Jul 2008 18:49:24 -0700 (PDT) Received: by 10.100.13.13 with HTTP; Tue, 22 Jul 2008 18:49:24 -0700 (PDT) Message-ID: <82f3feb90807221849i68d97d79sfb7765b8aef854d7@mail.gmail.com> Date: Tue, 22 Jul 2008 21:49:24 -0400 From: "darko gavrilovic" To: FreeBSD , "User Questions" In-Reply-To: <8efc42630807221817x873729dg9f4dc18c56865f48@mail.gmail.com> MIME-Version: 1.0 References: <48867D4A.2050605@vfemail.net> <8efc42630807221817x873729dg9f4dc18c56865f48@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Re: connecting to a secured Windows 2003 terminal 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: Wed, 23 Jul 2008 01:49:25 -0000 what happens when you type this? # openssl s_client -connect :3389 you should get a response of "CONNECTED" or something to that effect. you might have to change the 3389 if you have rdp listening on another port. On Tue, Jul 22, 2008 at 9:17 PM, Simon Chang wrote: > > Recently my company has updated their server to Windows 2003. The earlier > > 2000 server didn't have SSL enabled, so rdp/rdesktop worked for me > without > > any problem. But now, as I try to connect to the server, it simply gives > me > > ERROR: recv: Connection reset by peer > > > > Did you make sure that the server has remote administration enabled? > I believe that, by default, Win2k3 Servers have RDP disabled. Check > with your admins about that. > > SC > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to " > freebsd-questions-unsubscribe@freebsd.org" > -- regards, dg "using fsdb(8) and clri(8) was like climbing Mount Everest in sandals and shorts. Since writing that, I've tried them more than once and discovered that I was wrong. You don't get the shorts." -- M.W. Lucas