The default ports for remote connection to PcAnywhere are 5631 [data port] And 5632 [Status port]. In fact, the firewall can access port 5631 [data port] freely.
To change the Pcanywhere data port [5631], edit the system registry and find the following key values:
Start-> Run-> regedit:
HKEY_LOCAL_MACHINE \ SOFTWARE \ Symantec \ pcAnywhere \ CurrentVersion \ System
Find the parameter:
"TCPIPDataPort" = dword: 201715ff [data port] 5631
"TCPIPStatusPort" = dword: 00001600 [port status] 5632
Note: These values are hexadecimal. It must be replaced with the hexadecimal value of the new port number. You can use the system calculator to convert hexadecimal values.
The data port type is TCP, and the status port type is UDP. After the Controlled Port is changed, the connection end should also set the corresponding connection port for smooth access. The firewall should also open the corresponding port.
You can also use the. reg file for direct import. The file content is as follows:
REGEDIT4
[HKEY_LOCAL_MACHINE \ SOFTWARE \ Symantec \ pcAnywhere \ CurrentVersion \ System]
"TCPIPDataPort" = dword: 00001509
"TCPIPStatusPort" = dword: Running 160c