LordJonas 0 Posted June 12 Hi. I just created a Amazon Linux 2 virtual machine for development and testing. I'm able to connect via SSH, i installed PAServer and it's running normal. However, it's not possible for Delphi to connect to PAServer, even with all the information entered correct. Any clues ? Share this post Link to post
FredS 129 Posted June 12 Maybe you need to open the port in the Firewall(s).. Share this post Link to post
LordJonas 0 Posted June 12 SOLVED I was using the private IP when I should be using the public IP.... Share this post Link to post
Brian Evans 5 Posted June 13 I would not have PAServer accessible on a public IP. Since you are already connecting by SSH I would suggest a SSH tunnel which redirects a local port to a remote port over a SSH connection. Share this post Link to post