Hey Warren! Let’s go through the steps to verify connectivity and make sure everything is set up correctly. We’ll check the ports and firewall first.
-
Check if the ports are listening:
Run the following command to see if the ports are open:sudo ss -tuln | grep LISTEN
-
Verify firewall rules:
Ensure that the required ports are open in your firewall. You can use:sudo ufw status
-
Use AMP to check ports:
You can run this command to check which ports AMP thinks are open:ampinstmgr ports [INSTANCENAME]
Try these steps and let me know what you find!