How do I get PCAnywhere to work through the firewall?
Aproxy can be used to let the TCP/IP portion of PCAnywhere through the firewall. Use of Out OF Band Authentication OOBA) is recommend enforce strong user authentication. Code two permit directives in the aproxy.conf file as follows: permit from * to 204.71.109.32 5631 redirect 10.10.0.15 5631 ooba & 7600 permit from * to 204.71.109.32 5632 redirect 10.10.0.15 5632 PCAnywhere also requires use of RCPproxy to permit the UDP portion of the traffic. permit udp from * * to 204.71.32. 5631 redirect 10.10.0.15 5631 permit udp from * * to 204.71.32 .5632 redirect 10.10.0.15 5632 Don’t forget to refresh both proxies after saving the updates.