Hi there, recently done a post stating I was using Docker to run AMP in a container. Since then, I've moved over to using a dedicated Debian VM and have got AMP setup on there. Can connect to the WebUI, create instances, perform file transfers and everything, however I cannot connect to any servers I spin up.
Configuration:
OS: Debian 9.13
AMP Version: 2.3.0.6
Firewall: Unifi (Ubiquiti) with necessary ports unblocked
Error Message: Connection Timed Out
I'm most likely missing something pretty basic, but so far I've tried the following to help diagnose the issue:
"ampinstmgr ports [instance]" returns the following:
LISTENING 8081 TCP
LISTENING 2224 TCP
LISTENING 25565 BOTH
Which tells me as far as AMP is concerned it is listening to the necessary ports.
"iptables --list" returns the following: (have left out the comments)
ACCEPT tcp -- anywhere anywhere tcp dpt:http-alt
ACCEPT tcp -- anywhere anywhere tcp dpt:2223
ACCEPT udp -- anywhere anywhere udp dpt:12820
ACCEPT tcp -- anywhere anywhere tcp dpt:2224
ACCEPT tcp -- anywhere anywhere tcp dpt:25565
ACCEPT udp -- anywhere anywhere udp dpt:25565