Hi all,
Hamachi is too lag and I want to find out a solution to make vSRO server vi dynamic IP.
I have an idea and register a free no-ip domain, example sro.no-ip.com.
I replace all IP sections on server.cfg with no-ip domain and modify certification ini file (srNodeType.ini)
But when I launch CustomCertificationServer, error:
Code:
Unhandled Exception: System.Net.Sockets.SocketException: The requested address i
s not valid in its context
at System.Net.Sockets.Socket.DoBind(EndPoint endPointSnapshot, SocketAddress
socketAddress)
at System.Net.Sockets.Socket.Bind(EndPoint localEP)
at asyncNetwork.Async.asyncNetwork.Accept(String host, Int32 port, Int32 outs
tanding, IAsyncInterface interface_, Object user)
at Program.Main(String[] args)
May be it can not resolve domain name to IP address.
Who have any idea to fix it ?
Thanks !