From owner-freebsd-questions@FreeBSD.ORG Mon May 10 10:18:50 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3077516A4CE for ; Mon, 10 May 2004 10:18:50 -0700 (PDT) Received: from dyer.circlesquared.com (host217-45-219-83.in-addr.btopenworld.com [217.45.219.83]) by mx1.FreeBSD.org (Postfix) with ESMTP id C6D8343D1F for ; Mon, 10 May 2004 10:18:39 -0700 (PDT) (envelope-from peter@circlesquared.com) Received: from circlesquared.com (localhost.petanna.net [127.0.0.1]) i4AHM2cj042188; Mon, 10 May 2004 18:22:02 +0100 (BST) (envelope-from peter@circlesquared.com) Message-ID: <409FBA3A.2080206@circlesquared.com> Date: Mon, 10 May 2004 18:22:02 +0100 From: Peter Risdon User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7b) Gecko/20040327 X-Accept-Language: en-us, en MIME-Version: 1.0 To: adp References: <016a01c436a4$88e741d0$6501a8c0@yourqqh4336axf> In-Reply-To: <016a01c436a4$88e741d0$6501a8c0@yourqqh4336axf> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 8bit cc: questions@freebsd.org Subject: Re: Problem with FreeBSD 4.8, ipf, ipfnat and forwarding for pcAnywhere X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 May 2004 17:18:50 -0000 adp wrote: >I am using telnet just to see if the port accepts connections. That test >works fine internally. We are not running a telnet server. Also, we are >telnetting to the pcAnywhere port, not the telnet port. :) > > I've only historical experience with PCAnywhere, nowadays sticking with VNC for this sort of thing, but your post made me google out of interest. One thread alerted me to this interesting entry in /usr/local/share/nmap/nmap-services - I believe it might only be relevant to version 10.5 (and above?) pcanywhere 65301/tcp Several sources mention port 22 as well. Then again, some don't. This seems a moderately well informed example of one that does: http://old.gallantry.com/support/technotes/tn01052403_pcaw/ And at the foot of that page are links to several of Symantec's own techical help documents for this exact issue. This might be useful: http://www.eicon.com/support/helpweb/dlanen/sol7.htm There's some troubleshooting info there. It does seem to matter which version(s) of PCAnywhere you're using. Versions of pcAnywhere prior to 7.5 use non-registered TCP/IP ports. All later versions, including v7.5 use the following registered TCP/IP ports: TCP – 5631 UDP – 5632 You will run into problems when you are using a version of pcAnywhere with non-registered TCP/IP ports on one side of the connection and a version with registered ports on the other side of the connection. Symantec provide a fix for this problem on their FTP server. Please see the Symantec Knowledge Base for further information http://www.symantec.com After that, FAQs from various companies show the reasonableness of your approach. For non-FreeBSD-specific configuration details that might give a clue, see: http://www.netopia.com/en-us/equipment/tech/c_faq.html#ph_no_5 and http://help.broadviewnet.net/support/nat-pcanywhere.htm I found two threads discussing a very similar problem with a Cisco router as a gateway, and along with the surprising information that one poster claims to have solved a similar issue by upgrading the drivers of the graphics card in the PCAnywhere host, one resolution is here: http://isp-lists.isp-planet.com/isp-routing/0205/msg00051.html and another here: http://www.tek-tips.com/gviewthread.cfm/pid/34/qid/832487 HTH PWR.