Page 6 of 6

Re: IPv6 support

Posted: 08 Mar 2018, 15:01
by creat326
i followed the instructions and still fails. I get this exception when trying to connect, using latest client for unity c#
Connection error: No such host is known at System.Net.Dns.hostent_to_IPHostEntry (System.String h_name, System.String[] h_aliases, System.String[] h_addrlist) [0x00000] in <filename unknown>:0
at System.Net.Dns.GetHostByName (System.String hostName) [0x00000] in <filename unknown>:0
at System.Net.Dns.GetHostEntry (System.String hostNameOrAddress) [0x00000] in <filename unknown>:0
at System.Net.Dns.GetHostAddresses (System.String hostNameOrAddress) [0x00000] in <filename unknown>:0
at System.Net.Sockets.TcpClient.Connect (System.String hostname, Int32 port) [0x00000] in <filename unknown>:0
at Sfs2X.Core.Sockets.TCPSocketLayer.ConnectThread () [0x00000] in <filename unknown>:0 ==> HostNotFound
<OnConnection>c__AnonStorey0:<>m__0()

I can ping the server and telnet connect no problem. Port 9933 at dfe1.dogfightelite.com

Re: IPv6 support

Posted: 09 Mar 2018, 16:37
by Bax
creat326 wrote:i followed the instructions and still fails. I get this exception when trying to connect, using latest client for unity c#
Connection error: No such host is known at System.Net.Dns.hostent_to_IPHostEntry (System.String h_name, System.String[] h_aliases, System.String[] h_addrlist) [0x00000] in <filename unknown>:0
at System.Net.Dns.GetHostByName (System.String hostName) [0x00000] in <filename unknown>:0
at System.Net.Dns.GetHostEntry (System.String hostNameOrAddress) [0x00000] in <filename unknown>:0
at System.Net.Dns.GetHostAddresses (System.String hostNameOrAddress) [0x00000] in <filename unknown>:0
at System.Net.Sockets.TcpClient.Connect (System.String hostname, Int32 port) [0x00000] in <filename unknown>:0
at Sfs2X.Core.Sockets.TCPSocketLayer.ConnectThread () [0x00000] in <filename unknown>:0 ==> HostNotFound
<OnConnection>c__AnonStorey0:<>m__0()

I can ping the server and telnet connect no problem. Port 9933 at dfe1.dogfightelite.com

See my reply here: viewtopic.php?p=87181#p87181
Please continue the discussion there only.

Re: IPv6 support

Posted: 11 May 2023, 09:42
by henryjames
Hello everyone!

I have an exciting question to discuss today. It seems that Apple has a strict policy of rejecting applications that do not utilize IPv6. Unfortunately, my application happens to fall into that category. Here's where I need your help!

You see, my application relies on Amazon servers located in Singapore, which, unfortunately, do not support IPv6 at the moment. This presents a challenge for me, and I'm not sure what steps to take next. However, I have faith in this community's expertise, and I believe that someone here may have some insightful suggestions for a fellow developer who uses sfs2x, just like me.

I greatly appreciate your time and any suggestions you can provide. Thank you in advance for your valuable input!

Best regards,
henryjames