1
TNet 3 Support / Re: UPnP.OpenTCP and UPnP.OpenUDP are opening port on 127.0.0.1
« on: February 04, 2014, 10:40:48 AM »
That is possible. Unfortunatly I don't have the pro license yet. Once I build my new pc I will probably upgrade as its only 30$ more.
Side note, @GantZ_Yaka was having issues with one of his machines always returning with 127.0.0.1 and here is what he found. (he was messaging me directly)
Side note, @GantZ_Yaka was having issues with one of his machines always returning with 127.0.0.1 and here is what he found. (he was messaging me directly)
Quote from: GantZ_Yaka
Windows 7, I found the reason due to which the IP was always taken 127.0.0.1.
Fault location:
IPHostEntry iphostentry = Dns.GetHostByName(strHostName);
Im from russia and in the name of the computer (My computer - Properties) except the letters were also Russian letters.
When iphostentry is taken not only of the Latin letters, the program itself could not find the local IP using that Hostname.
When I changed the network name in Latin letters, everything was working correctly

