For some reason I am getting a strange error that I've never seen before when attempting to run the server on a remote linux machine on Amazon Cloud.
I have the Master Server and Game Server both running on the same server instance.
INFO [2014-07-10 01:32:39,749] Network Information Connecting to rdp world server at ip-172-31-26-54:5050
WARN [2014-07-10 01:32:42,301] Exception Exception connecting to rdp world server ip-172-31-26-54:5050 : System.Net.Sockets.SocketException: The requested name is valid, but no data of the requested type was found
at System.Net.Dns.GetAddrInfo(String name)
at System.Net.Dns.InternalGetHostByName(String hostName, Boolean includeIPv6)
at System.Net.Dns.GetHostEntry(String hostNameOrAddress)
at Multiverse.Network.NetworkHelper.GetIPv4Address(String hostname)
at Multiverse.Network.NetworkHelper.RdpWorldConnect(String hostname, Int32 port)
ERROR [2014-07-10 01:32:42,301] NetworkHelper Failed to connect to rdp world server at ip-172-31-26-54:5050
INFO [2014-07-10 01:32:42,301] Client World Connect Status: WorldConnectFailure
I haven't seen this error on the forums here at all so I have no idea how to fix it. I've got all of the config files setup correctly I believe. All the needed ports are open. I'm able to get to the character creation screen, create a character, and then I get this error whenever I attempt to enter the world with the created character.