Both vzpp and Plesk run on non standard ports over SSL. If you find you can't connect to your VPS please make sure the following two ports are open outbound on your firewall/router/proxy etc.
For a non plesk VPS vzpp listens on 4643 (applies to legacy VPS plans only)
For a plesk VPS\VM vzpp/plesk listens on 8443
Both of these are TCP ports. A few example rules:
access-list inside_access_out extended permit tcp any host $vpsip eq 4643
access-list inside_access_out extended permit tcp any host $vpsip eq 8443
The above refers to Cisco ASA rule syntax specifically.
Comments
0 comments
Article is closed for comments.