From owner-freebsd-questions@FreeBSD.ORG Wed Jul 23 03:21:36 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 B0295106564A for ; Wed, 23 Jul 2008 03:21:36 +0000 (UTC) (envelope-from steve@ibctech.ca) Received: from ibctech.ca (v6.ibctech.ca [IPv6:2607:f118::b6]) by mx1.freebsd.org (Postfix) with SMTP id 54E318FC14 for ; Wed, 23 Jul 2008 03:21:36 +0000 (UTC) (envelope-from steve@ibctech.ca) Received: (qmail 44484 invoked by uid 89); 23 Jul 2008 03:25:44 -0000 Received: from unknown (HELO ?192.168.30.114?) (steve@ibctech.ca@::ffff:208.70.104.100) by ::ffff:208.70.104.210 with ESMTPA; 23 Jul 2008 03:25:44 -0000 Message-ID: <4886A3CC.4020905@ibctech.ca> Date: Tue, 22 Jul 2008 23:21:48 -0400 From: Steve Bertrand User-Agent: Thunderbird 2.0.0.14 (Windows/20080421) MIME-Version: 1.0 To: Paul Schmehl References: <48867D4A.2050605@vfemail.net> <8efc42630807221817x873729dg9f4dc18c56865f48@mail.gmail.com> <48869178.60808@ibctech.ca> <518F3B961F96608C4372A995@Macintosh.local> In-Reply-To: <518F3B961F96608C4372A995@Macintosh.local> X-Enigmail-Version: 0.95.6 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: User Questions 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 03:21:36 -0000 Paul Schmehl wrote: > To the OP - here's what I get when testing from a FreeBSD box to one of > our servers: > > pauls@utd65257# telnet hostname.utdallas.edu 3389 > Connection closed by foreign host. Does your server have SSL enabled? The OP stated that prior to upgrade, the box did NOT have SSL enabled. > The access denied message you > cited appears to be a firewall or acl issue that prevents the server > from accepting connections from your FreeBSD box. Perhaps from a Service Pack whereas Microsoft could have enabled it's inbound 'firewall', thinking it was appropriate. # nmap -sS -P0 -p 3389 ip_of_rdp_server Steve