So recently a server's Public IP changed, which meant other servers that connected to it needed to be corrected so that they can connect again. Now the weird thing is I can connect to the new server via SSH and I can ping it, but from two servers it's like that IP does not even exist. It never completes a ping and the SSH connection gets stuck at Connecting to xx.xx.xx.xx
.
I know I can access the server because I am connected to it via SSH (not on the same network). I know other servers can connect to it. But why can't those two servers even ping that IP?
Regard!